Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/radio/si470x/
Dradio-si470x.h159 int (*fops_open)(struct file *file); member
Dradio-si470x-i2c.c352 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-5.19.10/drivers/media/common/saa7146/
Dsaa7146_fops.c192 static int fops_open(struct file *file) in fops_open() function
427 .open = fops_open,
/linux-5.19.10/drivers/media/pci/saa7164/
Dsaa7164-vbi.c412 static int fops_open(struct file *file) in fops_open() function
641 .open = fops_open,
Dsaa7164-encoder.c707 static int fops_open(struct file *file) in fops_open() function
934 .open = fops_open,