| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_i2c.c | 55 u8 msg_count = 1; in cyttsp5_i2c_read_default_nosize() local 67 rc = i2c_transfer(client->adapter, msgs, msg_count); in cyttsp5_i2c_read_default_nosize() 68 if (rc < 0 || rc != msg_count) in cyttsp5_i2c_read_default_nosize() 90 u8 msg_count = 1; in cyttsp5_i2c_write_read_specific() local 101 rc = i2c_transfer(client->adapter, msgs, msg_count); in cyttsp5_i2c_write_read_specific() 104 if (rc < 0 || rc != msg_count) in cyttsp5_i2c_write_read_specific()
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | ti-msgmgr.c | 209 int msg_count, num_words; in ti_msgmgr_queue_rx_interrupt() local 233 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst); in ti_msgmgr_queue_rx_interrupt() 234 if (!msg_count) { in ti_msgmgr_queue_rx_interrupt() 291 int msg_count; in ti_msgmgr_queue_peek_data() local 301 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst); in ti_msgmgr_queue_peek_data() 303 return msg_count ? true : false; in ti_msgmgr_queue_peek_data() 318 int msg_count; in ti_msgmgr_last_tx_done() local 328 msg_count = ti_msgmgr_queue_get_num_messages(desc, qinst); in ti_msgmgr_last_tx_done() 332 return msg_count ? true : false; in ti_msgmgr_last_tx_done() 336 return msg_count ? false : true; in ti_msgmgr_last_tx_done() [all …]
|
| H A D | mailbox.c | 34 if (chan->msg_count == MBOX_TX_QUEUE_LEN) { in add_to_rbuf() 41 chan->msg_count++; in add_to_rbuf() 62 if (!chan->msg_count || chan->active_req) in msg_submit() 65 count = chan->msg_count; in msg_submit() 80 chan->msg_count--; in msg_submit() 377 chan->msg_count = 0; in mbox_request_channel()
|
| H A D | pcc.c | 253 chan->msg_count = 0; in pcc_mbox_request_channel()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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()
|
| H A D | mailbox_controller.h | 123 unsigned msg_count, msg_free; member
|
| H A D | n_r3964.h | 97 int msg_count; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_virtchnl.c | 324 vf_dev->msg_count--; in pf_cqp_get_hmc_fcn_callback() 368 vf_dev->msg_count--; in pf_add_hmc_obj_callback() 401 vf_dev->msg_count--; in pf_del_hmc_obj_callback() 461 if (!vf_dev->msg_count) { in i40iw_vchnl_recv_pf() 462 vf_dev->msg_count++; in i40iw_vchnl_recv_pf() 480 vf_dev->msg_count = 1; in i40iw_vchnl_recv_pf() 512 vf_dev->msg_count--; in i40iw_vchnl_recv_pf() 541 vf_dev->msg_count--; in i40iw_vchnl_recv_pf()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | ads7846.c | 119 int msg_count; member 722 while (msg_idx < ts->msg_count) { in ads7846_read_state() 738 if (msg_idx < ts->msg_count - 1) { in ads7846_read_state() 749 msg_idx = ts->msg_count - 1; in ads7846_read_state() 1001 ts->msg_count = 1; in ads7846_setup_spi_msg() 1046 ts->msg_count++; in ads7846_setup_spi_msg() 1092 ts->msg_count++; in ads7846_setup_spi_msg() 1124 ts->msg_count++; in ads7846_setup_spi_msg() 1158 ts->msg_count++; in ads7846_setup_spi_msg()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | dc395x.c | 257 u8 msg_count; member 893 srb->msg_count = 0; in build_srb() 1270 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr() 1271 if (srb->msg_count > 1) { in build_sdtr() 1274 srb->msg_count, srb->msgout_buf[0], in build_sdtr() 1289 srb->msg_count += 5; in build_sdtr() 1300 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr() 1301 if (srb->msg_count > 1) { in build_wdtr() 1304 srb->msg_count, srb->msgout_buf[0], in build_wdtr() 1312 srb->msg_count += 4; in build_wdtr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_r3964.c | 770 while (pClient->msg_count) { in enable_signals() 806 pClient->msg_count = 0; in enable_signals() 849 if (pClient->msg_count < R3964_MAX_MSG_COUNT - 1) { in add_msg() 874 pClient->msg_count++; in add_msg() 915 pClient->msg_count--; in remove_msg() 1027 while (pClient->msg_count) { in r3964_close()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass.c | 124 int msg_count; in dm_i2c_read() local 142 msg_count = ptr - msg; in dm_i2c_read() 144 return ops->xfer(bus, msg, msg_count); in dm_i2c_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | ems_usb.c | 434 u8 msg_count, start; in ems_usb_read_bulk_callback() local 436 msg_count = ibuf[0] & ~0x80; in ems_usb_read_bulk_callback() 440 while (msg_count) { in ems_usb_read_bulk_callback() 468 msg_count--; in ems_usb_read_bulk_callback()
|
| /OK3568_Linux_fs/kernel/drivers/soundwire/ |
| H A D | cadence_master.h | 135 unsigned int msg_count; member
|
| H A D | cadence_master.c | 523 if (cdns->msg_count != count) { in _cdns_xfer_msg() 525 cdns->msg_count = count; in _cdns_xfer_msg() 570 if (cdns->msg_count != CDNS_SCP_RX_FIFOLEVEL) { in cdns_program_scp_addr() 572 cdns->msg_count = CDNS_SCP_RX_FIFOLEVEL; in cdns_program_scp_addr() 1219 cdns->msg_count = cdns_readl(cdns, CDNS_MCP_FIFOLEVEL); in sdw_cdns_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_rio.h | 82 u32 msg_count; member
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-mpc52xx.c | 68 int msg_count; member 288 ms->msg_count++; in mpc52xx_spi_fsmstate_wait()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | sysfs.c | 236 EXT4_RO_ATTR_SBI_ATOMIC(msg_count, s_msg_count); 283 ATTR_LIST(msg_count),
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_uku.h | 403 u32 msg_count; member
|
| H A D | mali_kbase_ioctl.h | 537 __u32 msg_count; member
|
| H A D | mali_kbase_tlstream.h | 91 unsigned int msg_count,
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | peak_canfd.c | 487 struct pucan_rx_msg *msg_list, int msg_count) in peak_canfd_handle_msgs_list() argument 492 for (i = 0; i < msg_count; i++) { in peak_canfd_handle_msgs_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | amd8111e.h | 661 __le16 msg_count; /* Received message len */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | ite-it6161.c | 3762 u8 i, m0[8], msg_count = 0; 3769 msg_count += i; 3770 sha1_input[msg_count++] = (u8)it6161->bstatus; 3771 sha1_input[msg_count++] = (u8)(it6161->bstatus >> 8); 3775 sha1_input[msg_count++] = m0[i++]; 3777 return msg_count;
|