Searched refs:watchdog_open (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | wdt285.c | 67 static int watchdog_open(struct inode *inode, struct file *file) in watchdog_open() function 185 .open = watchdog_open,
|
H A D | f71808e_wdt.c | 496 static int watchdog_open(struct inode *inode, struct file *file) in watchdog_open() function 653 .open = watchdog_open,
|
H A D | watchdog_dev.c | 816 * watchdog_open: open the /dev/watchdog* devices. 825 static int watchdog_open(struct inode *inode, struct file *file) in watchdog_open() function 957 .open = watchdog_open,
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | wdt285.c | 67 static int watchdog_open(struct inode *inode, struct file *file) in watchdog_open() function 185 .open = watchdog_open,
|
H A D | watchdog_dev.c | 854 * watchdog_open - open the /dev/watchdog* devices 864 static int watchdog_open(struct inode *inode, struct file *file) in watchdog_open() function 997 .open = watchdog_open,
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | fschmd.c | 794 static int watchdog_open(struct inode *inode, struct file *filp) in watchdog_open() function 952 .open = watchdog_open, 1205 * We take the data_mutex lock early so that watchdog_open() cannot in fschmd_probe()
|
H A D | w83793.c | 1287 static int watchdog_open(struct inode *inode, struct file *filp) in watchdog_open() function 1455 .open = watchdog_open, 1866 * We take the data_mutex lock early so that watchdog_open() cannot in w83793_probe()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | fschmd.c | 794 static int watchdog_open(struct inode *inode, struct file *filp) in watchdog_open() function 952 .open = watchdog_open, 1205 * We take the data_mutex lock early so that watchdog_open() cannot in fschmd_probe()
|
H A D | w83793.c | 1287 static int watchdog_open(struct inode *inode, struct file *filp) in watchdog_open() function 1455 .open = watchdog_open, 1864 * We take the data_mutex lock early so that watchdog_open() cannot in w83793_probe()
|
Completed in 15 milliseconds