Searched refs:result2 (Results 1 – 6 of 6) sorted by relevance
/drivers/platform/x86/ |
D | toshiba_acpi.c | 316 u32 result1, result2; in bt_rfkill_toggle_radio() local 339 hci_write2(HCI_WIRELESS, value, HCI_WIRELESS_BT_ATTACH, &result2); in bt_rfkill_toggle_radio() 342 if (result1 != HCI_SUCCESS || result2 != HCI_SUCCESS) in bt_rfkill_toggle_radio()
|
/drivers/usb/storage/ |
D | transport.c | 1177 int result2; in usb_stor_reset_common() local 1206 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common() 1210 result = result2; in usb_stor_reset_common()
|
D | sddr09.c | 908 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba() 909 if (result2) in sddr09_write_lba() 919 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
|
/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2966 int result, result1, result2; in hfa384x_drvr_start() local 3023 result = result2 = hfa384x_cmd_initialize(hw); in hfa384x_drvr_start() 3025 if (result2 != 0) { in hfa384x_drvr_start() 3028 result1, result2); in hfa384x_drvr_start() 3036 } else if (result2 != 0) { in hfa384x_drvr_start() 3039 result2); in hfa384x_drvr_start()
|
/drivers/scsi/ |
D | st.c | 1265 int result = 0, result2; in st_flush() local 1283 (result2 = switch_partition(STp)) < 0) { in st_flush() 1287 result = result2; in st_flush() 1367 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush() 1369 result = result2; in st_flush()
|
D | osst.c | 4745 int result = 0, result2; in os_scsi_tape_flush() local 4807 result2 = osst_position_tape_and_confirm(STp, &SRpnt, STp->first_data_ppos); in os_scsi_tape_flush() 4809 if (result == 0 && result2 < 0) in os_scsi_tape_flush() 4810 result = result2; in os_scsi_tape_flush()
|