/linux/drivers/gnss/ |
H A D | core.c | 78 kfifo_reset(&gdev->read_fifo); in gnss_release() 96 while (kfifo_is_empty(&gdev->read_fifo)) { in gnss_read() 107 !kfifo_is_empty(&gdev->read_fifo)); in gnss_read() 114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read() 194 if (!kfifo_is_empty(&gdev->read_fifo)) in gnss_poll() 218 kfifo_free(&gdev->read_fifo); in gnss_device_release() 256 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device() 324 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
|
/linux/drivers/iio/accel/ |
H A D | adxl367.h | 16 int (*read_fifo)(void *context, __be16 *fifo_buf, member
|
H A D | adxl367_i2c.c | 41 .read_fifo = adxl367_i2c_read_fifo,
|
H A D | adxl367_spi.c | 86 .read_fifo = adxl367_read_fifo,
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | ipac.h | 22 fifo_func *read_fifo; member 65 fifo_func *read_fifo; member
|
H A D | isar.h | 39 fifo_func *read_fifo; member
|
H A D | iohelper.h | 88 dest.read_fifo = &ReadFiFo##name##_##typ; \
|
H A D | hfc_multi_8xx.h | 128 hc->read_fifo = read_fifo_embsd; in setup_embedded()
|
H A D | hfc_multi.h | 179 void (*read_fifo)(struct hfc_multi *hc, u_char *data, member
|
H A D | mISDNipac.c | 126 isac->read_fifo(isac->dch.hw, isac->off, ptr, count); in isac_empty_fifo() 947 hscx->ip->read_fifo(hscx->ip->hw, in hscx_empty_fifo() 950 hscx->ip->read_fifo(hscx->ip->hw, in hscx_empty_fifo()
|
/linux/include/linux/ |
H A D | gnss.h | 51 struct kfifo read_fifo; member
|
/linux/drivers/usb/musb/ |
H A D | musb_io.h | 22 * @read_fifo: platform specific function to read fifo 32 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); member
|
H A D | musb_core.c | 449 return hw_ep->musb->io.read_fifo(hw_ep, len, dst); in musb_read_fifo() 2431 if (musb->ops->read_fifo) in musb_init_controller() 2432 musb->io.read_fifo = musb->ops->read_fifo; in musb_init_controller() 2434 musb->io.read_fifo = musb_default_read_fifo; in musb_init_controller()
|
H A D | musb_core.h | 127 * @read_fifo: reads the fifo 175 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); member
|
H A D | musb_dsps.c | 882 dsps_ops.read_fifo = dsps_read_fifo32; in dsps_probe()
|
/linux/drivers/net/can/m_can/ |
H A D | m_can.h | 67 int (*read_fifo)(struct m_can_classdev *cdev, int addr_offset, void *val, size_t val_count); member
|
H A D | m_can_pci.c | 84 .read_fifo = iomap_read_fifo,
|
H A D | m_can_platform.c | 75 .read_fifo = iomap_read_fifo,
|
H A D | tcan4x5x-core.c | 406 .read_fifo = tcan4x5x_read_fifo,
|
/linux/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_core.c | 353 .read_fifo = st_lsm6dsx_read_fifo, 519 .read_fifo = st_lsm6dsx_read_fifo, 719 .read_fifo = st_lsm6dsx_read_fifo, 964 .read_fifo = st_lsm6dsx_read_tagged_fifo, 1177 .read_fifo = st_lsm6dsx_read_tagged_fifo, 1352 .read_fifo = st_lsm6dsx_read_tagged_fifo, 2467 if (!hw->settings->fifo_ops.read_fifo) in st_lsm6dsx_handler_thread() 2483 len = hw->settings->fifo_ops.read_fifo(hw); in st_lsm6dsx_handler_thread() 2694 if (!hw->irq || !hw->settings->fifo_ops.read_fifo) { in st_lsm6dsx_probe()
|
H A D | st_lsm6dsx_buffer.c | 686 if (!hw->settings->fifo_ops.read_fifo) in st_lsm6dsx_flush_fifo() 691 hw->settings->fifo_ops.read_fifo(hw); in st_lsm6dsx_flush_fifo()
|
H A D | st_lsm6dsx.h | 167 * @read_fifo: Read FIFO callback. 175 int (*read_fifo)(struct st_lsm6dsx_hw *hw); member
|
/linux/drivers/accel/qaic/ |
H A D | qaic_data.c | 1558 read_fifo: in dbc_irq_threaded_fn() 1580 goto read_fifo; /* check for a new event */ in dbc_irq_threaded_fn() 1634 goto read_fifo; in dbc_irq_threaded_fn() 1646 goto read_fifo; in dbc_irq_threaded_fn()
|
/linux/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 311 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo() function 687 status = read_fifo(ep, req); in at91_ep_queue() 1038 return read_fifo(ep, req); in handle_ep()
|
H A D | net2280.c | 708 static int read_fifo(struct net2280_ep *ep, struct net2280_request *req) in read_fifo() function 1063 if (read_fifo(ep, req) && in net2280_queue() 1069 } else if (read_fifo(ep, req) && in net2280_queue() 2698 if (read_fifo(ep, req) && ep->num != 0) in handle_ep_small()
|