Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/oxfw/
Doxfw.c36 struct compat_info { struct
66 const struct compat_info *info; in name_card()
94 info = (const struct compat_info *)oxfw->entry->driver_data; in name_card()
306 static const struct compat_info griffin_firewave = {
312 static const struct compat_info lacie_speakers = {
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/
Dchip.c5036 const struct mv88e6xxx_info *compat_info = NULL; in mv88e6xxx_probe() local
5047 compat_info = of_device_get_match_data(dev); in mv88e6xxx_probe()
5050 compat_info = pdata_device_get_match_data(dev); in mv88e6xxx_probe()
5065 if (!compat_info) in mv88e6xxx_probe()
5074 chip->info = compat_info; in mv88e6xxx_probe()