Searched refs:isa_driver (Results 1 – 25 of 47) sorted by relevance
12
28 struct isa_driver *isa_driver = to_isa_driver(driver); in isa_bus_match() local30 if (dev->platform_data == isa_driver) { in isa_bus_match()31 if (!isa_driver->match || in isa_bus_match()32 isa_driver->match(dev, to_isa_dev(dev)->id)) in isa_bus_match()41 struct isa_driver *isa_driver = dev->platform_data; in isa_bus_probe() local43 if (isa_driver && isa_driver->probe) in isa_bus_probe()44 return isa_driver->probe(dev, to_isa_dev(dev)->id); in isa_bus_probe()51 struct isa_driver *isa_driver = dev->platform_data; in isa_bus_remove() local53 if (isa_driver && isa_driver->remove) in isa_bus_remove()54 return isa_driver->remove(dev, to_isa_dev(dev)->id); in isa_bus_remove()[all …]
13 struct isa_driver { struct25 #define to_isa_driver(x) container_of((x), struct isa_driver, driver) argument28 int isa_register_driver(struct isa_driver *, unsigned int);29 void isa_unregister_driver(struct isa_driver *);31 static inline int isa_register_driver(struct isa_driver *d, unsigned int i) in isa_register_driver()36 static inline void isa_unregister_driver(struct isa_driver *d) in isa_unregister_driver()
42 The passed in isa_driver struct is the regular driver struct embedding a51 the isa_driver callbacks are being called with a ``struct device *dev,83 struct isa_driver *isa_driver = to_isa_driver(driver);85 if (dev->platform_data == isa_driver) {86 if (!isa_driver->match ||87 isa_driver->match(dev, to_isa_dev(dev)->id))98 dev->platform_data as a isa_driver pointer which we can then check here.100 the isa_driver pointer to the private struct isa_dev is ofcourse fine as
74 struct isa_driver driver;
308 static struct isa_driver fmr2_isa_driver = {
128 static struct isa_driver ebc_c384_wdt_driver = {
105 static struct isa_driver snd_adlib_driver = {
460 static struct isa_driver snd_cmi8328_driver = {
133 static struct isa_driver cio_dac_driver = {
186 static struct isa_driver pca_isa_driver = {
312 static struct isa_driver i2c_elektor_driver = {
198 static struct isa_driver tscan1_isa_driver = {
164 static struct isa_driver snd_ad1848_driver = {
180 static struct isa_driver snd_cs4231_driver = {
209 static struct isa_driver htcpen_isa_driver = {
219 static struct isa_driver snd_gusclassic_driver = {
363 static struct isa_driver snd_gusmax_driver = {
348 static struct isa_driver snd_gusextreme_driver = {
241 static struct isa_driver snd_sb8_driver = {
377 static struct isa_driver snd_jazz16_driver = {
338 static struct isa_driver idi_48_driver = {
296 static struct isa_driver idio_16_driver = {
343 static struct isa_driver gpiomm_driver = {
372 static struct isa_driver stx104_driver = {
216 static struct isa_driver snd_es1688_driver = {