Searched refs:r_count (Results 1 – 7 of 7) sorted by relevance
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-io.c | 42 unsigned int r_count; member 133 cnt = &sp->r_count; in pvr2_buffer_remove() 178 fl = (sp->r_count == 0); in pvr2_buffer_set_ready() 182 (sp->r_count)++; in pvr2_buffer_set_ready() 187 sp->r_bcount, sp->r_count); in pvr2_buffer_set_ready() 515 stats->buffers_in_ready = sp->r_count; in pvr2_stream_get_stats() 570 return sp->r_count; in pvr2_stream_get_ready_count()
|
| /drivers/mtd/nand/raw/ |
| A D | omap2.c | 266 uint32_t r_count = 0; in omap_nand_data_in_pref() local 287 r_count = readl(info->reg.gpmc_prefetch_status); in omap_nand_data_in_pref() 288 r_count = PREFETCH_STATUS_FIFO_CNT(r_count); in omap_nand_data_in_pref() 289 r_count = r_count >> 2; in omap_nand_data_in_pref() 290 ioread32_rep(info->fifo, p, r_count); in omap_nand_data_in_pref() 291 p += r_count; in omap_nand_data_in_pref() 292 pref_len -= r_count << 2; in omap_nand_data_in_pref()
|
| /drivers/gpu/drm/bridge/ |
| A D | sil-sii8620.c | 95 int r_count; member 645 if (ctx->burst.r_count + len > ctx->burst.r_size) in sii8620_burst_send() 650 ctx->burst.r_count += len; in sii8620_burst_send() 660 if (ctx->burst.r_count + 2 > ctx->burst.r_size) in sii8620_burst_send() 664 ctx->burst.r_count += 2; in sii8620_burst_send() 681 ctx->burst.r_count -= buf[1]; in sii8620_burst_receive() 682 if (ctx->burst.r_count < 0) in sii8620_burst_receive() 683 ctx->burst.r_count = 0; in sii8620_burst_receive()
|
| /drivers/media/dvb-frontends/drx39xyj/ |
| A D | drx_driver.h | 115 u16 r_count, u8 *r_data); 207 r_dev_addr, u16 r_count, 241 u16 r_count, u8 *r_data); 1350 u16 r_count; /*< Size of data to read in bytes */ member
|
| A D | drxj.c | 1306 u16 r_count, u8 *r_data) in drxbsp_i2c_write_read() argument 1318 msg[0].len = r_count; in drxbsp_i2c_write_read() 1338 msg[1].len = r_count; in drxbsp_i2c_write_read() 1367 msg[1].len = r_count; in drxbsp_i2c_write_read() 1371 w_dev_addr->i2c_addr, state->i2c, w_count, r_count); in drxbsp_i2c_write_read()
|
| /drivers/net/ethernet/freescale/ |
| A D | fec_mpc52xx.h | 101 u32 r_count; /* FEC + 0x154 */ member
|
| /drivers/tty/serial/ |
| A D | msm_serial.c | 755 int sysrq, r_count, i; in msm_handle_rx_dm() local 764 r_count = min_t(int, count, sizeof(buf)); in msm_handle_rx_dm() 766 for (i = 0; i < r_count; i++) { in msm_handle_rx_dm() 784 count -= r_count; in msm_handle_rx_dm()
|
Completed in 46 milliseconds