Home
last modified time | relevance | path

Searched refs:kfifo_in (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.3-rc2/samples/kfifo/
A Drecord-example.c78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
86 kfifo_in(&test, buf, i + 1); in testfunc()
A Dbytestream-example.c61 kfifo_in(&test, "hello", 5); in testfunc()
78 ret = kfifo_in(&test, buf, ret); in testfunc()
A Ddma-example.c37 kfifo_in(&fifo, "test", 4); in example_init()
A Dinttype-example.c71 ret = kfifo_in(&test, buf, ret); in testfunc()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_interrupt.c117 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()
A Dkfd_smi_events.c186 kfifo_in(&client->fifo, event_msg, len); in add_event_to_kfifo()
/linux-6.3-rc2/include/linux/
A Dkfifo.h519 #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 Dr592.c332 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 Dvpu_msgs.c272 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 Dlibiscsi_tcp.c466 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 Dhvc_dcc.c185 len = kfifo_in(&outbuf, buf, count); in hvc_dcc0_put_chars()
/linux-6.3-rc2/drivers/most/
A Dmost_cdev.c60 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 Dhid-logitech-dj.c877 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 Dhid-sensor-custom.c444 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 Dkfifo_buf.c95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo()
/linux-6.3-rc2/drivers/mtd/
A Dsm_ftl.c491 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 Dkgdb_nmi.c112 kfifo_in(&priv->fifo, &c, 1); in kgdb_tty_recv()
/linux-6.3-rc2/drivers/platform/surface/
A Dsurface_aggregator_cdev.c119 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 Du_serial.c743 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 Dcore.c325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
/linux-6.3-rc2/drivers/usb/host/
A Dfhci.h490 return kfifo_in(kfifo, (void *)&p, sizeof(p)); in cq_put()
A Dxhci-dbgtty.c220 count = kfifo_in(&port->write_fifo, buf, count); in dbc_tty_write()
/linux-6.3-rc2/drivers/scsi/ibmvscsi_tgt/
A Dlibsrp.c41 kfifo_in(&q->queue, (void *)&iue, sizeof(void *)); in srp_iu_pool_alloc()
/linux-6.3-rc2/drivers/firmware/arm_scmi/
A Dnotify.c612 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 Dpi433_if.c856 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()

Completed in 51 milliseconds

12