Searched refs:new_options (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dalim1535_wdt.c200 int new_options, retval = -EINVAL; local
202 if (get_user(new_options, p))
204 if (new_options & WDIOS_DISABLECARD) {
208 if (new_options & WDIOS_ENABLECARD) {
H A Dalim7101_wdt.c256 int new_options, retval = -EINVAL; local
258 if (get_user(new_options, p))
260 if (new_options & WDIOS_DISABLECARD) {
264 if (new_options & WDIOS_ENABLECARD) {
H A Dibmasr.c277 int new_options, retval = -EINVAL; local
278 if (get_user(new_options, p))
280 if (new_options & WDIOS_DISABLECARD) {
284 if (new_options & WDIOS_ENABLECARD) {
H A Dsbc60xxwdt.c247 int new_options, retval = -EINVAL; local
248 if (get_user(new_options, p))
250 if (new_options & WDIOS_DISABLECARD) {
254 if (new_options & WDIOS_ENABLECARD) {
H A Dsc520_wdt.c301 int new_options, retval = -EINVAL; local
303 if (get_user(new_options, p))
306 if (new_options & WDIOS_DISABLECARD) {
311 if (new_options & WDIOS_ENABLECARD) {
H A Dw83877f_wdt.c264 int new_options, retval = -EINVAL; local
266 if (get_user(new_options, p))
269 if (new_options & WDIOS_DISABLECARD) {
274 if (new_options & WDIOS_ENABLECARD) {
H A Di6300esb.c254 int new_options, retval = -EINVAL; local
279 if (get_user(new_options, p))
282 if (new_options & WDIOS_DISABLECARD) {
287 if (new_options & WDIOS_ENABLECARD) {
H A Dw83977f_wdt.c383 int new_options, retval = -EINVAL; local
405 if (get_user(new_options, uarg.i))
408 if (new_options & WDIOS_DISABLECARD) {
413 if (new_options & WDIOS_ENABLECARD) {
H A Dwdt977.c358 int new_options, retval = -EINVAL; local
380 if (get_user(new_options, uarg.i))
383 if (new_options & WDIOS_DISABLECARD) {
388 if (new_options & WDIOS_ENABLECARD) {
H A Dcoh901327_wdt.c255 int new_options; local
284 ret = get_user(new_options, uarg.i);
287 if (new_options & WDIOS_DISABLECARD)
289 if (new_options & WDIOS_ENABLECARD)
H A Dpcwd_pci.c520 int new_options, retval = -EINVAL; local
522 if (get_user(new_options, p))
525 if (new_options & WDIOS_DISABLECARD) {
531 if (new_options & WDIOS_ENABLECARD) {
537 if (new_options & WDIOS_TEMPPANIC) {
H A Df71808e_wdt.c501 int new_options; local
525 if (get_user(new_options, uarg.i))
528 if (new_options & WDIOS_DISABLECARD)
531 if (new_options & WDIOS_ENABLECARD)
H A DiTCO_wdt.c682 int new_options, retval = -EINVAL; local
703 if (get_user(new_options, p))
706 if (new_options & WDIOS_DISABLECARD) {
710 if (new_options & WDIOS_ENABLECARD) {
H A Dpcwd_usb.c435 int new_options, retval = -EINVAL; local
437 if (get_user(new_options, p))
440 if (new_options & WDIOS_DISABLECARD) {
445 if (new_options & WDIOS_ENABLECARD) {
H A Dit87_wdt.c444 int rc = 0, status, new_options, new_timeout; local
469 if (get_user(new_options, uarg.i))
472 switch (new_options) {

Completed in 98 milliseconds