Home
last modified time | relevance | path

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

12

/openbmc/linux/samples/kfifo/
H A Drecord-example.c78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
86 kfifo_in(&test, buf, i + 1); in testfunc()
H A Dbytestream-example.c61 kfifo_in(&test, "hello", 5); in testfunc()
78 ret = kfifo_in(&test, buf, ret); in testfunc()
H A Ddma-example.c37 kfifo_in(&fifo, "test", 4); in example_init()
H A Dinttype-example.c71 ret = kfifo_in(&test, buf, ret); in testfunc()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c117 count = kfifo_in(&node->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()
H A Dkfd_smi_events.c186 kfifo_in(&client->fifo, event_msg, len); in add_event_to_kfifo()
/openbmc/linux/include/linux/
H A Dkfifo.h519 #define kfifo_in(fifo, buf, n) \ macro
546 __ret = kfifo_in(fifo, buf, n); \
566 __ret = kfifo_in(fifo, buf, n); \
/openbmc/linux/drivers/memstick/host/
H A Dr592.c330 int copy_len = kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio()
353 kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio()
401 kfifo_in(&dev->pio_fifo, tmp, 4); in r592_read_fifo_pio()
/openbmc/linux/drivers/scsi/
H 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()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c185 len = kfifo_in(&outbuf, buf, count); in hvc_dcc0_put_chars()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c293 ret = kfifo_in(&inst->msg_fifo, pkt, bytes); in vpu_inst_handle_msg()
416 if (kfifo_in(&core->msg_fifo, &irq, sizeof(irq)) != sizeof(irq)) in vpu_isr()
/openbmc/linux/drivers/most/
H 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()
/openbmc/linux/drivers/hid/
H 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()
1094 kfifo_in(&djrcv_dev->notif_fifo, &workitem, sizeof(workitem)); in logi_hidpp_recv_queue_notif()
1650 kfifo_in(&djrcv_dev->notif_fifo, &workitem, sizeof(workitem)); in logi_dj_hidpp_event()
H 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()
/openbmc/linux/drivers/iio/buffer/
H A Dkfifo_buf.c95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo()
/openbmc/linux/drivers/mtd/
H 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()
/openbmc/linux/drivers/tty/serial/
H A Dkgdb_nmi.c112 kfifo_in(&priv->fifo, &c, 1); in kgdb_tty_recv()
/openbmc/linux/drivers/platform/surface/
H 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()
/openbmc/linux/drivers/usb/gadget/function/
H A Du_serial.c750 count = kfifo_in(&port->port_write_buf, buf, count); in gs_write()
921 kfifo_in(&cons->buf, buf, len); in __gs_console_push()
953 n = kfifo_in(&cons->buf, buf, count); in gs_console_write()
/openbmc/linux/drivers/gnss/
H A Dcore.c325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
/openbmc/linux/drivers/firmware/arm_scmi/
H 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()
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c41 kfifo_in(&q->queue, (void *)&iue, sizeof(void *)); in srp_iu_pool_alloc()
/openbmc/linux/drivers/usb/host/
H A Dfhci.h490 return kfifo_in(kfifo, (void *)&p, sizeof(p)); in cq_put()
H A Dxhci-dbgtty.c241 written = kfifo_in(&port->port.xmit_fifo, buf, count); in dbc_tty_write()
/openbmc/linux/drivers/staging/pi433/
H A Dpi433_if.c855 retval = kfifo_in(&device->tx_fifo, &instance->tx_cfg, in pi433_write()
860 retval = kfifo_in(&device->tx_fifo, &count, sizeof(size_t)); in pi433_write()

12