/openbmc/linux/samples/kfifo/ |
H A D | dma-example.c | 30 if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) { in example_init()
|
H A D | inttype-example.c | 153 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
|
H A D | record-example.c | 167 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
|
H A D | bytestream-example.c | 160 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_interrupt.c | 57 r = kfifo_alloc(&node->ih_fifo, in kfd_interrupt_init()
|
H A D | kfd_smi_events.c | 346 ret = kfifo_alloc(&client->fifo, MAX_KFIFO_SIZE, GFP_KERNEL); in kfd_smi_event_open()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamrng.c | 234 if (kfifo_alloc(&ctx->fifo, ALIGN(CAAM_RNG_MAX_FIFO_STORE_SIZE, in caam_init()
|
/openbmc/linux/drivers/media/rc/ |
H A D | lirc_dev.c | 144 if (kfifo_alloc(&fh->rawir, MAX_IR_EVENT_SIZE, GFP_KERNEL)) { in lirc_open() 151 if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) { in lirc_open()
|
/openbmc/linux/drivers/gnss/ |
H A D | core.c | 257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | aspeed-lpc-snoop.c | 195 rc = kfifo_alloc(&lpc_snoop->chan[channel].fifo, in aspeed_lpc_enable_snoop()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | debugfs.c | 242 ret = kfifo_alloc(&adev->trace_fifo, PAGE_SIZE, GFP_KERNEL); in strace_open()
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci.h | 475 return kfifo_alloc(fifo, size * sizeof(void *), GFP_KERNEL); in cq_new()
|
H A D | xhci-dbgtty.c | 459 ret = kfifo_alloc(&port->port.xmit_fifo, DBC_WRITE_BUF_SIZE, in xhci_dbc_tty_register_device()
|
/openbmc/linux/drivers/char/ |
H A D | sonypi.c | 1299 error = kfifo_alloc(&sonypi_device.fifo, SONYPI_BUF_SIZE, GFP_KERNEL); in sonypi_probe() 1378 error = kfifo_alloc(&sonypi_device.input_fifo, SONYPI_BUF_SIZE, in sonypi_probe()
|
/openbmc/linux/drivers/most/ |
H A D | most_cdev.c | 450 retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL); in comp_probe()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 624 status = kfifo_alloc(&port->port_write_buf, in gs_open() 1043 err = kfifo_alloc(&cons->buf, GS_CONSOLE_BUF_SIZE, GFP_KERNEL); in gs_console_init()
|
/openbmc/linux/drivers/mfd/ |
H A D | si476x-i2c.c | 758 rval = kfifo_alloc(&core->rds_fifo, in si476x_core_probe()
|
/openbmc/linux/include/linux/ |
H A D | kfifo.h | 350 #define kfifo_alloc(fifo, size, gfp_mask) \ macro
|
/openbmc/linux/drivers/counter/ |
H A D | counter-chrdev.c | 480 return kfifo_alloc(&counter->events, 64, GFP_KERNEL); in counter_chrdev_add()
|
/openbmc/linux/drivers/hwmon/ |
H A D | xgene-hwmon.c | 632 rc = kfifo_alloc(&ctx->async_msg_fifo, in xgene_hwmon_probe()
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | hidma_ll.c | 786 rc = kfifo_alloc(&lldev->handoff_fifo, sz, GFP_KERNEL); in hidma_ll_init()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | fujitsu-laptop.c | 790 ret = kfifo_alloc(&priv->fifo, RINGBUFFERSIZE * sizeof(int), in acpi_fujitsu_laptop_add()
|
/openbmc/linux/drivers/mailbox/ |
H A D | omap-mailbox.c | 340 if (kfifo_alloc(&mq->fifo, mbox_kfifo_size, GFP_KERNEL)) in mbox_queue_alloc()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 1134 err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL); in hid_debug_events_open()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | main.c | 869 ret = kfifo_alloc(&priv->event_fifo, sizeof(u32) * 16, GFP_KERNEL); in lbs_init_adapter()
|