Home
last modified time | relevance | path

Searched refs:comedi_read (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/comedi/
H A Dproc.c21 static int comedi_read(struct seq_file *m, void *v) in comedi_read() function
67 if (!proc_create_single("comedi", 0444, NULL, comedi_read)) in comedi_proc_init()
H A Dcomedi_fops.c2602 static ssize_t comedi_read(struct file *file, char __user *buf, size_t nbytes, in comedi_read() function
3182 .read = comedi_read,