Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/drivers/net/dsa/mv88e6xxx/
Dchip.c6920 const struct mv88e6xxx_info *compat_info = NULL; in mv88e6xxx_probe() local
6931 compat_info = of_device_get_match_data(dev); in mv88e6xxx_probe()
6934 compat_info = pdata_device_get_match_data(dev); in mv88e6xxx_probe()
6949 if (!compat_info) in mv88e6xxx_probe()
6958 chip->info = compat_info; in mv88e6xxx_probe()
/Linux-v6.6/include/linux/
Dieee80211.h1136 __le16 compat_info; member
/Linux-v6.6/net/wireless/
Dscan.c2838 capability = le16_to_cpu(compat->compat_info); in cfg80211_inform_single_bss_frame_data()