Searched defs:wdt_open (Results 1 - 5 of 5) sorted by relevance

/drivers/watchdog/
H A Dw83977f_wdt.c291 static int wdt_open(struct inode *inode, struct file *file) function
454 .open = wdt_open,
H A Dwdt.c405 * wdt_open:
416 static int wdt_open(struct inode *inode, struct file *file) function
530 .open = wdt_open,
H A Dit8712f_wdt.c54 static unsigned long wdt_open; variable
324 if (test_and_set_bit(0, &wdt_open))
342 clear_bit(0, &wdt_open);
H A Dit87_wdt.c388 * wdt_open - watchdog file_operations .open
397 static int wdt_open(struct inode *inode, struct file *file) function
590 .open = wdt_open,
/drivers/rtc/
H A Drtc-m41t80.c543 * wdt_open:
548 static int wdt_open(struct inode *inode, struct file *file) function
604 .open = wdt_open,

Completed in 113 milliseconds