/drivers/watchdog/ |
D | sbc60xxwdt.c | 246 int new_options, retval = -EINVAL; in fop_ioctl() local 247 if (get_user(new_options, p)) in fop_ioctl() 249 if (new_options & WDIOS_DISABLECARD) { in fop_ioctl() 253 if (new_options & WDIOS_ENABLECARD) { in fop_ioctl()
|
D | sc520_wdt.c | 296 int new_options, retval = -EINVAL; in fop_ioctl() local 298 if (get_user(new_options, p)) in fop_ioctl() 301 if (new_options & WDIOS_DISABLECARD) { in fop_ioctl() 306 if (new_options & WDIOS_ENABLECARD) { in fop_ioctl()
|
D | w83877f_wdt.c | 262 int new_options, retval = -EINVAL; in fop_ioctl() local 264 if (get_user(new_options, p)) in fop_ioctl() 267 if (new_options & WDIOS_DISABLECARD) { in fop_ioctl() 272 if (new_options & WDIOS_ENABLECARD) { in fop_ioctl()
|
D | alim1535_wdt.c | 201 int new_options, retval = -EINVAL; in ali_ioctl() local 203 if (get_user(new_options, p)) in ali_ioctl() 205 if (new_options & WDIOS_DISABLECARD) { in ali_ioctl() 209 if (new_options & WDIOS_ENABLECARD) { in ali_ioctl()
|
D | xen_wdt.c | 179 int new_options, retval = -EINVAL; in xen_wdt_ioctl() local 197 if (get_user(new_options, argp)) in xen_wdt_ioctl() 200 if (new_options & WDIOS_DISABLECARD) in xen_wdt_ioctl() 202 if (new_options & WDIOS_ENABLECARD) { in xen_wdt_ioctl()
|
D | alim7101_wdt.c | 252 int new_options, retval = -EINVAL; in fop_ioctl() local 254 if (get_user(new_options, p)) in fop_ioctl() 256 if (new_options & WDIOS_DISABLECARD) { in fop_ioctl() 260 if (new_options & WDIOS_ENABLECARD) { in fop_ioctl()
|
D | ibmasr.c | 289 int new_options, retval = -EINVAL; in asr_ioctl() local 290 if (get_user(new_options, p)) in asr_ioctl() 292 if (new_options & WDIOS_DISABLECARD) { in asr_ioctl() 296 if (new_options & WDIOS_ENABLECARD) { in asr_ioctl()
|
D | i6300esb.c | 255 int new_options, retval = -EINVAL; in esb_ioctl() local 280 if (get_user(new_options, p)) in esb_ioctl() 283 if (new_options & WDIOS_DISABLECARD) { in esb_ioctl() 288 if (new_options & WDIOS_ENABLECARD) { in esb_ioctl()
|
D | wdt977.c | 356 int new_options, retval = -EINVAL; in wdt977_ioctl() local 378 if (get_user(new_options, uarg.i)) in wdt977_ioctl() 381 if (new_options & WDIOS_DISABLECARD) { in wdt977_ioctl() 386 if (new_options & WDIOS_ENABLECARD) { in wdt977_ioctl()
|
D | w83977f_wdt.c | 381 int new_options, retval = -EINVAL; in wdt_ioctl() local 403 if (get_user(new_options, uarg.i)) in wdt_ioctl() 406 if (new_options & WDIOS_DISABLECARD) { in wdt_ioctl() 411 if (new_options & WDIOS_ENABLECARD) { in wdt_ioctl()
|
D | nv_tco.c | 217 int new_options, retval = -EINVAL; in nv_tco_ioctl() local 236 if (get_user(new_options, p)) in nv_tco_ioctl() 238 if (new_options & WDIOS_DISABLECARD) { in nv_tco_ioctl() 242 if (new_options & WDIOS_ENABLECARD) { in nv_tco_ioctl()
|
D | pcwd_pci.c | 508 int new_options, retval = -EINVAL; in pcipcwd_ioctl() local 510 if (get_user(new_options, p)) in pcipcwd_ioctl() 513 if (new_options & WDIOS_DISABLECARD) { in pcipcwd_ioctl() 519 if (new_options & WDIOS_ENABLECARD) { in pcipcwd_ioctl() 525 if (new_options & WDIOS_TEMPPANIC) { in pcipcwd_ioctl()
|
D | sp5100_tco.c | 230 int new_options, retval = -EINVAL; in sp5100_tco_ioctl() local 250 if (get_user(new_options, p)) in sp5100_tco_ioctl() 252 if (new_options & WDIOS_DISABLECARD) { in sp5100_tco_ioctl() 256 if (new_options & WDIOS_ENABLECARD) { in sp5100_tco_ioctl()
|
D | pcwd_usb.c | 426 int new_options, retval = -EINVAL; in usb_pcwd_ioctl() local 428 if (get_user(new_options, p)) in usb_pcwd_ioctl() 431 if (new_options & WDIOS_DISABLECARD) { in usb_pcwd_ioctl() 436 if (new_options & WDIOS_ENABLECARD) { in usb_pcwd_ioctl()
|
D | f71808e_wdt.c | 552 int new_options; in watchdog_ioctl() local 576 if (get_user(new_options, uarg.i)) in watchdog_ioctl() 579 if (new_options & WDIOS_DISABLECARD) in watchdog_ioctl() 582 if (new_options & WDIOS_ENABLECARD) in watchdog_ioctl()
|
D | it87_wdt.c | 509 int rc = 0, status, new_options, new_timeout; in wdt_ioctl() local 536 if (get_user(new_options, uarg.i)) in wdt_ioctl() 539 switch (new_options) { in wdt_ioctl()
|