Home
last modified time | relevance | path

Searched refs:msg_count (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/mailbox/
Dmailbox.c37 if (chan->msg_count == MBOX_TX_QUEUE_LEN) { in add_to_rbuf()
44 chan->msg_count++; in add_to_rbuf()
65 if (!chan->msg_count || chan->active_req) in msg_submit()
68 count = chan->msg_count; in msg_submit()
83 chan->msg_count--; in msg_submit()
346 chan->msg_count = 0; in mbox_request_channel()
Dpcc.c132 chan->msg_count = 0; in pcc_mbox_request_channel()
Domap-mailbox.c497 chan->msg_count = 0; in omap_mbox_request_channel()
/linux-4.4.14/drivers/input/touchscreen/
Dads7846.c120 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()
994 ts->msg_count = 1; in ads7846_setup_spi_msg()
1038 ts->msg_count++; in ads7846_setup_spi_msg()
1083 ts->msg_count++; in ads7846_setup_spi_msg()
1114 ts->msg_count++; in ads7846_setup_spi_msg()
1147 ts->msg_count++; in ads7846_setup_spi_msg()
/linux-4.4.14/include/linux/
Dmailbox_controller.h123 unsigned msg_count, msg_free; member
Dn_r3964.h97 int msg_count; member
/linux-4.4.14/drivers/tty/
Dn_r3964.c766 while (pClient->msg_count) { in enable_signals()
802 pClient->msg_count = 0; in enable_signals()
845 if (pClient->msg_count < R3964_MAX_MSG_COUNT - 1) { in add_msg()
870 pClient->msg_count++; in add_msg()
911 pClient->msg_count--; in remove_msg()
1023 while (pClient->msg_count) { in r3964_close()
/linux-4.4.14/drivers/scsi/
Ddc395x.c258 u8 msg_count; member
996 srb->msg_count = 0; in build_srb()
1406 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr()
1407 if (srb->msg_count > 1) { in build_sdtr()
1410 srb->msg_count, srb->msgout_buf[0], in build_sdtr()
1425 srb->msg_count += 5; in build_sdtr()
1436 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr()
1437 if (srb->msg_count > 1) { in build_wdtr()
1440 srb->msg_count, srb->msgout_buf[0], in build_wdtr()
1448 srb->msg_count += 4; in build_wdtr()
[all …]
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_rio.h86 u32 msg_count; member
Dfsl_rmu.c423 pw->port_write_msg.msg_count++; in fsl_rio_port_write_handler()
/linux-4.4.14/drivers/net/can/usb/
Dems_usb.c443 u8 msg_count, start; in ems_usb_read_bulk_callback() local
445 msg_count = ibuf[0] & ~0x80; in ems_usb_read_bulk_callback()
449 while (msg_count) { in ems_usb_read_bulk_callback()
477 msg_count--; in ems_usb_read_bulk_callback()
/linux-4.4.14/drivers/spi/
Dspi-mpc52xx.c69 int msg_count; member
289 ms->msg_count++; in mpc52xx_spi_fsmstate_wait()
/linux-4.4.14/drivers/net/ethernet/amd/
Damd8111e.h672 __le16 msg_count; /* Received message len */ member
Damd8111e.c736 pkt_len = le16_to_cpu(lp->rx_ring[rx_index].msg_count) - 4; in amd8111e_rx_poll()
/linux-4.4.14/fs/
Dbuffer.c3272 static int msg_count; in SYSCALL_DEFINE2() local
3277 if (msg_count < 5) { in SYSCALL_DEFINE2()
3278 msg_count++; in SYSCALL_DEFINE2()