Home
last modified time | relevance | path

Searched refs:read_fifo (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/gnss/
H A Dcore.c78 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 Dadxl367.h16 int (*read_fifo)(void *context, __be16 *fifo_buf, member
H A Dadxl367_i2c.c41 .read_fifo = adxl367_i2c_read_fifo,
H A Dadxl367_spi.c86 .read_fifo = adxl367_read_fifo,
/linux/drivers/isdn/hardware/mISDN/
H A Dipac.h22 fifo_func *read_fifo; member
65 fifo_func *read_fifo; member
H A Disar.h39 fifo_func *read_fifo; member
H A Diohelper.h88 dest.read_fifo = &ReadFiFo##name##_##typ; \
H A Dhfc_multi_8xx.h128 hc->read_fifo = read_fifo_embsd; in setup_embedded()
H A Dhfc_multi.h179 void (*read_fifo)(struct hfc_multi *hc, u_char *data, member
H A DmISDNipac.c126 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 Dgnss.h51 struct kfifo read_fifo; member
/linux/drivers/usb/musb/
H A Dmusb_io.h22 * @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 Dmusb_core.c449 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 Dmusb_core.h127 * @read_fifo: reads the fifo
175 void (*read_fifo)(struct musb_hw_ep *hw_ep, u16 len, u8 *buf); member
H A Dmusb_dsps.c882 dsps_ops.read_fifo = dsps_read_fifo32; in dsps_probe()
/linux/drivers/net/can/m_can/
H A Dm_can.h67 int (*read_fifo)(struct m_can_classdev *cdev, int addr_offset, void *val, size_t val_count); member
H A Dm_can_pci.c84 .read_fifo = iomap_read_fifo,
H A Dm_can_platform.c75 .read_fifo = iomap_read_fifo,
H A Dtcan4x5x-core.c406 .read_fifo = tcan4x5x_read_fifo,
/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c353 .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 Dst_lsm6dsx_buffer.c686 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 Dst_lsm6dsx.h167 * @read_fifo: Read FIFO callback.
175 int (*read_fifo)(struct st_lsm6dsx_hw *hw); member
/linux/drivers/accel/qaic/
H A Dqaic_data.c1558 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 Dat91_udc.c311 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 Dnet2280.c708 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()

12