Home
last modified time | relevance | path

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

/Linux-v6.1/sound/firewire/oxfw/
Doxfw.c39 struct compat_info { struct
67 const struct compat_info *info; in name_card()
97 info = (const struct compat_info *)entry->driver_data; in name_card()
297 static const struct compat_info griffin_firewave = {
303 static const struct compat_info lacie_speakers = {
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dchip.c7009 const struct mv88e6xxx_info *compat_info = NULL; in mv88e6xxx_probe() local
7020 compat_info = of_device_get_match_data(dev); in mv88e6xxx_probe()
7023 compat_info = pdata_device_get_match_data(dev); in mv88e6xxx_probe()
7038 if (!compat_info) in mv88e6xxx_probe()
7047 chip->info = compat_info; in mv88e6xxx_probe()
/Linux-v6.1/include/linux/
Dieee80211.h1073 __le16 compat_info; member
/Linux-v6.1/net/wireless/
Dscan.c2463 capability = le16_to_cpu(compat->compat_info); in cfg80211_inform_single_bss_frame_data()