| /Linux-v5.4/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-v5.4/drivers/mailbox/ | 
| 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 …] 
 | 
| 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() 375 	chan->msg_count = 0;  in mbox_request_channel()
  | 
| D | pcc.c | 253 	chan->msg_count = 0;  in pcc_mbox_request_channel()
  | 
| D | omap-mailbox.c | 447 	chan->msg_count = 0;  in omap_mbox_request_channel()
  | 
| /Linux-v5.4/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 | 123 	unsigned msg_count, msg_free;  member
  | 
| D | n_r3964.h | 97 	int            msg_count;  member
  | 
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| 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()
  | 
| D | i40iw_type.h | 445 	u32 msg_count;  member
  | 
| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | ads7846.c | 118 	int			msg_count;  member 704 	while (msg_idx < ts->msg_count) {  in ads7846_read_state() 720 		if (msg_idx < ts->msg_count - 1) {  in ads7846_read_state() 731 				msg_idx = ts->msg_count - 1;  in ads7846_read_state() 990 	ts->msg_count = 1;  in ads7846_setup_spi_msg() 1034 	ts->msg_count++;  in ads7846_setup_spi_msg() 1079 		ts->msg_count++;  in ads7846_setup_spi_msg() 1110 		ts->msg_count++;  in ads7846_setup_spi_msg() 1143 	ts->msg_count++;  in ads7846_setup_spi_msg()
  | 
| /Linux-v5.4/drivers/scsi/ | 
| D | dc395x.c | 258 	u8 msg_count;  member 894 	srb->msg_count = 0;  in build_srb() 1303 	u8 *ptr = srb->msgout_buf + srb->msg_count;  in build_sdtr() 1304 	if (srb->msg_count > 1) {  in build_sdtr() 1307 			srb->msg_count, srb->msgout_buf[0],  in build_sdtr() 1322 	srb->msg_count += 5;  in build_sdtr() 1333 	u8 *ptr = srb->msgout_buf + srb->msg_count;  in build_wdtr() 1334 	if (srb->msg_count > 1) {  in build_wdtr() 1337 			srb->msg_count, srb->msgout_buf[0],  in build_wdtr() 1345 	srb->msg_count += 4;  in build_wdtr() [all …] 
 | 
| /Linux-v5.4/drivers/tty/ | 
| D | n_r3964.c | 771 				while (pClient->msg_count) {  in enable_signals() 807 			pClient->msg_count = 0;  in enable_signals() 850 	if (pClient->msg_count < R3964_MAX_MSG_COUNT - 1) {  in add_msg() 875 		pClient->msg_count++;  in add_msg() 916 		pClient->msg_count--;  in remove_msg() 1028 		while (pClient->msg_count) {  in r3964_close()
  | 
| /Linux-v5.4/drivers/soundwire/ | 
| D | cadence_master.h | 148 	unsigned int msg_count;  member
  | 
| D | cadence_master.c | 387 	if (cdns->msg_count != count) {  in _cdns_xfer_msg() 389 		cdns->msg_count = count;  in _cdns_xfer_msg() 432 	if (cdns->msg_count != CDNS_SCP_RX_FIFOLEVEL) {  in cdns_program_scp_addr() 434 		cdns->msg_count = CDNS_SCP_RX_FIFOLEVEL;  in cdns_program_scp_addr()
  | 
| D | intel.c | 1014 	sdw->cdns.msg_count = 0;  in intel_probe()
  | 
| /Linux-v5.4/arch/powerpc/sysdev/ | 
| D | fsl_rio.h | 82 	 u32 msg_count;  member
  | 
| D | fsl_rmu.c | 421 			pw->port_write_msg.msg_count++;  in fsl_rio_port_write_handler()
  | 
| /Linux-v5.4/drivers/net/can/usb/ | 
| D | ems_usb.c | 432 		u8 msg_count, start;  in ems_usb_read_bulk_callback()  local 434 		msg_count = ibuf[0] & ~0x80;  in ems_usb_read_bulk_callback() 438 		while (msg_count) {  in ems_usb_read_bulk_callback() 466 			msg_count--;  in ems_usb_read_bulk_callback()
  | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi-mpc52xx.c | 68 	int msg_count;  member 288 		ms->msg_count++;  in mpc52xx_spi_fsmstate_wait()
  | 
| /Linux-v5.4/drivers/net/can/peak_canfd/ | 
| D | peak_canfd.c | 469 				struct pucan_rx_msg *msg_list, int msg_count)  in peak_canfd_handle_msgs_list()  argument 474 	for (i = 0; i < msg_count; i++) {  in peak_canfd_handle_msgs_list()
  | 
| /Linux-v5.4/drivers/net/ethernet/amd/ | 
| D | amd8111e.h | 661 	__le16 msg_count; /* Received message len */  member
  | 
| D | amd8111e.c | 713 		pkt_len = le16_to_cpu(lp->rx_ring[rx_index].msg_count) - 4;  in amd8111e_rx_poll()
  | 
| /Linux-v5.4/fs/ | 
| D | buffer.c | 3315 	static int msg_count;  in SYSCALL_DEFINE2()  local 3320 	if (msg_count < 5) {  in SYSCALL_DEFINE2() 3321 		msg_count++;  in SYSCALL_DEFINE2()
  | 
| /Linux-v5.4/drivers/ntb/hw/idt/ | 
| D | ntb_hw_idt.c | 2262 	.msg_count		= idt_ntb_msg_count,
  |