Home
last modified time | relevance | path

Searched refs:kfifo_to_user (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/samples/kfifo/
A Dinttype-example.c133 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
A Drecord-example.c147 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
A Dbytestream-example.c140 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
/linux-6.3-rc2/drivers/iio/buffer/
A Dkfifo_buf.c112 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_kfifo()
/linux-6.3-rc2/drivers/media/rc/
A Dlirc_dev.c628 ret = kfifo_to_user(&fh->rawir, buffer, length, &copied); in lirc_read_mode2()
667 ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied); in lirc_read_scancode()
/linux-6.3-rc2/drivers/soc/aspeed/
A Daspeed-lpc-snoop.c96 ret = kfifo_to_user(&chan->fifo, buffer, count, &copied); in snoop_file_read()
/linux-6.3-rc2/drivers/gnss/
A Dcore.c114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
/linux-6.3-rc2/sound/soc/intel/avs/
A Ddebugfs.c228 if (kfifo_to_user(fifo, to, count, &copied)) in strace_read()
/linux-6.3-rc2/drivers/iio/
A Dindustrialio-event.c151 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); in iio_event_chrdev_read()
/linux-6.3-rc2/drivers/counter/
A Dcounter-chrdev.c94 err = kfifo_to_user(&counter->events, buf, len, &copied); in counter_chrdev_read()
/linux-6.3-rc2/include/linux/
A Dkfifo.h690 #define kfifo_to_user(fifo, to, len, copied) \ macro
/linux-6.3-rc2/drivers/platform/surface/
A Dsurface_aggregator_cdev.c622 status = kfifo_to_user(&client->buffer, buf, count, &copied); in ssam_cdev_read()
A Dsurface_dtx.c507 status = kfifo_to_user(&client->buffer, buf, count, &copied); in surface_dtx_read()
/linux-6.3-rc2/sound/usb/line6/
A Ddriver.c590 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
/linux-6.3-rc2/drivers/hid/
A Dhid-debug.c1200 ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied); in hid_debug_events_read()
A Dhid-sensor-custom.c663 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, in hid_sensor_custom_read()
/linux-6.3-rc2/drivers/media/radio/
A Dradio-si476x.c1111 if (kfifo_to_user(&radio->core->rds_fifo, buf, in si476x_radio_fops_read()
/linux-6.3-rc2/drivers/rapidio/devices/
A Drio_mport_cdev.c2289 if (kfifo_to_user(&priv->event_fifo, buf, in mport_read()

Completed in 33 milliseconds