Home
last modified time | relevance | path

Searched refs:exec_result (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/testing/kunit/
Dkunit.py153 exec_result = exec_tests(linux, exec_request)
154 if exec_result.status != KunitStatus.SUCCESS:
155 return exec_result
158 exec_result.result,
171 exec_result.elapsed_time))
320 exec_result = exec_tests(linux, exec_request)
322 exec_result.result,
328 exec_result.elapsed_time))
/Linux-v5.10/net/nfc/hci/
Dcommand.c45 hcp_ew->exec_result = err; in nfc_hci_execute_cb()
46 if (hcp_ew->exec_result == 0) in nfc_hci_execute_cb()
71 hcp_ew.exec_result = nfc_hci_hcp_message_tx(hdev, pipe, in nfc_hci_execute_cmd()
76 if (hcp_ew.exec_result < 0) in nfc_hci_execute_cmd()
77 return hcp_ew.exec_result; in nfc_hci_execute_cmd()
81 if (hcp_ew.exec_result == 0) { in nfc_hci_execute_cmd()
88 return hcp_ew.exec_result; in nfc_hci_execute_cmd()
Dhci.h29 int exec_result; member
/Linux-v5.10/drivers/misc/altera-stapl/
Daltera.c2411 int exec_result = 0; in altera_init() local
2493 exec_result = altera_execute(astate, (u8 *)fw->data, fw->size, in altera_init()
2497 exec_result = -EREMOTEIO; in altera_init()
2499 if ((format_version == 2) && (exec_result == -EINVAL)) { in altera_init()
2511 } else if (exec_result) in altera_init()
2512 printk(KERN_ERR "%s: error %d\n", __func__, exec_result); in altera_init()