Home
last modified time | relevance | path

Searched refs:send_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-cadence.c205 unsigned int send_count; member
569 if (id->send_count) { in cdns_i2c_master_isr()
572 if (id->send_count > avail_bytes) in cdns_i2c_master_isr()
575 bytes_to_send = id->send_count; in cdns_i2c_master_isr()
581 id->send_count--; in cdns_i2c_master_isr()
591 if (!id->send_count && !id->bus_hold_flag) in cdns_i2c_master_isr()
814 while (id->send_count) { in cdns_i2c_msend_rem_atomic()
819 if (id->send_count > avail_bytes) in cdns_i2c_msend_rem_atomic()
822 bytes_to_send = id->send_count; in cdns_i2c_msend_rem_atomic()
826 id->send_count--; in cdns_i2c_msend_rem_atomic()
[all …]
/linux/include/uapi/drm/
H A Ddrm.h403 int send_count; /**< Number of buffers to send */ member
/linux/tools/include/uapi/drm/
H A Ddrm.h
/linux/net/bluetooth/
H A Dmgmt.c2378 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() function
2406 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_features()
2507 mgmt_mesh_foreach(hdev, send_count, &rp, sk); in mesh_send()