| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_interrupt.c | 56 r = kfifo_alloc(&kfd->ih_fifo, in kfd_interrupt_init()
|
| H A D | kfd_smi_events.c | 267 ret = kfifo_alloc(&client->fifo, MAX_KFIFO_SIZE, GFP_KERNEL); in kfd_smi_event_open()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | caamrng.c | 188 if (kfifo_alloc(&ctx->fifo, CAAM_RNG_MAX_FIFO_STORE_SIZE, in caam_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | lirc_dev.c | 154 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()
|
| /OK3568_Linux_fs/kernel/drivers/soc/aspeed/ |
| H A D | aspeed-lpc-snoop.c | 197 rc = kfifo_alloc(&lpc_snoop->chan[channel].fifo, in aspeed_lpc_enable_snoop()
|
| /OK3568_Linux_fs/kernel/drivers/gnss/ |
| H A D | core.c | 257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
|
| /OK3568_Linux_fs/kernel/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 | 412 ret = kfifo_alloc(&port->write_fifo, DBC_WRITE_BUF_SIZE, GFP_KERNEL); in xhci_dbc_tty_register_device()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_stats.c | 390 ret = kfifo_alloc(&stats_vdev->rd_kfifo, in rkisp_register_stats_vdev()
|
| H A D | isp_mipi_luma.c | 489 ret = kfifo_alloc(&luma_vdev->rd_kfifo, in rkisp_register_luma_vdev()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | sonypi.c | 1300 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_serial.c | 613 status = kfifo_alloc(&port->port_write_buf, in gs_open() 1029 err = kfifo_alloc(&cons->buf, GS_CONSOLE_BUF_SIZE, GFP_KERNEL); in gs_console_init()
|
| /OK3568_Linux_fs/kernel/drivers/most/ |
| H A D | most_cdev.c | 449 retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL); in comp_probe()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | cif-luma.c | 484 ret = kfifo_alloc(&luma_vdev->rd_kfifo, in rkcif_register_luma_vdev()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | si476x-i2c.c | 758 rval = kfifo_alloc(&core->rds_fifo, in si476x_core_probe()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/meye/ |
| H A D | meye.c | 1613 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kfifo.h | 350 #define kfifo_alloc(fifo, size, gfp_mask) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | xgene-hwmon.c | 631 rc = kfifo_alloc(&ctx->async_msg_fifo, in xgene_hwmon_probe()
|
| /OK3568_Linux_fs/kernel/drivers/dma/qcom/ |
| H A D | hidma_ll.c | 786 rc = kfifo_alloc(&lldev->handoff_fifo, sz, GFP_KERNEL); in hidma_ll_init()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | stratix10-svc.c | 1015 ret = kfifo_alloc(&controller->svc_fifo, fifo_size, GFP_KERNEL); in stratix10_svc_drv_probe()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-sensor-custom.c | 722 ret = kfifo_alloc(&sensor_inst->data_fifo, HID_CUSTOM_FIFO_SIZE, in hid_sensor_custom_dev_if_add()
|