Searched defs:new_options (Results 1 - 17 of 17) 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 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 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.c297 int new_options, retval = -EINVAL; local
299 if (get_user(new_options, p))
302 if (new_options & WDIOS_DISABLECARD) {
307 if (new_options & WDIOS_ENABLECARD) {
H A Dsp5100_tco.c187 int new_options, retval = -EINVAL; local
207 if (get_user(new_options, p))
209 if (new_options & WDIOS_DISABLECARD) {
213 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 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 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 Di6300esb.c256 int new_options, retval = -EINVAL; local
281 if (get_user(new_options, p))
284 if (new_options & WDIOS_DISABLECARD) {
289 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 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.c440 int new_options, retval = -EINVAL; local
442 if (get_user(new_options, p))
445 if (new_options & WDIOS_DISABLECARD) {
450 if (new_options & WDIOS_ENABLECARD) {
H A Df71808e_wdt.c551 int new_options; local
575 if (get_user(new_options, uarg.i))
578 if (new_options & WDIOS_DISABLECARD)
581 if (new_options & WDIOS_ENABLECARD)
H A DiTCO_wdt.c704 int new_options, retval = -EINVAL; local
725 if (get_user(new_options, p))
728 if (new_options & WDIOS_DISABLECARD) {
732 if (new_options & WDIOS_ENABLECARD) {
H A Dit87_wdt.c493 int rc = 0, status, new_options, new_timeout; local
520 if (get_user(new_options, uarg.i))
523 switch (new_options) {

Completed in 82 milliseconds