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

/drivers/watchdog/
H A Dalim1535_wdt.c201 int new_options, retval = -EINVAL; local
203 if (get_user(new_options, p))
205 if (new_options & WDIOS_DISABLECARD) {
209 if (new_options & WDIOS_ENABLECARD) {
H A Dalim7101_wdt.c252 int new_options, retval = -EINVAL; local
254 if (get_user(new_options, p))
256 if (new_options & WDIOS_DISABLECARD) {
260 if (new_options & WDIOS_ENABLECARD) {
H A Di6300esb.c255 int new_options, retval = -EINVAL; local
280 if (get_user(new_options, p))
283 if (new_options & WDIOS_DISABLECARD) {
288 if (new_options & WDIOS_ENABLECARD) {
H A Dibmasr.c289 int new_options, retval = -EINVAL; local
290 if (get_user(new_options, p))
292 if (new_options & WDIOS_DISABLECARD) {
296 if (new_options & WDIOS_ENABLECARD) {
H A Dsbc60xxwdt.c246 int new_options, retval = -EINVAL; local
247 if (get_user(new_options, p))
249 if (new_options & WDIOS_DISABLECARD) {
253 if (new_options & WDIOS_ENABLECARD) {
H A Dsc520_wdt.c296 int new_options, retval = -EINVAL; local
298 if (get_user(new_options, p))
301 if (new_options & WDIOS_DISABLECARD) {
306 if (new_options & WDIOS_ENABLECARD) {
H A Dw83877f_wdt.c262 int new_options, retval = -EINVAL; local
264 if (get_user(new_options, p))
267 if (new_options & WDIOS_DISABLECARD) {
272 if (new_options & WDIOS_ENABLECARD) {
H A Dwdt977.c356 int new_options, retval = -EINVAL; local
378 if (get_user(new_options, uarg.i))
381 if (new_options & WDIOS_DISABLECARD) {
386 if (new_options & WDIOS_ENABLECARD) {
H A Dxen_wdt.c179 int new_options, retval = -EINVAL; local
197 if (get_user(new_options, argp))
200 if (new_options & WDIOS_DISABLECARD)
202 if (new_options & WDIOS_ENABLECARD) {
H A Dnv_tco.c217 int new_options, retval = -EINVAL; local
236 if (get_user(new_options, p))
238 if (new_options & WDIOS_DISABLECARD) {
242 if (new_options & WDIOS_ENABLECARD) {
H A Dsp5100_tco.c230 int new_options, retval = -EINVAL; local
250 if (get_user(new_options, p))
252 if (new_options & WDIOS_DISABLECARD) {
256 if (new_options & WDIOS_ENABLECARD) {
H A Dw83977f_wdt.c381 int new_options, retval = -EINVAL; local
403 if (get_user(new_options, uarg.i))
406 if (new_options & WDIOS_DISABLECARD) {
411 if (new_options & WDIOS_ENABLECARD) {
H A Dpcwd_pci.c508 int new_options, retval = -EINVAL; local
510 if (get_user(new_options, p))
513 if (new_options & WDIOS_DISABLECARD) {
519 if (new_options & WDIOS_ENABLECARD) {
525 if (new_options & WDIOS_TEMPPANIC) {
H A Dpcwd_usb.c426 int new_options, retval = -EINVAL; local
428 if (get_user(new_options, p))
431 if (new_options & WDIOS_DISABLECARD) {
436 if (new_options & WDIOS_ENABLECARD) {
H A Df71808e_wdt.c552 int new_options; local
576 if (get_user(new_options, uarg.i))
579 if (new_options & WDIOS_DISABLECARD)
582 if (new_options & WDIOS_ENABLECARD)
H A Dit87_wdt.c509 int rc = 0, status, new_options, new_timeout; local
536 if (get_user(new_options, uarg.i))
539 switch (new_options) {

Completed in 754 milliseconds