Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Deisa.h38 struct eisa_device { struct
74 int ( * probe ) ( struct eisa_device *eisa, argument
81 void ( * remove ) ( struct eisa_device *eisa );
90 extern void eisa_device_enabled ( struct eisa_device *eisa, int enabled );
97 static inline void enable_eisa_device ( struct eisa_device *eisa ) { in enable_eisa_device()
106 static inline void disable_eisa_device ( struct eisa_device *eisa ) { in disable_eisa_device()
116 static inline void eisa_set_drvdata ( struct eisa_device *eisa, void *priv ) { in eisa_set_drvdata()
126 static inline void * eisa_get_drvdata ( struct eisa_device *eisa ) { in eisa_get_drvdata()
/external/syslinux/gpxe/src/drivers/bus/
Deisa.c20 void eisa_device_enabled ( struct eisa_device *eisa, int enabled ) { in eisa_device_enabled()
47 static int eisa_probe ( struct eisa_device *eisa ) { in eisa_probe()
85 static void eisa_remove ( struct eisa_device *eisa ) { in eisa_remove()
99 struct eisa_device *eisa = NULL; in eisabus_probe()
161 struct eisa_device *eisa; in eisabus_remove()
162 struct eisa_device *tmp; in eisabus_remove()
/external/syslinux/gpxe/src/drivers/net/
D3c509-eisa.c16 static int el3_eisa_probe ( struct nic *nic, struct eisa_device *eisa ) { in el3_eisa_probe()
27 static void el3_eisa_disable ( struct nic *nic, struct eisa_device *eisa ) { in el3_eisa_disable()
/external/syslinux/gpxe/src/include/
Dnic.h130 _name ## _eisa_legacy_probe ( struct eisa_device *eisa, \
133 _name ## _eisa_legacy_remove ( struct eisa_device *eisa ); \
238 _name ## _eisa_legacy_probe ( struct eisa_device *eisa, \
245 _name ## _eisa_legacy_remove ( struct eisa_device *eisa ) { \