Home
last modified time | relevance | path

Searched refs:compat_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/firewire/oxfw/
Doxfw.c35 struct compat_info { struct
65 const struct compat_info *info; in name_card()
93 info = (const struct compat_info *)oxfw->entry->driver_data; in name_card()
358 static const struct compat_info griffin_firewave = {
364 static const struct compat_info lacie_speakers = {
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.c4623 const struct mv88e6xxx_info *compat_info = NULL; in mv88e6xxx_probe() local
4634 compat_info = of_device_get_match_data(dev); in mv88e6xxx_probe()
4637 compat_info = pdata_device_get_match_data(dev); in mv88e6xxx_probe()
4652 if (!compat_info) in mv88e6xxx_probe()
4661 chip->info = compat_info; in mv88e6xxx_probe()