Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/hci/
Dcommand.c57 hcp_ew->exec_result = err; in nfc_hci_execute_cb()
58 if (hcp_ew->exec_result == 0) in nfc_hci_execute_cb()
83 hcp_ew.exec_result = nfc_hci_hcp_message_tx(hdev, pipe, in nfc_hci_execute_cmd()
88 if (hcp_ew.exec_result < 0) in nfc_hci_execute_cmd()
89 return hcp_ew.exec_result; in nfc_hci_execute_cmd()
93 if (hcp_ew.exec_result == 0) { in nfc_hci_execute_cmd()
100 return hcp_ew.exec_result; in nfc_hci_execute_cmd()
Dhci.h41 int exec_result; member
/Linux-v4.19/drivers/misc/altera-stapl/
Daltera.c2426 int exec_result = 0; in altera_init() local
2508 exec_result = altera_execute(astate, (u8 *)fw->data, fw->size, in altera_init()
2512 exec_result = -EREMOTEIO; in altera_init()
2514 if ((format_version == 2) && (exec_result == -EINVAL)) { in altera_init()
2526 } else if (exec_result) in altera_init()
2527 printk(KERN_ERR "%s: error %d\n", __func__, exec_result); in altera_init()