Home
last modified time | relevance | path

Searched refs:INVALID_CMD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.h127 INVALID_CMD = 0, enumerator
H A Dne_pci_dev.c106 if (cmd_type <= INVALID_CMD || cmd_type >= MAX_CMD) { in ne_do_request()
/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c82 #define INVALID_CMD(_cmd_) (_cmd_ == 0x444d4321) macro
297 if (val && !INVALID_CMD(val)) in tps6598x_exec_cmd()
318 if (INVALID_CMD(val)) in tps6598x_exec_cmd()
/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c155 #define INVALID_CMD 0x2 macro
345 retval = INVALID_CMD; in hpc_check_cmd_status()
/openbmc/linux/kernel/trace/
H A Dtrace_events_synth.c28 C(INVALID_CMD, "Command must be of the form: <name> field[;field] ..."),\