Searched refs:isa_device (Results 1 – 8 of 8) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | isa.h | 12 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/ |
D | isa.c | 61 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/ |
D | nic.h | 172 _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/ |
D | ne2k_isa.c | 40 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()
|
D | cs89x0.c | 501 static int cs89x0_probe ( struct nic *nic, struct isa_device *isa __unused ) { in cs89x0_probe() 708 struct isa_device *isa __unused ) { in cs89x0_disable()
|
D | eepro.c | 466 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()
|
D | smc9000.c | 798 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()
|
D | depca.c | 741 static int depca_probe ( struct nic *nic, struct isa_device *isa ) {
|