Searched refs:numbytes (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/i2c/algos/
H A Di2c-algo-pca.c189 int numbytes = 0; local
248 if (numbytes < msg->len) {
250 msg->buf[numbytes]);
251 numbytes++;
254 curmsg++; numbytes = 0;
272 if (numbytes < msg->len) {
273 pca_rx_byte(adap, &msg->buf[numbytes], 1);
274 numbytes++;
276 numbytes < msg->len - 1);
279 curmsg++; numbytes
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c263 * @numbytes: The amount of data to transmit.
270 u32 numbytes, u32 i2c_flag)
280 address, numbytes);
284 16, 1, data, numbytes, false);
297 while (numbytes > 0) {
317 if (numbytes == 1 && i2c_flag & I2C_M_STOP)
333 numbytes--;
362 * @numbytes: The amount of data to transmit.
369 u32 numbytes, u32 i2c_flag)
383 while (numbytes >
268 smu_v11_0_i2c_transmit(struct i2c_adapter *control, u16 address, u8 *data, u32 numbytes, u32 i2c_flag) argument
367 smu_v11_0_i2c_receive(struct i2c_adapter *control, u16 address, u8 *data, u32 numbytes, u32 i2c_flag) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1117 esw_stats->numbytes = le64_to_cpu(stats->numbytes);
1211 esw_stats->numbytes = QLCNIC_STATS_NOT_AVAIL;
1237 QLCNIC_ADD_ESW_STATS(esw_stats->numbytes,
1238 port_stats.numbytes);
H A Dqlcnic.h1483 __le64 numbytes; member in struct:qlcnic_esw_stats_le
1498 u64 numbytes; member in struct:__qlcnic_esw_statistics
H A Dqlcnic_ethtool.c72 "tx numbytes",
79 "rx numbytes",
1303 *data++ = QLCNIC_FILL_STATS(esw_stats->numbytes);
/linux-master/drivers/tty/serial/
H A Dxilinx_uartps.c429 unsigned int numbytes; local
437 numbytes = port->fifosize;
438 while (numbytes && !uart_circ_empty(xmit) &&
443 numbytes--;
/linux-master/drivers/comedi/drivers/
H A Ddt9812.c175 __le16 numbytes; member in struct:dt9812_flash_data
256 cmd->u.flash_data_info.numbytes = cpu_to_le16(buf_size);
/linux-master/fs/ocfs2/
H A Dalloc.c7389 unsigned int numbytes; local
7431 numbytes = end - start;
7432 memset(idata->id_data + start, 0, numbytes);

Completed in 210 milliseconds