| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | asyncdata.c | 46 static unsigned cmd_loop(unsigned numbytes, struct inbuf_t *inbuf) in cmd_loop() argument 54 while (procbytes < numbytes) { in cmd_loop() 118 static unsigned lock_loop(unsigned numbytes, struct inbuf_t *inbuf) in lock_loop() argument 122 gigaset_dbg_buffer(DEBUG_LOCKCMD, "received response", numbytes, src); in lock_loop() 123 gigaset_if_receive(inbuf->cs, src, numbytes); in lock_loop() 124 return numbytes; in lock_loop() 135 static unsigned hdlc_loop(unsigned numbytes, struct inbuf_t *inbuf) in hdlc_loop() argument 147 if (!numbytes) in hdlc_loop() 153 while (procbytes < numbytes) { in hdlc_loop() 169 if (procbytes >= numbytes) { in hdlc_loop() [all …]
|
| D | isocdata.c | 891 static void cmd_loop(unsigned char *src, int numbytes, struct inbuf_t *inbuf) in cmd_loop() argument 897 while (numbytes--) { in cmd_loop() 941 unsigned tail, head, numbytes; in gigaset_isoc_input() local 950 numbytes = tail - head; in gigaset_isoc_input() 951 gig_dbg(DEBUG_INTR, "processing %u bytes", numbytes); in gigaset_isoc_input() 955 numbytes, src); in gigaset_isoc_input() 956 gigaset_if_receive(inbuf->cs, src, numbytes); in gigaset_isoc_input() 958 cmd_loop(src, numbytes, inbuf); in gigaset_isoc_input() 961 head += numbytes; in gigaset_isoc_input()
|
| D | bas-gigaset.c | 481 unsigned numbytes; in read_ctrl_callback() local 490 numbytes = urb->actual_length; in read_ctrl_callback() 491 if (unlikely(numbytes != ucs->rcvbuf_size)) { in read_ctrl_callback() 494 numbytes, ucs->rcvbuf_size); in read_ctrl_callback() 495 if (numbytes > ucs->rcvbuf_size) in read_ctrl_callback() 496 numbytes = ucs->rcvbuf_size; in read_ctrl_callback() 500 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 | 348 unsigned numbytes; in gigaset_read_int_callback() local 353 numbytes = urb->actual_length; in gigaset_read_int_callback() 355 if (numbytes) { in gigaset_read_int_callback() 362 --numbytes; in gigaset_read_int_callback() 363 if (gigaset_fill_inbuf(inbuf, src, numbytes)) { in gigaset_read_int_callback()
|
| D | common.c | 564 unsigned numbytes) in gigaset_fill_inbuf() argument 568 gig_dbg(DEBUG_INTR, "received %u bytes", numbytes); in gigaset_fill_inbuf() 570 if (!numbytes) in gigaset_fill_inbuf() 573 bytesleft = numbytes; in gigaset_fill_inbuf() 600 return numbytes != bytesleft; in gigaset_fill_inbuf()
|
| D | gigaset.h | 808 unsigned numbytes);
|
| /Linux-v5.4/drivers/i2c/algos/ |
| D | i2c-algo-pca.c | 175 int numbytes = 0; in pca_xfer() local 234 if (numbytes < msg->len) { in pca_xfer() 236 msg->buf[numbytes]); in pca_xfer() 237 numbytes++; in pca_xfer() 240 curmsg++; numbytes = 0; in pca_xfer() 258 if (numbytes < msg->len) { in pca_xfer() 259 pca_rx_byte(adap, &msg->buf[numbytes], 1); in pca_xfer() 260 numbytes++; in pca_xfer() 262 numbytes < msg->len - 1); in pca_xfer() 265 curmsg++; numbytes = 0; in pca_xfer() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | smu_v11_0_i2c.c | 226 uint32_t numbytes, uint32_t i2c_flag) in smu_v11_0_i2c_transmit() argument 235 (uint16_t)address, numbytes); in smu_v11_0_i2c_transmit() 239 16, 1, data, numbytes, false); in smu_v11_0_i2c_transmit() 253 while (numbytes > 0) { in smu_v11_0_i2c_transmit() 268 if (numbytes == 1) in smu_v11_0_i2c_transmit() 278 numbytes--; in smu_v11_0_i2c_transmit() 282 } while (numbytes && REG_GET_FIELD(reg, CKSVII2C_IC_STATUS, TFNF)); in smu_v11_0_i2c_transmit() 326 uint32_t numbytes, uint8_t i2c_flag) in smu_v11_0_i2c_receive() argument 339 while (numbytes > 0) { in smu_v11_0_i2c_receive() 357 if (numbytes == 1) in smu_v11_0_i2c_receive() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_ctx.c | 1112 esw_stats->numbytes = le64_to_cpu(stats->numbytes); in qlcnic_get_port_stats() 1206 esw_stats->numbytes = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats() 1232 QLCNIC_ADD_ESW_STATS(esw_stats->numbytes, in qlcnic_get_eswitch_stats() 1233 port_stats.numbytes); in qlcnic_get_eswitch_stats()
|
| D | qlcnic.h | 1489 __le64 numbytes; member 1504 u64 numbytes; member
|
| D | qlcnic_ethtool.c | 1299 *data++ = QLCNIC_FILL_STATS(esw_stats->numbytes); in qlcnic_fill_stats()
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | xilinx_uartps.c | 310 unsigned int numbytes; in cdns_uart_handle_tx() local 315 numbytes = port->fifosize; in cdns_uart_handle_tx() 316 while (numbytes && !uart_circ_empty(&port->state->xmit) && in cdns_uart_handle_tx() 338 numbytes--; in cdns_uart_handle_tx()
|
| /Linux-v5.4/drivers/staging/comedi/drivers/ |
| D | dt9812.c | 175 __le16 numbytes; member 246 cmd.u.flash_data_info.numbytes = cpu_to_le16(buf_size); in dt9812_read_info()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | alloc.c | 7400 unsigned int numbytes; in ocfs2_truncate_inline() local 7438 numbytes = end - start; in ocfs2_truncate_inline() 7439 memset(idata->id_data + start, 0, numbytes); in ocfs2_truncate_inline()
|