Searched refs:hda_device_id (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/sound/hda/ |
H A D | hda_bus_type.c | 23 const struct hda_device_id * 27 const struct hda_device_id *id = drv->id_table; in hdac_get_device_id()
|
/openbmc/linux/scripts/mod/ |
H A D | devicetable-offsets.c | 212 DEVID(hda_device_id); in main() 213 DEVID_FIELD(hda_device_id, vendor_id); in main() 214 DEVID_FIELD(hda_device_id, rev_id); in main() 215 DEVID_FIELD(hda_device_id, api_version); in main()
|
H A D | file2alias.c | 1267 DEF_FIELD(symval, hda_device_id, vendor_id); in do_hda_entry() 1268 DEF_FIELD(symval, hda_device_id, rev_id); in do_hda_entry() 1269 DEF_FIELD(symval, hda_device_id, api_version); in do_hda_entry()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_ca0110.c | 73 static const struct hda_device_id snd_hda_id_ca0110[] = {
|
H A D | patch_cmedia.c | 112 static const struct hda_device_id snd_hda_id_cmedia[] = {
|
H A D | patch_si3054.c | 278 static const struct hda_device_id snd_hda_id_si3054[] = {
|
H A D | hda_bind.c | 26 const struct hda_device_id *list; in hda_codec_match()
|
H A D | patch_cirrus.c | 1230 static const struct hda_device_id snd_hda_id_cirrus[] = {
|
H A D | patch_analog.c | 1153 static const struct hda_device_id snd_hda_id_analog[] = {
|
H A D | patch_via.c | 1190 static const struct hda_device_id snd_hda_id_via[] = {
|
H A D | patch_conexant.c | 1279 static const struct hda_device_id snd_hda_id_conexant[] = {
|
H A D | patch_cs8409.c | 1476 static const struct hda_device_id snd_hda_id_cs8409[] = {
|
H A D | patch_sigmatel.c | 5053 static const struct hda_device_id snd_hda_id_sigmatel[] = {
|
H A D | patch_hdmi.c | 4518 static const struct hda_device_id snd_hda_id_hdmi[] = {
|
H A D | hda_generic.c | 6151 static const struct hda_device_id snd_hda_id_generic[] = {
|
H A D | patch_ca0132.c | 10115 static const struct hda_device_id snd_hda_id_ca0132[] = {
|
H A D | patch_realtek.c | 12771 static const struct hda_device_id snd_hda_id_realtek[] = {
|
/openbmc/linux/include/sound/ |
H A D | hdaudio.h | 31 struct hda_device_id; 224 const struct hda_device_id *id_table; 236 const struct hda_device_id *
|
H A D | hda_codec.h | 91 const struct hda_device_id *id; 182 const struct hda_device_id *preset;
|
/openbmc/linux/include/linux/ |
H A D | mod_devicetable.h | 263 struct hda_device_id { struct
|
/openbmc/linux/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 2149 const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv); in hdac_hdmi_dev_probe() 2308 static const struct hda_device_id hdmi_list[] = {
|