Home
last modified time | relevance | path

Searched refs:fops_open (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/media/radio/si470x/
Dradio-si470x.h159 int (*fops_open)(struct file *file); member
Dradio-si470x-i2c.c353 radio->fops_open = si470x_fops_open; in si470x_i2c_probe()
Dradio-si470x-common.c541 return radio->fops_open(file); in si470x_fops_open()
Dradio-si470x-usb.c591 radio->fops_open = si470x_fops_open; in si470x_usb_driver_probe()
/Linux-v5.10/drivers/media/pci/saa7164/
Dsaa7164-vbi.c413 static int fops_open(struct file *file) in fops_open() function
642 .open = fops_open,
Dsaa7164-encoder.c708 static int fops_open(struct file *file) in fops_open() function
935 .open = fops_open,
/Linux-v5.10/drivers/media/common/saa7146/
Dsaa7146_fops.c194 static int fops_open(struct file *file) in fops_open() function
429 .open = fops_open,