Searched defs:radio_isa_driver (Results 1 – 1 of 1) sorted by relevance
73 struct radio_isa_driver { struct74 struct isa_driver driver;76 struct pnp_driver pnp_driver;78 const struct radio_isa_ops *ops;80 int *io_params;82 int *radio_nr_params;84 bool probe;86 const int *io_ports;88 int num_of_io_ports;90 unsigned region_size;[all …]