Lines Matching defs:radio_isa_driver
65 struct radio_isa_driver { struct
66 struct isa_driver driver;
68 struct pnp_driver pnp_driver;
70 const struct radio_isa_ops *ops;
72 int *io_params;
74 int *radio_nr_params;
76 bool probe;
78 const int *io_ports;
80 int num_of_io_ports;
82 unsigned region_size;
84 const char *card;
86 bool has_stereo;
89 int max_volume;