Home
last modified time | relevance | path

Searched refs:kfifo_alloc (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.10/samples/kfifo/
Ddma-example.c30 if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) { in example_init()
Dinttype-example.c149 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
Drecord-example.c163 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
Dbytestream-example.c156 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_interrupt.c56 r = kfifo_alloc(&kfd->ih_fifo, in kfd_interrupt_init()
Dkfd_smi_events.c267 ret = kfifo_alloc(&client->fifo, MAX_KFIFO_SIZE, GFP_KERNEL); in kfd_smi_event_open()
/Linux-v5.10/drivers/crypto/caam/
Dcaamrng.c188 if (kfifo_alloc(&ctx->fifo, CAAM_RNG_MAX_FIFO_STORE_SIZE, in caam_init()
/Linux-v5.10/drivers/soc/aspeed/
Daspeed-lpc-snoop.c193 rc = kfifo_alloc(&lpc_snoop->chan[channel].fifo, in aspeed_lpc_enable_snoop()
/Linux-v5.10/drivers/media/rc/
Dlirc_dev.c154 if (kfifo_alloc(&fh->rawir, MAX_IR_EVENT_SIZE, GFP_KERNEL)) { in lirc_open()
161 if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) { in lirc_open()
/Linux-v5.10/drivers/gnss/
Dcore.c257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
/Linux-v5.10/drivers/usb/host/
Dfhci.h475 return kfifo_alloc(fifo, size * sizeof(void *), GFP_KERNEL); in cq_new()
Dxhci-dbgtty.c418 ret = kfifo_alloc(&port->write_fifo, DBC_WRITE_BUF_SIZE, GFP_KERNEL); in xhci_dbc_tty_register_device()
/Linux-v5.10/drivers/most/
Dmost_cdev.c449 retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL); in comp_probe()
/Linux-v5.10/drivers/char/
Dsonypi.c1300 error = kfifo_alloc(&sonypi_device.fifo, SONYPI_BUF_SIZE, GFP_KERNEL); in sonypi_probe()
1379 error = kfifo_alloc(&sonypi_device.input_fifo, SONYPI_BUF_SIZE, in sonypi_probe()
/Linux-v5.10/drivers/usb/gadget/function/
Du_serial.c615 status = kfifo_alloc(&port->port_write_buf, in gs_open()
1031 err = kfifo_alloc(&cons->buf, GS_CONSOLE_BUF_SIZE, GFP_KERNEL); in gs_console_init()
/Linux-v5.10/drivers/mfd/
Dsi476x-i2c.c758 rval = kfifo_alloc(&core->rds_fifo, in si476x_core_probe()
/Linux-v5.10/drivers/hwmon/
Dxgene-hwmon.c631 rc = kfifo_alloc(&ctx->async_msg_fifo, in xgene_hwmon_probe()
/Linux-v5.10/include/linux/
Dkfifo.h350 #define kfifo_alloc(fifo, size, gfp_mask) \ macro
/Linux-v5.10/drivers/media/pci/meye/
Dmeye.c1613 if (kfifo_alloc(&meye.grabq, sizeof(int) * MEYE_MAX_BUFNBRS, in meye_probe()
1618 if (kfifo_alloc(&meye.doneq, sizeof(int) * MEYE_MAX_BUFNBRS, in meye_probe()
/Linux-v5.10/drivers/dma/qcom/
Dhidma_ll.c786 rc = kfifo_alloc(&lldev->handoff_fifo, sz, GFP_KERNEL); in hidma_ll_init()
/Linux-v5.10/drivers/hid/
Dhid-sensor-custom.c722 ret = kfifo_alloc(&sensor_inst->data_fifo, HID_CUSTOM_FIFO_SIZE, in hid_sensor_custom_dev_if_add()
Dhid-debug.c1074 err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL); in hid_debug_events_open()
/Linux-v5.10/drivers/firmware/
Dstratix10-svc.c1015 ret = kfifo_alloc(&controller->svc_fifo, fifo_size, GFP_KERNEL); in stratix10_svc_drv_probe()
/Linux-v5.10/drivers/platform/x86/
Dfujitsu-laptop.c790 ret = kfifo_alloc(&priv->fifo, RINGBUFFERSIZE * sizeof(int), in acpi_fujitsu_laptop_add()
/Linux-v5.10/arch/powerpc/sysdev/
Dfsl_rmu.c593 if (kfifo_alloc(&pw->pw_fifo, RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) { in fsl_rio_port_write_init()

123