Symbol: hda_codec_driver
include/sound/hda_codec.h
102
void hda_codec_driver_unregister(struct hda_codec_driver *drv);
include/sound/hda_codec.h
483
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
include/sound/hda_codec.h
96
container_of((codec)->core.dev.driver, struct hda_codec_driver, core.driver)
include/sound/hda_codec.h
98
int __hda_codec_driver_register(struct hda_codec_driver *drv, const char *name,
sound/hda/codecs/analog.c
1171
static struct hda_codec_driver analog_driver = {
sound/hda/codecs/ca0110.c
82
static struct hda_codec_driver ca0110_driver = {
sound/hda/codecs/ca0132.c
10080
static struct hda_codec_driver ca0132_driver = {
sound/hda/codecs/cirrus/cs420x.c
781
static struct hda_codec_driver cs420x_driver = {
sound/hda/codecs/cirrus/cs421x.c
585
static struct hda_codec_driver cs421x_driver = {
sound/hda/codecs/cirrus/cs8409.c
1639
static struct hda_codec_driver cs8409_driver = {
sound/hda/codecs/cm9825.c
583
static struct hda_codec_driver cm9825_driver = {
sound/hda/codecs/cmedia.c
101
static struct hda_codec_driver cmedia_driver = {
sound/hda/codecs/conexant.c
1340
static struct hda_codec_driver conexant_driver = {
sound/hda/codecs/generic.c
6137
static struct hda_codec_driver generic_driver = {
sound/hda/codecs/hdmi/atihdmi.c
610
static struct hda_codec_driver atihdmi_driver = {
sound/hda/codecs/hdmi/hdmi.c
2359
static struct hda_codec_driver generichdmi_driver = {
sound/hda/codecs/hdmi/intelhdmi.c
807
static struct hda_codec_driver intelhdmi_driver = {
sound/hda/codecs/hdmi/nvhdmi-mcp.c
378
static struct hda_codec_driver nvhdmi_mcp_driver = {
sound/hda/codecs/hdmi/nvhdmi.c
235
static struct hda_codec_driver nvhdmi_driver = {
sound/hda/codecs/hdmi/simplehdmi.c
246
static struct hda_codec_driver simplehdmi_driver = {
sound/hda/codecs/hdmi/tegrahdmi.c
314
static struct hda_codec_driver tegrahdmi_driver = {
sound/hda/codecs/realtek/alc260.c
285
static struct hda_codec_driver alc260_driver = {
sound/hda/codecs/realtek/alc262.c
208
static struct hda_codec_driver alc262_driver = {
sound/hda/codecs/realtek/alc268.c
184
static struct hda_codec_driver alc268_driver = {
sound/hda/codecs/realtek/alc269.c
8771
static struct hda_codec_driver alc269_driver = {
sound/hda/codecs/realtek/alc662.c
1120
static struct hda_codec_driver alc662_driver = {
sound/hda/codecs/realtek/alc680.c
62
static struct hda_codec_driver alc680_driver = {
sound/hda/codecs/realtek/alc861.c
158
static struct hda_codec_driver alc861_driver = {
sound/hda/codecs/realtek/alc861vd.c
132
static struct hda_codec_driver alc861vd_driver = {
sound/hda/codecs/realtek/alc880.c
504
static struct hda_codec_driver alc880_driver = {
sound/hda/codecs/realtek/alc882.c
856
static struct hda_codec_driver alc882_driver = {
sound/hda/codecs/senarytech.c
246
static struct hda_codec_driver senary_driver = {
sound/hda/codecs/si3054.c
298
static struct hda_codec_driver si3054_driver = {
sound/hda/codecs/sigmatel.c
5164
static struct hda_codec_driver sigmatel_driver = {
sound/hda/codecs/via.c
1166
static struct hda_codec_driver via_driver = {
sound/hda/common/bind.c
155
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/bind.c
182
int __hda_codec_driver_register(struct hda_codec_driver *drv, const char *name,
sound/hda/common/bind.c
199
void hda_codec_driver_unregister(struct hda_codec_driver *drv)
sound/hda/common/bind.c
24
const struct hda_codec_driver *driver =
sound/hda/common/bind.c
25
container_of(drv, struct hda_codec_driver, core);
sound/hda/common/bind.c
45
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/bind.c
91
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
1122
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
1199
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
2746
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
2843
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
2862
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
3062
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/codec.c
3260
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/hda/common/hda_local.h
657
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/soc/codecs/hda.c
175
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/soc/codecs/hda.c
270
struct hda_codec_driver *driver = hda_codec_to_driver(codec);
sound/soc/codecs/hdac_hda.c
410
struct hda_codec_driver *driver = hda_codec_to_driver(hcodec);
sound/soc/codecs/hdac_hda.c
549
struct hda_codec_driver *driver = hda_codec_to_driver(codec);