Home
last modified time | relevance | path

Searched refs:isa_device (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Disa.h12 struct isa_device { struct
54 int ( * probe ) ( struct isa_device *isa );
60 void ( * remove ) ( struct isa_device *isa );
75 static inline void isa_set_drvdata ( struct isa_device *isa, void *priv ) { in isa_set_drvdata()
85 static inline void * isa_get_drvdata ( struct isa_device *isa ) { in isa_get_drvdata()
/external/syslinux/gpxe/src/drivers/bus/
Disa.c61 static int isa_probe ( struct isa_device *isa ) { in isa_probe()
81 static void isa_remove ( struct isa_device *isa ) { in isa_remove()
95 struct isa_device *isa = NULL; in isabus_probe()
151 struct isa_device *isa; in isabus_remove()
152 struct isa_device *tmp; in isabus_remove()
/external/syslinux/gpxe/src/include/
Dnic.h172 _name ## _isa_legacy_probe ( struct isa_device *isa ); \
174 _name ## _isa_legacy_probe_at_addr ( struct isa_device *isa ) { \
180 _name ## _isa_legacy_remove ( struct isa_device *isa ); \
262 _name ## _isa_legacy_probe ( struct isa_device *isa ) { \
268 _name ## _isa_legacy_remove ( struct isa_device *isa ) { \
/external/syslinux/gpxe/src/drivers/net/
Dne2k_isa.c40 static void ne_reset(struct nic *nic, struct isa_device *isa);
135 static int ne_probe(struct nic *nic, struct isa_device *isa) { in ne_probe()
220 static void ne_disable(struct nic *nic, struct isa_device *isa) { in ne_disable()
228 static void ne_reset(struct nic *nic, struct isa_device *isa __unused) in ne_reset()
Dcs89x0.c501 static int cs89x0_probe ( struct nic *nic, struct isa_device *isa __unused ) { in cs89x0_probe()
708 struct isa_device *isa __unused ) { in cs89x0_disable()
Deepro.c466 static void eepro_disable ( struct nic *nic, struct isa_device *isa __unused ) { in eepro_disable()
556 static int eepro_probe ( struct nic *nic, struct isa_device *isa ) { in eepro_probe()
Dsmc9000.c798 static void smc9000_disable ( struct nic *nic, struct isa_device *isa __unused ) { in smc9000_disable()
836 static int smc9000_probe ( struct nic *nic, struct isa_device *isa ) { in smc9000_probe()
Ddepca.c741 static int depca_probe ( struct nic *nic, struct isa_device *isa ) {