Searched refs:fifo_fops (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/samples/kfifo/ |
| D | record-example.c | 154 static const struct file_operations fifo_fops = { variable 181 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
|
| D | inttype-example.c | 140 static const struct file_operations fifo_fops = { variable 165 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
|
| D | bytestream-example.c | 147 static const struct file_operations fifo_fops = { variable 174 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
|
| /linux-4.4.14/drivers/usb/dwc2/ |
| D | debugfs.c | 236 static const struct file_operations fifo_fops = { variable 357 file = debugfs_create_file("fifo", S_IRUGO, root, hsotg, &fifo_fops); in dwc2_hsotg_create_debug()
|