Home
last modified time | relevance | path

Searched refs:fifo_fops (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/samples/kfifo/
Dinttype-example.c140 static const struct file_operations fifo_fops = { variable
165 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
Drecord-example.c154 static const struct file_operations fifo_fops = { variable
181 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
Dbytestream-example.c147 static const struct file_operations fifo_fops = { variable
174 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init()
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c3048 static const struct file_operations fifo_fops = { variable
3171 hsotg, &fifo_fops); in s3c_hsotg_create_debug()