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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dalim1535_wdt.c203 int new_options, retval = -EINVAL; local
205 if (get_user (new_options, p))
208 if (new_options & WDIOS_DISABLECARD) {
213 if (new_options & WDIOS_ENABLECARD) {
H A Dalim7101_wdt.c244 int new_options, retval = -EINVAL; local
246 if(get_user(new_options, p))
249 if(new_options & WDIOS_DISABLECARD) {
254 if(new_options & WDIOS_ENABLECARD) {
H A Dibmasr.c277 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 Dsbc60xxwdt.c247 int new_options, retval = -EINVAL; local
249 if(get_user(new_options, p))
252 if(new_options & WDIOS_DISABLECARD) {
257 if(new_options & WDIOS_ENABLECARD) {
H A Dsc520_wdt.c302 int new_options, retval = -EINVAL; local
304 if(get_user(new_options, p))
307 if(new_options & WDIOS_DISABLECARD) {
312 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
283 if (get_user (new_options, p))
286 if (new_options & WDIOS_DISABLECARD) {
291 if (new_options & WDIOS_ENABLECARD) {
H A Dw83977f_wdt.c384 int new_options, retval = -EINVAL; local
413 if (get_user (new_options, uarg.i))
416 if (new_options & WDIOS_DISABLECARD) {
421 if (new_options & WDIOS_ENABLECARD) {
H A Dwdt977.c352 int new_options, retval = -EINVAL; local
382 if (get_user (new_options, uarg.i))
385 if (new_options & WDIOS_DISABLECARD) {
390 if (new_options & WDIOS_ENABLECARD) {
H A Dpcwd_pci.c506 int new_options, retval = -EINVAL; local
508 if (get_user (new_options, p))
511 if (new_options & WDIOS_DISABLECARD) {
517 if (new_options & WDIOS_ENABLECARD) {
523 if (new_options & WDIOS_TEMPPANIC) {
H A DiTCO_wdt.c464 int new_options, retval = -EINVAL; local
491 if (get_user(new_options, p))
494 if (new_options & WDIOS_DISABLECARD) {
499 if (new_options & WDIOS_ENABLECARD) {
H A Dpcwd_usb.c410 int new_options, retval = -EINVAL; local
412 if (get_user (new_options, p))
415 if (new_options & WDIOS_DISABLECARD) {
420 if (new_options & WDIOS_ENABLECARD) {

Completed in 162 milliseconds