Home
last modified time | relevance | path

Searched refs:cmd_size (Results 1 – 22 of 22) sorted by relevance

/linux-4.19.296/drivers/uwb/
Dreset.c72 struct uwb_rccb *cmd, size_t cmd_size, in uwb_rc_cmd_async() argument
88 needtofree = rc->filter_cmd(rc, &cmd, &cmd_size); in uwb_rc_cmd_async()
104 result = rc->cmd(rc, cmd, cmd_size); in uwb_rc_cmd_async()
172 struct uwb_rccb *cmd, size_t cmd_size, in __uwb_rc_cmd() argument
185 result = uwb_rc_cmd_async(rc, cmd_name, cmd, cmd_size, in __uwb_rc_cmd()
228 struct uwb_rccb *cmd, size_t cmd_size, in uwb_rc_cmd() argument
235 cmd, cmd_size, reply, reply_size, in uwb_rc_cmd()
271 struct uwb_rccb *cmd, size_t cmd_size, in uwb_rc_vcmd() argument
275 return __uwb_rc_cmd(rc, cmd_name, cmd, cmd_size, NULL, 0, in uwb_rc_vcmd()
296 size_t cmd_size = sizeof(*cmd); in uwb_rc_reset() local
[all …]
Dwhc-rc.c93 const struct uwb_rccb *cmd, size_t cmd_size) in whcrc_cmd() argument
100 if (cmd_size >= 4096) in whcrc_cmd()
122 memmove(whcrc->cmd_buf, cmd, cmd_size); in whcrc_cmd()
128 le_writel(urccmd | URCCMD_ACTIVE | URCCMD_IWR | cmd_size, in whcrc_cmd()
Duwb-internal.h96 struct uwb_rccb *cmd, size_t cmd_size,
Dhwa-rc.c600 int hwarc_cmd(struct uwb_rc *uwb_rc, const struct uwb_rccb *cmd, size_t cmd_size) in hwarc_cmd() argument
607 (void *) cmd, cmd_size, 100 /* FIXME: this is totally arbitrary */); in hwarc_cmd()
/linux-4.19.296/drivers/char/tpm/
Dtpm_crb.c103 u32 cmd_size; member
372 if (len > priv->cmd_size) { in crb_send()
374 len, priv->cmd_size); in crb_send()
518 u32 cmd_size; in crb_map_io() local
589 cmd_size = ioread32(&priv->regs_t->ctrl_cmd_size); in crb_map_io()
603 cmd_size = crb_fixup_cmd_size(dev, iores, cmd_pa, cmd_size); in crb_map_io()
606 pa_high, pa_low, cmd_size); in crb_map_io()
608 priv->cmd = crb_map_res(dev, iores, iobase_ptr, cmd_pa, cmd_size); in crb_map_io()
642 if (cmd_size != rsp_size) { in crb_map_io()
652 priv->cmd_size = cmd_size; in crb_map_io()
/linux-4.19.296/drivers/nvmem/
Drave-sp-eeprom.c97 const unsigned int cmd_size = eeprom->header_size + data_size; in rave_sp_eeprom_io() local
104 if (WARN_ON(cmd_size > sizeof(cmd))) in rave_sp_eeprom_io()
126 ret = rave_sp_exec(eeprom->sp, cmd, cmd_size, page, rsp_size); in rave_sp_eeprom_io()
/linux-4.19.296/drivers/uwb/i1480/dfu/
Ddfu.c92 ssize_t i1480_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size, in i1480_cmd() argument
108 result = i1480->cmd(i1480, cmd_name, cmd_size); in i1480_cmd()
Di1480-dfu.h121 int (*cmd)(struct i1480 *, const char *cmd_name, size_t cmd_size);
Dusb.c291 int i1480_usb_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size) in i1480_usb_cmd() argument
320 cmd, cmd_size, in i1480_usb_cmd()
/linux-4.19.296/drivers/media/dvb-frontends/
Dmxl5xx.c76 u32 cmd_size; member
418 u8 cmd_size = sizeof(abort_tune_cmd); in cfg_demod_abort_tune() local
423 cmd_size, &abort_tune_cmd, cmd_buff); in cfg_demod_abort_tune()
424 return send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in cfg_demod_abort_tune()
441 u8 cmd_size = sizeof(demod_chan_cfg); in set_parameters() local
493 cmd_size, &demod_chan_cfg, cmd_buff); in set_parameters()
494 stat = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in set_parameters()
971 u8 cmd_size = sizeof(struct MXL_HYDRA_SKU_COMMAND_T); in firmware_download() local
1051 cmd_size, &dev_sku_cfg, cmd_buff); in firmware_download()
1052 status = send_command(state, cmd_size + MXL_HYDRA_CMD_HEADER_SIZE, in firmware_download()
[all …]
/linux-4.19.296/include/linux/
Duwb.h515 struct uwb_rccb *cmd, size_t cmd_size,
519 struct uwb_rccb *cmd, size_t cmd_size,
522 struct uwb_rccb *cmd, size_t cmd_size,
Dblk-mq.h83 unsigned int cmd_size; /* per-request extra data */ member
Dblkdev.h678 size_t cmd_size; member
/linux-4.19.296/drivers/misc/ti-st/
Dst_kim.c292 int cmd_size; in download_firmware() local
340 cmd_size = ((struct bts_action *)ptr)->size; in download_firmware()
352 } while ((wr_room_space < cmd_size) && in download_firmware()
383 if (err != cmd_size) { in download_firmware()
/linux-4.19.296/block/
Dblk-flush.c581 int node, int cmd_size, gfp_t flags) in blk_alloc_flush_queue() argument
593 rq_sz = round_up(rq_sz + cmd_size, cache_line_size()); in blk_alloc_flush_queue()
Dbsg-lib.c315 q->cmd_size = sizeof(struct bsg_job) + dd_job_size; in bsg_setup_queue()
Dblk.h134 int node, int cmd_size, gfp_t flags);
Dblk-core.c854 rq = kmalloc_node(sizeof(struct request) + q->cmd_size, gfp_mask, in alloc_request_size()
884 if (q->cmd_size) { in blk_init_rl()
1174 q->fq = blk_alloc_flush_queue(q, NUMA_NO_NODE, q->cmd_size, GFP_KERNEL); in blk_init_allocated_queue()
Dblk-mq.c2065 rq_size = round_up(sizeof(struct request) + set->cmd_size, in blk_mq_alloc_rqs()
2238 hctx->fq = blk_alloc_flush_queue(q, hctx->numa_node, set->cmd_size, in blk_mq_init_hctx()
/linux-4.19.296/include/scsi/
Dscsi_host.h485 unsigned int cmd_size; member
/linux-4.19.296/drivers/s390/block/
Dscm_blk.c454 bdev->tag_set.cmd_size = sizeof(blk_status_t); in scm_blk_dev_setup()
Ddasd.c3143 block->tag_set.cmd_size = sizeof(struct dasd_ccw_req); in dasd_alloc_queue()