exec_result      2411 drivers/misc/altera-stapl/altera.c 	int exec_result = 0;
exec_result      2493 drivers/misc/altera-stapl/altera.c 	exec_result = altera_execute(astate, (u8 *)fw->data, fw->size,
exec_result      2497 drivers/misc/altera-stapl/altera.c 		exec_result = -EREMOTEIO;
exec_result      2499 drivers/misc/altera-stapl/altera.c 	if ((format_version == 2) && (exec_result == -EINVAL)) {
exec_result      2511 drivers/misc/altera-stapl/altera.c 	} else if (exec_result)
exec_result      2512 drivers/misc/altera-stapl/altera.c 		printk(KERN_ERR "%s: error %d\n", __func__, exec_result);
exec_result        45 net/nfc/hci/command.c 	hcp_ew->exec_result = err;
exec_result        46 net/nfc/hci/command.c 	if (hcp_ew->exec_result == 0)
exec_result        71 net/nfc/hci/command.c 	hcp_ew.exec_result = nfc_hci_hcp_message_tx(hdev, pipe,
exec_result        76 net/nfc/hci/command.c 	if (hcp_ew.exec_result < 0)
exec_result        77 net/nfc/hci/command.c 		return hcp_ew.exec_result;
exec_result        81 net/nfc/hci/command.c 	if (hcp_ew.exec_result == 0) {
exec_result        88 net/nfc/hci/command.c 	return hcp_ew.exec_result;
exec_result        29 net/nfc/hci/hci.h 	int exec_result;