Searched refs:send_count (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-cadence.c | 200 unsigned int send_count; member 500 if (id->send_count) { in cdns_i2c_master_isr() 503 if (id->send_count > avail_bytes) in cdns_i2c_master_isr() 506 bytes_to_send = id->send_count; in cdns_i2c_master_isr() 512 id->send_count--; in cdns_i2c_master_isr() 522 if (!id->send_count && !id->bus_hold_flag) in cdns_i2c_master_isr() 671 id->send_count = id->p_msg->len; in cdns_i2c_msend() 682 if (id->send_count > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_msend() 698 if (id->send_count > avail_bytes) in cdns_i2c_msend() 701 bytes_to_send = id->send_count; in cdns_i2c_msend() [all …]
|
/linux-6.1.9/drivers/staging/greybus/ |
D | loopback.c | 98 u32 send_count; member 242 gb->send_count = 0; in gb_loopback_check_attr() 870 if (gb->send_count == gb->iteration_max) { in gb_loopback_fn() 880 gb->send_count = 0; in gb_loopback_fn() 924 gb->send_count++; in gb_loopback_fn()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_ioc32.c | 579 int send_count; /**< Number of buffers to send */ member 602 d.send_count = d32.send_count; in compat_drm_dma()
|
/linux-6.1.9/drivers/gpu/drm/r128/ |
D | r128_cce.c | 924 if (d->send_count != 0) { in r128_cce_buffers() 926 task_pid_nr(current), d->send_count); in r128_cce_buffers()
|
/linux-6.1.9/drivers/gpu/drm/mga/ |
D | mga_dma.c | 1122 if (d->send_count != 0) { in mga_dma_buffers() 1124 task_pid_nr(current), d->send_count); in mga_dma_buffers()
|
/linux-6.1.9/drivers/gpu/drm/savage/ |
D | savage_bci.c | 1015 if (d->send_count != 0) { in savage_bci_buffers() 1017 task_pid_nr(current), d->send_count); in savage_bci_buffers()
|
/linux-6.1.9/tools/include/uapi/drm/ |
D | drm.h | 403 int send_count; /**< Number of buffers to send */ member
|
/linux-6.1.9/include/uapi/drm/ |
D | drm.h | 403 int send_count; /**< Number of buffers to send */ member
|
/linux-6.1.9/net/bluetooth/ |
D | mgmt.c | 2313 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() function 2341 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_features() 2434 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_send()
|