Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dpci_hotplug_core.c49 #define GET_STATUS(name, type) \ macro
62 GET_STATUS(power_status, u8) in GET_STATUS() function
63 GET_STATUS(attention_status, u8) in GET_STATUS()
64 GET_STATUS(latch_status, u8) in GET_STATUS()
65 GET_STATUS(adapter_status, u8) in GET_STATUS()
/drivers/usb/atm/
Dueagle-atm.c250 #define GET_STATUS(data) \ macro
255 (GET_STATUS(sc->stats.phy.state) == 2) : \
1304 switch (GET_STATUS(sc->stats.phy.state)) { in uea_stat_e1()
1333 GET_STATUS(sc->stats.phy.state)); in uea_stat_e1()
1337 if (GET_STATUS(data) != 2) { in uea_stat_e1()
2317 modem_state = GET_STATUS(sc->stats.phy.state); in stat_human_status_show()