/linux-4.4.14/drivers/isdn/gigaset/ |
D | asyncdata.c | 49 static unsigned cmd_loop(unsigned numbytes, struct inbuf_t *inbuf) in cmd_loop() argument 57 while (procbytes < numbytes) { in cmd_loop() 121 static unsigned lock_loop(unsigned numbytes, struct inbuf_t *inbuf) in lock_loop() argument 125 gigaset_dbg_buffer(DEBUG_LOCKCMD, "received response", numbytes, src); in lock_loop() 126 gigaset_if_receive(inbuf->cs, src, numbytes); in lock_loop() 127 return numbytes; in lock_loop() 138 static unsigned hdlc_loop(unsigned numbytes, struct inbuf_t *inbuf) in hdlc_loop() argument 150 if (!numbytes) in hdlc_loop() 156 while (procbytes < numbytes) { in hdlc_loop() 172 if (procbytes >= numbytes) { in hdlc_loop() [all …]
|
D | isocdata.c | 894 static void cmd_loop(unsigned char *src, int numbytes, struct inbuf_t *inbuf) in cmd_loop() argument 900 while (numbytes--) { in cmd_loop() 944 unsigned tail, head, numbytes; in gigaset_isoc_input() local 953 numbytes = tail - head; in gigaset_isoc_input() 954 gig_dbg(DEBUG_INTR, "processing %u bytes", numbytes); in gigaset_isoc_input() 958 numbytes, src); in gigaset_isoc_input() 959 gigaset_if_receive(inbuf->cs, src, numbytes); in gigaset_isoc_input() 961 cmd_loop(src, numbytes, inbuf); in gigaset_isoc_input() 964 head += numbytes; in gigaset_isoc_input()
|
D | bas-gigaset.c | 483 unsigned numbytes; in read_ctrl_callback() local 492 numbytes = urb->actual_length; in read_ctrl_callback() 493 if (unlikely(numbytes != ucs->rcvbuf_size)) { in read_ctrl_callback() 496 numbytes, ucs->rcvbuf_size); in read_ctrl_callback() 497 if (numbytes > ucs->rcvbuf_size) in read_ctrl_callback() 498 numbytes = ucs->rcvbuf_size; in read_ctrl_callback() 502 if (gigaset_fill_inbuf(inbuf, ucs->rcvbuf, numbytes)) { in read_ctrl_callback() 1310 int totleft, numbytes, offset, frame, rc; in read_iso_tasklet() local 1368 numbytes = ifd->actual_length; in read_iso_tasklet() 1378 frame, numbytes, in read_iso_tasklet() [all …]
|
D | usb-gigaset.c | 351 unsigned numbytes; in gigaset_read_int_callback() local 356 numbytes = urb->actual_length; in gigaset_read_int_callback() 358 if (numbytes) { in gigaset_read_int_callback() 365 --numbytes; in gigaset_read_int_callback() 366 if (gigaset_fill_inbuf(inbuf, src, numbytes)) { in gigaset_read_int_callback()
|
D | common.c | 567 unsigned numbytes) in gigaset_fill_inbuf() argument 571 gig_dbg(DEBUG_INTR, "received %u bytes", numbytes); in gigaset_fill_inbuf() 573 if (!numbytes) in gigaset_fill_inbuf() 576 bytesleft = numbytes; in gigaset_fill_inbuf() 603 return numbytes != bytesleft; in gigaset_fill_inbuf()
|
D | gigaset.h | 811 unsigned numbytes);
|
/linux-4.4.14/drivers/i2c/algos/ |
D | i2c-algo-pca.c | 187 int numbytes = 0; in pca_xfer() local 246 if (numbytes < msg->len) { in pca_xfer() 248 msg->buf[numbytes]); in pca_xfer() 249 numbytes++; in pca_xfer() 252 curmsg++; numbytes = 0; in pca_xfer() 270 if (numbytes < msg->len) { in pca_xfer() 271 pca_rx_byte(adap, &msg->buf[numbytes], 1); in pca_xfer() 272 numbytes++; in pca_xfer() 274 numbytes < msg->len - 1); in pca_xfer() 277 curmsg++; numbytes = 0; in pca_xfer() [all …]
|
/linux-4.4.14/drivers/tty/serial/ |
D | xilinx_uartps.c | 186 unsigned int isrstatus, numbytes; in cdns_uart_isr() local 279 numbytes = port->fifosize; in cdns_uart_isr() 281 while (numbytes--) { in cdns_uart_isr() 513 unsigned int status, numbytes = port->fifosize; in cdns_uart_start_tx() local 525 while (numbytes-- && ((readl(port->membase + CDNS_UART_SR_OFFSET) & in cdns_uart_start_tx()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1110 esw_stats->numbytes = le64_to_cpu(stats->numbytes); in qlcnic_get_port_stats() 1204 esw_stats->numbytes = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats() 1230 QLCNIC_ADD_ESW_STATS(esw_stats->numbytes, in qlcnic_get_eswitch_stats() 1231 port_stats.numbytes); in qlcnic_get_eswitch_stats()
|
D | qlcnic.h | 1491 __le64 numbytes; member 1506 u64 numbytes; member
|
D | qlcnic_ethtool.c | 1287 *data++ = QLCNIC_FILL_STATS(esw_stats->numbytes); in qlcnic_fill_stats()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | dt9812.c | 184 __le16 numbytes; member 255 cmd.u.flash_data_info.numbytes = cpu_to_le16(buf_size); in dt9812_read_info()
|
/linux-4.4.14/fs/ocfs2/ |
D | alloc.c | 7203 unsigned int numbytes; in ocfs2_truncate_inline() local 7241 numbytes = end - start; in ocfs2_truncate_inline() 7242 memset(idata->id_data + start, 0, numbytes); in ocfs2_truncate_inline()
|