Home
last modified time | relevance | path

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

/Linux-v5.4/include/soc/tegra/
Dbpmp-abi.h18 #define EMPTY char empty; macro
21 #define EMPTY macro
888 EMPTY
915 EMPTY
932 EMPTY
941 EMPTY
946 EMPTY
951 EMPTY
956 EMPTY
961 EMPTY
[all …]
/Linux-v5.4/drivers/pci/hotplug/
Drpaphp.h31 #define EMPTY 0 /* No card in slot */ macro
51 #define EMPTY 0 macro
Drpaphp_core.c113 if (state == EMPTY) in get_adapter_status()
114 *value = EMPTY; in get_adapter_status()
448 } else if (state == EMPTY) { in enable_slot()
449 slot->state = EMPTY; in enable_slot()
Drpaphp_pci.c66 slot->state = EMPTY; in rpaphp_enable_slot()