Searched refs:fifo_fops (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/samples/kfifo/ |
| D | record-example.c | 152 static const struct file_operations fifo_fops = { variable 179 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
|
| D | inttype-example.c | 138 static const struct file_operations fifo_fops = { variable 163 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
|
| D | bytestream-example.c | 145 static const struct file_operations fifo_fops = { variable 172 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
|
| /Linux-v5.4/drivers/usb/dwc2/ |
| D | debugfs.c | 301 debugfs_create_file("fifo", 0444, root, hsotg, &fifo_fops); in dwc2_hsotg_create_debug()
|