Searched refs:wdt_open (Results 1 - 8 of 8) sorted by relevance

/drivers/watchdog/
H A Dit8712f_wdt.c52 static unsigned long wdt_open; variable
322 if (test_and_set_bit(0, &wdt_open))
342 clear_bit(0, &wdt_open);
H A Dw83627hf_wdt.c276 static int wdt_open(struct inode *inode, struct file *file) function
324 .open = wdt_open,
H A Dw83697hf_wdt.c295 static int wdt_open(struct inode *inode, struct file *file) function
343 .open = wdt_open,
H A Dw83697ug_wdt.c272 static int wdt_open(struct inode *inode, struct file *file) function
320 .open = wdt_open,
H A Dw83977f_wdt.c292 static int wdt_open(struct inode *inode, struct file *file) function
456 .open = wdt_open,
H A Dwdt.c404 * wdt_open:
415 static int wdt_open(struct inode *inode, struct file *file) function
530 .open = wdt_open,
H A Dit87_wdt.c372 * wdt_open - watchdog file_operations .open
381 static int wdt_open(struct inode *inode, struct file *file) function
575 .open = wdt_open,
/drivers/rtc/
H A Drtc-m41t80.c684 * wdt_open:
689 static int wdt_open(struct inode *inode, struct file *file) function
745 .open = wdt_open,

Completed in 68 milliseconds