Home
last modified time | relevance | path

Searched refs:result_code (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/leds/
Ddell-led.c190 unsigned char result_code; member
198 u8 result_code, in dell_led_perform_fn() argument
213 args.result_code = result_code; in dell_led_perform_fn()
241 return_code = bios_return->result_code; in dell_led_perform_fn()
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c208 cvmx_pko_status_t result_code; in cvmx_pko_config_port() local
289 result_code = CVMX_PKO_SUCCESS; in cvmx_pko_config_port()
359 result_code = CVMX_PKO_INVALID_PRIORITY; in cvmx_pko_config_port()
408 return result_code; in cvmx_pko_config_port()
/linux-4.1.27/drivers/usb/host/
Dmax3421-hcd.c883 u8 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_handle_error() local
897 switch (result_code) { in max3421_handle_error()
911 max3421_hcd->urb_done = hrsl_to_error[result_code]; in max3421_handle_error()
939 max3421_hcd->urb_done = hrsl_to_error[result_code]; in max3421_handle_error()
948 max3421_hcd->urb_done = hrsl_to_error[result_code]; in max3421_handle_error()
1047 u8 result_code, hrsl; in max3421_host_transfer_done() local
1054 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_host_transfer_done()
1057 ++max3421_hcd->err_stat[result_code]; in max3421_host_transfer_done()
1062 if (unlikely(result_code != MAX3421_HRSL_OK)) { in max3421_host_transfer_done()