Searched refs:ac97_ids_match (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/ac97/ |
H A D | snd_ac97_compat.c | 108 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset() 115 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()
|
H A D | ac97_core.h | 9 static inline bool ac97_ids_match(unsigned int id1, unsigned int id2, in ac97_ids_match() function
|
H A D | bus.c | 484 if (ac97_ids_match(id[i].id, adev->vendor_id, id[i].mask)) in ac97_bus_match()
|
/kernel/linux/linux-6.6/sound/ac97/ |
H A D | snd_ac97_compat.c | 108 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset() 115 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()
|
H A D | ac97_core.h | 9 static inline bool ac97_ids_match(unsigned int id1, unsigned int id2, in ac97_ids_match() function
|
H A D | bus.c | 484 if (ac97_ids_match(id[i].id, adev->vendor_id, id[i].mask)) in ac97_bus_match()
|
Completed in 3 milliseconds