Lines Matching defs:radio_isa_driver
78 struct radio_isa_driver { struct
79 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;
97 const char *card;
99 bool has_stereo;
102 int max_volume;