Searched defs:radio_isa_driver (Results 1 – 1 of 1) sorted by relevance
78 struct radio_isa_driver { struct79 struct isa_driver driver;81 struct pnp_driver pnp_driver;83 const struct radio_isa_ops *ops;85 int *io_params;87 int *radio_nr_params;89 bool probe;91 const int *io_ports;93 int num_of_io_ports;95 unsigned region_size;[all …]