Home
last modified time | relevance | path

Searched refs:exec_result (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/kunit/
H A 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))
/kernel/linux/linux-5.10/net/nfc/hci/
H A 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()
H A Dhci.h29 int exec_result; member
/kernel/linux/linux-6.6/net/nfc/hci/
H A 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()
H A Dhci.h29 int exec_result; member
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit.py272 exec_result = exec_tests(linux, request)
282 exec_result.elapsed_time))
283 return exec_result
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A 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()
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A Daltera.c2382 int exec_result = 0; in altera_init() local
2468 exec_result = altera_execute(astate, (u8 *)fw->data, fw->size, in altera_init()
2472 exec_result = -EREMOTEIO; in altera_init()
2474 if ((format_version == 2) && (exec_result == -EINVAL)) { in altera_init()
2486 } else if (exec_result) in altera_init()
2487 printk(KERN_ERR "%s: error %d\n", __func__, exec_result); in altera_init()

Completed in 9 milliseconds