Home
last modified time | relevance | path

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

/linux/net/nfc/hci/
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()
A Dhci.h29 int exec_result; member
/linux/tools/testing/kunit/
A Dkunit.py234 exec_result = exec_tests(linux, exec_request, parse_request)
244 exec_result.elapsed_time))
245 return exec_result
/linux/drivers/misc/altera-stapl/
A Daltera.c2406 int exec_result = 0; in altera_init() local
2488 exec_result = altera_execute(astate, (u8 *)fw->data, fw->size, in altera_init()
2492 exec_result = -EREMOTEIO; in altera_init()
2494 if ((format_version == 2) && (exec_result == -EINVAL)) { in altera_init()
2506 } else if (exec_result) in altera_init()
2507 printk(KERN_ERR "%s: error %d\n", __func__, exec_result); in altera_init()

Completed in 8 milliseconds