Home
last modified time | relevance | path

Searched refs:GET_STATUS (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/hotplug/
Dpci_hotplug_core.c75 #define GET_STATUS(name,type) \ macro
90 GET_STATUS(power_status, u8) in GET_STATUS() function
91 GET_STATUS(attention_status, u8) in GET_STATUS()
92 GET_STATUS(latch_status, u8) in GET_STATUS()
93 GET_STATUS(adapter_status, u8) in GET_STATUS()
/drivers/usb/atm/
Dueagle-atm.c294 #define GET_STATUS(data) \ macro
299 (GET_STATUS(sc->stats.phy.state) == 2) : \
1320 switch (GET_STATUS(sc->stats.phy.state)) { in uea_stat_e1()
1349 GET_STATUS(sc->stats.phy.state)); in uea_stat_e1()
1353 if (GET_STATUS(data) != 2) { in uea_stat_e1()
2337 modem_state = GET_STATUS(sc->stats.phy.state); in read_human_status()