/Linux-v4.19/drivers/media/pci/pt3/ |
D | pt3_i2c.c | 49 if ((cbuf->num_cmds % 2) == 0) in cmdbuf_add() 53 buf_idx = cbuf->num_cmds / 2; in cmdbuf_add() 57 cbuf->num_cmds++; in cmdbuf_add() 63 if (cbuf->num_cmds % 2) in put_end() 109 cbuf->num_cmds = 0; in translate() 212 cbuf->data, cbuf->num_cmds); in pt3_i2c_master_xfer()
|
D | pt3.h | 52 u32 num_cmds; member
|
/Linux-v4.19/drivers/soc/qcom/ |
D | rpmh-rsc.c | 224 for (j = 0; j < req->num_cmds; j++) { in tcs_tx_done() 268 for (i = 0, j = cmd_id; i < msg->num_cmds; i++, j++) { in __tcs_buffer_write() 324 for (k = 0; k < msg->num_cmds; k++) { in check_for_req_inflight() 402 if (!msg || !msg->cmds || !msg->num_cmds || in rpmh_rsc_send_data() 403 msg->num_cmds > MAX_RPMH_PAYLOAD) { in rpmh_rsc_send_data() 452 slot = find_match(tcs, msg->cmds, msg->num_cmds); in find_slots() 459 i, msg->num_cmds, 0); in find_slots() 463 } while (slot + msg->num_cmds - 1 >= i); in find_slots() 466 bitmap_set(tcs->slots, slot, msg->num_cmds); in find_slots() 468 for (i = 0; i < msg->num_cmds; i++) in find_slots() [all …]
|
D | rpmh.c | 31 .num_cmds = 0, \ 183 for (i = 0; i < rpm_msg->msg.num_cmds; i++) { in __rpmh_write() 214 req->msg.num_cmds = n; in __fill_rpmh_msg() 272 rpm_msg.msg.num_cmds = n; in rpmh_write() 433 rpm_msg.msg.num_cmds = 1; in send_single()
|
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_dl.c | 424 unsigned int num_cmds) in vsp1_dl_cmd_pool_create() argument 437 pool->cmds = kcalloc(num_cmds, sizeof(*pool->cmds), GFP_KERNEL); in vsp1_dl_cmd_pool_create() 447 pool->size = cmd_size * num_cmds; in vsp1_dl_cmd_pool_create() 456 for (i = 0; i < num_cmds; ++i) { in vsp1_dl_cmd_pool_create() 470 cmd->num_cmds = 1; in vsp1_dl_cmd_pool_create() 807 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds; in vsp1_dl_list_fill_header() 815 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header()
|
D | vsp1_dl.h | 43 unsigned int num_cmds; member
|
/Linux-v4.19/include/soc/qcom/ |
D | tcs.h | 52 u32 num_cmds; member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov.h | 29 u8 num_cmds; member 37 u8 num_cmds;
|
D | qlcnic_83xx_hw.c | 3903 mbx->num_cmds--; in qlcnic_83xx_flush_mbx_queue() 3946 mbx->num_cmds--; in qlcnic_83xx_dequeue_mbx_cmd() 4016 mbx->num_cmds++; in qlcnic_83xx_enqueue_mbx_cmd() 4017 cmd->total_cmds = mbx->num_cmds; in qlcnic_83xx_enqueue_mbx_cmd()
|
D | qlcnic.h | 1102 u32 num_cmds; member
|
D | qlcnic_sriov_common.c | 804 hdr[i].num_cmds = 1; in qlcnic_sriov_prepare_bc_hdr()
|
/Linux-v4.19/drivers/input/keyboard/ |
D | lm8323.c | 458 int num_cmds = 0; in lm8323_pwm_work() local 498 pwm_cmds[num_cmds++] = PWM_RAMP(div512, perstep, s, up); in lm8323_pwm_work() 502 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds); in lm8323_pwm_work()
|
/Linux-v4.19/drivers/bluetooth/ |
D | btintel.h | 59 __u8 num_cmds; member
|
/Linux-v4.19/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.c | 718 int r, ret, num_cmds, req_pos = 0; in zd_mac_config_beacon() local 734 num_cmds = 1 + zd_chip_is_zd1211b(&mac->chip) + full_len; in zd_mac_config_beacon() 735 ioreqs = kmalloc_array(num_cmds, sizeof(struct zd_ioreq32), in zd_mac_config_beacon() 794 BUG_ON(req_pos != num_cmds); in zd_mac_config_beacon() 796 r = zd_iowrite32a_locked(&mac->chip, ioreqs, num_cmds); in zd_mac_config_beacon()
|
/Linux-v4.19/drivers/target/ |
D | target_core_stat.c | 320 atomic_long_read(&dev->num_cmds)); in target_stat_lu_num_cmds_show() 387 CONFIGFS_ATTR_RO(target_stat_lu_, num_cmds); 1184 CONFIGFS_ATTR_RO(target_stat_auth_, num_cmds);
|
D | target_core_device.c | 147 atomic_long_inc(&se_cmd->se_dev->num_cmds); in transport_lookup_cmd_lun()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 772 atomic_long_t num_cmds; member
|
/Linux-v4.19/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.c | 3019 static long ibmvscsis_create_command_q(struct scsi_info *vscsi, int num_cmds) in ibmvscsis_create_command_q() argument
|