Searched refs:hda_device_id (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hda_bus_type.c | 22 const struct hda_device_id * 26 const struct hda_device_id *id = drv->id_table; in hdac_get_device_id()
|
/Linux-v4.19/scripts/mod/ |
D | devicetable-offsets.c | 204 DEVID(hda_device_id); in main() 205 DEVID_FIELD(hda_device_id, vendor_id); in main() 206 DEVID_FIELD(hda_device_id, rev_id); in main() 207 DEVID_FIELD(hda_device_id, api_version); in main()
|
D | file2alias.c | 1289 DEF_FIELD(symval, hda_device_id, vendor_id); in do_hda_entry() 1290 DEF_FIELD(symval, hda_device_id, rev_id); in do_hda_entry() 1291 DEF_FIELD(symval, hda_device_id, api_version); in do_hda_entry() 1301 ADD_TO_DEVTABLE("hdaudio", hda_device_id, do_hda_entry);
|
/Linux-v4.19/sound/pci/hda/ |
D | patch_ca0110.c | 86 static const struct hda_device_id snd_hda_id_ca0110[] = {
|
D | patch_cmedia.c | 126 static const struct hda_device_id snd_hda_id_cmedia[] = {
|
D | hda_codec.h | 100 const struct hda_device_id *id; 192 const struct hda_device_id *preset;
|
D | patch_si3054.c | 292 static const struct hda_device_id snd_hda_id_si3054[] = {
|
D | hda_bind.c | 25 const struct hda_device_id *list; in hda_codec_match()
|
D | patch_analog.c | 1168 static const struct hda_device_id snd_hda_id_analog[] = {
|
D | patch_cirrus.c | 1239 static const struct hda_device_id snd_hda_id_cirrus[] = {
|
D | patch_conexant.c | 1091 static const struct hda_device_id snd_hda_id_conexant[] = {
|
D | patch_via.c | 1187 static const struct hda_device_id snd_hda_id_via[] = {
|
D | patch_sigmatel.c | 5041 static const struct hda_device_id snd_hda_id_sigmatel[] = {
|
D | patch_hdmi.c | 3799 static const struct hda_device_id snd_hda_id_hdmi[] = {
|
D | patch_ca0132.c | 7684 static struct hda_device_id snd_hda_id_ca0132[] = {
|
D | hda_generic.c | 6099 static const struct hda_device_id snd_hda_id_generic[] = {
|
D | patch_realtek.c | 8343 static const struct hda_device_id snd_hda_id_realtek[] = {
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 27 struct hda_device_id; 216 const struct hda_device_id *id_table; 228 const struct hda_device_id *
|
/Linux-v4.19/include/linux/ |
D | mod_devicetable.h | 224 struct hda_device_id { struct
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdac_hdmi.c | 1989 const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv); in hdac_hdmi_dev_probe() 2251 static const struct hda_device_id hdmi_list[] = {
|