HomeSort by relevance Sort by last modified time
    Searched refs:isa_device (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
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 ) {
85 static inline void * isa_get_drvdata ( struct isa_device *isa ) {
  /external/syslinux/gpxe/src/drivers/bus/
isa.c 61 static int isa_probe ( struct isa_device *isa ) {
81 static void isa_remove ( struct isa_device *isa ) {
95 struct isa_device *isa = NULL;
103 /* Allocate struct isa_device */
151 struct isa_device *isa;
152 struct isa_device *tmp;
  /external/syslinux/gpxe/src/include/
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/
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) {
220 static void ne_disable(struct nic *nic, struct isa_device *isa) {
228 static void ne_reset(struct nic *nic, struct isa_device *isa __unused)
cs89x0.c 501 static int cs89x0_probe ( struct nic *nic, struct isa_device *isa __unused ) {
708 struct isa_device *isa __unused ) {
eepro.c 466 static void eepro_disable ( struct nic *nic, struct isa_device *isa __unused ) {
556 static int eepro_probe ( struct nic *nic, struct isa_device *isa ) {
smc9000.c 798 static void smc9000_disable ( struct nic *nic, struct isa_device *isa __unused ) {
836 static int smc9000_probe ( struct nic *nic, struct isa_device *isa ) {
depca.c 741 static int depca_probe ( struct nic *nic, struct isa_device *isa ) {

Completed in 232 milliseconds