Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dit8712f_wdt.c49 static unsigned long wdt_open; variable
319 if (test_and_set_bit(0, &wdt_open)) in it8712f_wdt_open()
337 clear_bit(0, &wdt_open); in it8712f_wdt_release()
H A Dw83977f_wdt.c286 static int wdt_open(struct inode *inode, struct file *file) in wdt_open() function
450 .open = wdt_open,
H A Dwdt.c412 static int wdt_open(struct inode *inode, struct file *file) in wdt_open() function
527 .open = wdt_open,
/openbmc/linux/drivers/rtc/
H A Drtc-m41t80.c794 static int wdt_open(struct inode *inode, struct file *file) in wdt_open() function
851 .open = wdt_open,