Searched refs:fifo_proc_ops (Results 1 – 3 of 3) sorted by relevance
142 static const struct proc_ops fifo_proc_ops = { variable166 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
156 static const struct proc_ops fifo_proc_ops = { variable182 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
149 static const struct proc_ops fifo_proc_ops = { variable175 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
Completed in 4 milliseconds