Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dtps6598x.c86 #define INVALID_CMD(_cmd_) (_cmd_ == 0x444d4321) macro
275 if (val && !INVALID_CMD(val)) in tps6598x_exec_cmd()
296 if (INVALID_CMD(val)) in tps6598x_exec_cmd()
/OK3568_Linux_fs/kernel/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.h123 INVALID_CMD = 0, enumerator
H A Dne_pci_dev.c106 if (cmd_type <= INVALID_CMD || cmd_type >= MAX_CMD) { in ne_do_request()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dshpchp_hpc.c155 #define INVALID_CMD 0x2 macro
350 retval = INVALID_CMD; in hpc_check_cmd_status()