Home
last modified time | relevance | path

Searched refs:caddr_tbl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_bus.c188 codec = bus->caddr_tbl[caddr & 0x0f]; in snd_hdac_bus_process_unsol_events()
205 * Adds the given codec to the list in the bus. The caddr_tbl array
211 if (bus->caddr_tbl[codec->addr]) { in snd_hdac_bus_add_device()
218 bus->caddr_tbl[codec->addr] = codec; in snd_hdac_bus_add_device()
236 bus->caddr_tbl[codec->addr] = NULL; in snd_hdac_bus_remove_device()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_bus.c185 codec = bus->caddr_tbl[caddr & 0x0f]; in snd_hdac_bus_process_unsol_events()
202 * Adds the given codec to the list in the bus. The caddr_tbl array
208 if (bus->caddr_tbl[codec->addr]) { in snd_hdac_bus_add_device()
215 bus->caddr_tbl[codec->addr] = codec; in snd_hdac_bus_add_device()
233 bus->caddr_tbl[codec->addr] = NULL; in snd_hdac_bus_remove_device()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h305 struct hdac_device *caddr_tbl[HDA_MAX_CODEC_ADDRESS + 1]; member
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h311 struct hdac_device *caddr_tbl[HDA_MAX_CODEC_ADDRESS + 1]; member

Completed in 4 milliseconds