/linux-6.3-rc2/samples/kfifo/ |
A D | record-example.c | 78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc() 86 kfifo_in(&test, buf, i + 1); in testfunc()
|
A D | bytestream-example.c | 61 kfifo_in(&test, "hello", 5); in testfunc() 78 ret = kfifo_in(&test, buf, ret); in testfunc()
|
A D | dma-example.c | 37 kfifo_in(&fifo, "test", 4); in example_init()
|
A D | inttype-example.c | 71 ret = kfifo_in(&test, buf, ret); in testfunc()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_interrupt.c | 117 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()
|
A D | kfd_smi_events.c | 186 kfifo_in(&client->fifo, event_msg, len); in add_event_to_kfifo()
|
/linux-6.3-rc2/include/linux/ |
A D | kfifo.h | 519 #define kfifo_in(fifo, buf, n) \ macro 546 __ret = kfifo_in(fifo, buf, n); \ 566 __ret = kfifo_in(fifo, buf, n); \
|
/linux-6.3-rc2/drivers/memstick/host/ |
A D | r592.c | 332 int copy_len = kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio() 355 kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio() 403 kfifo_in(&dev->pio_fifo, tmp, 4); in r592_read_fifo_pio()
|
/linux-6.3-rc2/drivers/media/platform/amphion/ |
A D | vpu_msgs.c | 272 ret = kfifo_in(&inst->msg_fifo, pkt, bytes); in vpu_inst_handle_msg() 395 if (kfifo_in(&core->msg_fifo, &irq, sizeof(irq)) != sizeof(irq)) in vpu_isr()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | libiscsi_tcp.c | 466 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, in iscsi_tcp_cleanup_task() 473 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, in iscsi_tcp_cleanup_task() 641 kfifo_in(&tcp_task->r2tqueue, (void*)&r2t, sizeof(void*)); in iscsi_tcp_r2t_rsp() 1040 kfifo_in(&tcp_task->r2tpool.queue, in iscsi_tcp_get_curr_r2t()
|
/linux-6.3-rc2/drivers/tty/hvc/ |
A D | hvc_dcc.c | 185 len = kfifo_in(&outbuf, buf, count); in hvc_dcc0_put_chars()
|
/linux-6.3-rc2/drivers/most/ |
A D | most_cdev.c | 60 kfifo_in(&c->fifo, mbo, 1); in ch_get_mbo() 367 kfifo_in(&c->fifo, &mbo, 1); in comp_rx_completion()
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-logitech-dj.c | 877 kfifo_in(&djrcv_dev->notif_fifo, &workitem, sizeof(workitem)); in logi_dj_recv_queue_unknown_work() 915 kfifo_in(&djrcv_dev->notif_fifo, &workitem, sizeof(workitem)); in logi_dj_recv_queue_notification() 1096 kfifo_in(&djrcv_dev->notif_fifo, &workitem, sizeof(workitem)); in logi_hidpp_recv_queue_notif() 1647 kfifo_in(&djrcv_dev->notif_fifo, &workitem, sizeof(workitem)); in logi_dj_hidpp_event()
|
A D | hid-sensor-custom.c | 444 kfifo_in(&sensor_inst->data_fifo, in hid_sensor_capture_sample() 451 kfifo_in(&sensor_inst->data_fifo, (unsigned char *)raw_data, in hid_sensor_capture_sample()
|
/linux-6.3-rc2/drivers/iio/buffer/ |
A D | kfifo_buf.c | 95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo()
|
/linux-6.3-rc2/drivers/mtd/ |
A D | sm_ftl.c | 491 kfifo_in(&zone->free_sectors, in sm_erase_block() 795 kfifo_in(&zone->free_sectors, in sm_init_zone() 874 kfifo_in(&zone->free_sectors, (const unsigned char *)&block, 2); in sm_init_zone()
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | kgdb_nmi.c | 112 kfifo_in(&priv->fifo, &c, 1); in kgdb_tty_recv()
|
/linux-6.3-rc2/drivers/platform/surface/ |
A D | surface_aggregator_cdev.c | 119 kfifo_in(&client->buffer, (const u8 *)&event, struct_size(&event, data, 0)); in ssam_cdev_notifier() 120 kfifo_in(&client->buffer, &in->data[0], in->length); in ssam_cdev_notifier()
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | u_serial.c | 743 count = kfifo_in(&port->port_write_buf, buf, count); in gs_write() 914 kfifo_in(&cons->buf, buf, len); in __gs_console_push() 943 n = kfifo_in(&cons->buf, buf, count); in gs_console_write()
|
/linux-6.3-rc2/drivers/gnss/ |
A D | core.c | 325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | fhci.h | 490 return kfifo_in(kfifo, (void *)&p, sizeof(p)); in cq_put()
|
A D | xhci-dbgtty.c | 220 count = kfifo_in(&port->write_fifo, buf, count); in dbc_tty_write()
|
/linux-6.3-rc2/drivers/scsi/ibmvscsi_tgt/ |
A D | libsrp.c | 41 kfifo_in(&q->queue, (void *)&iue, sizeof(void *)); in srp_iu_pool_alloc()
|
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | notify.c | 612 kfifo_in(&r_evt->proto->equeue.kfifo, &eh, sizeof(eh)); in scmi_notify() 613 kfifo_in(&r_evt->proto->equeue.kfifo, buf, len); in scmi_notify()
|
/linux-6.3-rc2/drivers/staging/pi433/ |
A D | pi433_if.c | 856 retval = kfifo_in(&device->tx_fifo, &instance->tx_cfg, in pi433_write() 861 retval = kfifo_in(&device->tx_fifo, &count, sizeof(size_t)); in pi433_write()
|