/drivers/watchdog/ |
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 | 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 | sc520_wdt.c | 297 int new_options, retval = -EINVAL; in fop_ioctl() local 299 if (get_user(new_options, p)) in fop_ioctl() 302 if (new_options & WDIOS_DISABLECARD) { in fop_ioctl() 307 if (new_options & WDIOS_ENABLECARD) { in fop_ioctl()
|
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 | 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 | 256 int new_options, retval = -EINVAL; in esb_ioctl() local 281 if (get_user(new_options, p)) in esb_ioctl() 284 if (new_options & WDIOS_DISABLECARD) { in esb_ioctl() 289 if (new_options & WDIOS_ENABLECARD) { in esb_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 | 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 | sp5100_tco.c | 187 int new_options, retval = -EINVAL; in sp5100_tco_ioctl() local 207 if (get_user(new_options, p)) in sp5100_tco_ioctl() 209 if (new_options & WDIOS_DISABLECARD) { in sp5100_tco_ioctl() 213 if (new_options & WDIOS_ENABLECARD) { in sp5100_tco_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 | pcwd_usb.c | 440 int new_options, retval = -EINVAL; in usb_pcwd_ioctl() local 442 if (get_user(new_options, p)) in usb_pcwd_ioctl() 445 if (new_options & WDIOS_DISABLECARD) { in usb_pcwd_ioctl() 450 if (new_options & WDIOS_ENABLECARD) { in usb_pcwd_ioctl()
|
D | f71808e_wdt.c | 551 int new_options; in watchdog_ioctl() local 575 if (get_user(new_options, uarg.i)) in watchdog_ioctl() 578 if (new_options & WDIOS_DISABLECARD) in watchdog_ioctl() 581 if (new_options & WDIOS_ENABLECARD) in watchdog_ioctl()
|
D | it87_wdt.c | 493 int rc = 0, status, new_options, new_timeout; in wdt_ioctl() local 520 if (get_user(new_options, uarg.i)) in wdt_ioctl() 523 switch (new_options) { in wdt_ioctl()
|
D | iTCO_wdt.c | 704 int new_options, retval = -EINVAL; in iTCO_wdt_ioctl() local 725 if (get_user(new_options, p)) in iTCO_wdt_ioctl() 728 if (new_options & WDIOS_DISABLECARD) { in iTCO_wdt_ioctl() 732 if (new_options & WDIOS_ENABLECARD) { in iTCO_wdt_ioctl()
|