/linux-6.12.1/drivers/staging/greybus/ |
D | i2c.c | 79 struct i2c_msg *msgs, u32 msg_count) in gb_i2c_operation_create() argument 93 if (msg_count > (u32)U16_MAX) { in gb_i2c_operation_create() 95 msg_count); in gb_i2c_operation_create() 98 op_count = (u16)msg_count; in gb_i2c_operation_create() 105 for (i = 0; i < msg_count; i++, msg++) in gb_i2c_operation_create() 112 request_size += msg_count * sizeof(*op); in gb_i2c_operation_create() 126 for (i = 0; i < msg_count; i++) in gb_i2c_operation_create() 135 for (i = 0; i < msg_count; i++) { in gb_i2c_operation_create() 146 static void gb_i2c_decode_response(struct i2c_msg *msgs, u32 msg_count, in gb_i2c_decode_response() argument 156 for (i = 0; i < msg_count; i++) { in gb_i2c_decode_response() [all …]
|
/linux-6.12.1/drivers/mailbox/ |
D | ti-msgmgr.c | 249 int msg_count; in ti_msgmgr_queue_rx_poll_timeout() local 252 ret = readl_poll_timeout_atomic(qinst->queue_state, msg_count, in ti_msgmgr_queue_rx_poll_timeout() 253 (msg_count & desc->status_cnt_mask), in ti_msgmgr_queue_rx_poll_timeout() 279 int msg_count; in ti_msgmgr_queue_rx_interrupt() local 300 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst); in ti_msgmgr_queue_rx_interrupt() 301 if (!msg_count) { in ti_msgmgr_queue_rx_interrupt() 324 int msg_count; in ti_msgmgr_queue_peek_data() local 334 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst); in ti_msgmgr_queue_peek_data() 336 return msg_count ? true : false; in ti_msgmgr_queue_peek_data() 351 int msg_count; in ti_msgmgr_last_tx_done() local [all …]
|
D | mailbox.c | 35 if (chan->msg_count == MBOX_TX_QUEUE_LEN) { in add_to_rbuf() 42 chan->msg_count++; in add_to_rbuf() 63 if (!chan->msg_count || chan->active_req) in msg_submit() 66 count = chan->msg_count; in msg_submit() 81 chan->msg_count--; in msg_submit() 334 chan->msg_count = 0; in __mbox_bind_client()
|
/linux-6.12.1/sound/virtio/ |
D | virtio_pcm_msg.c | 208 unsigned int msg_count = vss->msg_count; in virtsnd_pcm_msg_send() local 247 vss->msg_count++; in virtsnd_pcm_msg_send() 254 if (msg_count == vss->msg_count) in virtsnd_pcm_msg_send() 279 num = vss->msg_count; in virtsnd_pcm_msg_pending_num() 328 vss->msg_count--; in virtsnd_pcm_msg_complete() 338 } else if (!vss->msg_count) { in virtsnd_pcm_msg_complete()
|
D | virtio_pcm.h | 63 unsigned int msg_count; member
|
D | virtio_pcm_ops.c | 300 vss->msg_count = 0; in virtsnd_pcm_prepare()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_vf_mbx.c | 144 vf_info->msg_count = 0; in ice_mbx_reset_snapshot() 202 vf_info->msg_count++; in ice_mbx_detect_malvf() 204 if (vf_info->msg_count >= ICE_ASYNC_VF_MSG_THRESHOLD) in ice_mbx_detect_malvf() 346 vf_info->msg_count = 0; in ice_mbx_clear_malvf()
|
/linux-6.12.1/include/linux/ |
D | ntb.h | 323 int (*msg_count)(struct ntb_dev *ntb); member 386 !ops->msg_inbits == !ops->msg_count && in ntb_dev_ops_is_valid() 387 !ops->msg_outbits == !ops->msg_count && in ntb_dev_ops_is_valid() 388 !ops->msg_read_sts == !ops->msg_count && in ntb_dev_ops_is_valid() 389 !ops->msg_clear_sts == !ops->msg_count && in ntb_dev_ops_is_valid() 392 !ops->msg_read == !ops->msg_count && in ntb_dev_ops_is_valid() 393 !ops->peer_msg_write == !ops->msg_count && in ntb_dev_ops_is_valid() 1416 if (!ntb->ops->msg_count) in ntb_msg_count() 1419 return ntb->ops->msg_count(ntb); in ntb_msg_count()
|
D | mailbox_controller.h | 124 unsigned msg_count, msg_free; member
|
D | virtio_vsock.h | 144 u32 msg_count; member
|
/linux-6.12.1/net/vmw_vsock/ |
D | virtio_transport_common.c | 666 if (!vvs->msg_count) { in virtio_transport_seqpacket_do_peek() 726 if (vvs->msg_count == 0) { in virtio_transport_seqpacket_do_dequeue() 775 vvs->msg_count--; in virtio_transport_seqpacket_do_dequeue() 861 u32 msg_count; in virtio_transport_seqpacket_has_data() local 864 msg_count = vvs->msg_count; in virtio_transport_seqpacket_has_data() 867 return msg_count; in virtio_transport_seqpacket_has_data() 1356 vvs->msg_count++; in virtio_transport_recv_enqueue() 1737 vvs->msg_count--; in virtio_transport_read_skb()
|
/linux-6.12.1/drivers/scsi/ |
D | dc395x.c | 242 u8 msg_count; member 878 srb->msg_count = 0; in build_srb() 1254 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr() 1255 if (srb->msg_count > 1) { in build_sdtr() 1258 srb->msg_count, srb->msgout_buf[0], in build_sdtr() 1268 srb->msg_count += spi_populate_sync_msg(ptr, dcb->min_nego_period, in build_sdtr() 1280 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr() 1281 if (srb->msg_count > 1) { in build_wdtr() 1284 srb->msg_count, srb->msgout_buf[0], in build_wdtr() 1288 srb->msg_count += spi_populate_width_msg(ptr, wide); in build_wdtr() [all …]
|
/linux-6.12.1/drivers/net/can/usb/ |
D | ems_usb.c | 433 u8 msg_count, start; in ems_usb_read_bulk_callback() local 435 msg_count = ibuf[0] & ~0x80; in ems_usb_read_bulk_callback() 439 while (msg_count) { in ems_usb_read_bulk_callback() 467 msg_count--; in ems_usb_read_bulk_callback()
|
/linux-6.12.1/drivers/soundwire/ |
D | cadence_master.h | 149 unsigned int msg_count; member
|
D | cadence_master.c | 633 if (cdns->msg_count != count) { in _cdns_xfer_msg() 635 cdns->msg_count = count; in _cdns_xfer_msg() 684 if (cdns->msg_count != CDNS_SCP_RX_FIFOLEVEL) { in cdns_program_scp_addr() 686 cdns->msg_count = CDNS_SCP_RX_FIFOLEVEL; in cdns_program_scp_addr() 1393 cdns->msg_count = cdns_readl(cdns, CDNS_MCP_FIFOLEVEL); in sdw_cdns_init()
|
D | intel_auxdevice.c | 312 cdns->msg_count = 0; in intel_link_probe()
|
/linux-6.12.1/arch/powerpc/sysdev/ |
D | fsl_rio.h | 82 u32 msg_count; member
|
/linux-6.12.1/drivers/spi/ |
D | spi-mpc52xx.c | 73 int msg_count; member 296 ms->msg_count++; in mpc52xx_spi_fsmstate_wait()
|
/linux-6.12.1/tools/testing/vsock/ |
D | vsock_test.c | 365 int msg_count; in test_seqpacket_msg_bounds_client() local 380 msg_count = SOCK_BUF_SIZE / max_msg_size; in test_seqpacket_msg_bounds_client() 382 for (int i = 0; i < msg_count; i++) { in test_seqpacket_msg_bounds_client() 403 if (i == (msg_count / 2) || (rand() & 1)) { in test_seqpacket_msg_bounds_client()
|
/linux-6.12.1/fs/ext4/ |
D | sysfs.c | 239 EXT4_RO_ATTR_SBI_ATOMIC(msg_count, s_msg_count); 288 ATTR_LIST(msg_count),
|
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | ite-it6505.c | 1962 int down_stream_count, i, err, msg_count = 0; in it6505_setup_sha1_input() local 1991 sha1_input + msg_count, in it6505_setup_sha1_input() 1997 msg_count += 5; in it6505_setup_sha1_input() 2001 sha1_input[msg_count++] = binfo[0]; in it6505_setup_sha1_input() 2002 sha1_input[msg_count++] = binfo[1]; in it6505_setup_sha1_input() 2008 sha1_input + msg_count, 8); in it6505_setup_sha1_input() 2017 msg_count += 8; in it6505_setup_sha1_input() 2019 return msg_count; in it6505_setup_sha1_input()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras.c | 3028 uint32_t msg_count, uint32_t *gpu_reset) in amdgpu_ras_poison_consumption_handler() argument 3037 for (i = 0; i < msg_count; i++) { in amdgpu_ras_poison_consumption_handler() 3075 uint32_t poison_creation_count, msg_count; in amdgpu_ras_page_retirement_thread() local 3103 msg_count = kfifo_len(&con->poison_fifo); in amdgpu_ras_page_retirement_thread() 3104 if (msg_count) { in amdgpu_ras_page_retirement_thread() 3106 msg_count, &gpu_reset); in amdgpu_ras_page_retirement_thread() 3109 atomic_sub(msg_count, &con->page_retirement_req_cnt); in amdgpu_ras_page_retirement_thread() 3135 msg_count = kfifo_len(&con->poison_fifo); in amdgpu_ras_page_retirement_thread() 3136 if (msg_count) { in amdgpu_ras_page_retirement_thread() 3138 atomic_sub(msg_count, &con->page_retirement_req_cnt); in amdgpu_ras_page_retirement_thread()
|
/linux-6.12.1/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 484 struct pucan_rx_msg *msg_list, int msg_count) in peak_canfd_handle_msgs_list() argument 489 for (i = 0; i < msg_count; i++) { in peak_canfd_handle_msgs_list()
|
/linux-6.12.1/drivers/net/ethernet/amd/ |
D | amd8111e.h | 661 __le16 msg_count; /* Received message len */ member
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | ads7846.c | 115 int msg_count; member 1098 ts->msg_count = 1; in ads7846_setup_spi_msg()
|