Home
last modified time | relevance | path

Searched refs:devtype (Results 1 – 12 of 12) sorted by relevance

/sound/soc/codecs/
A Dtas5720.c46 enum tas572x_type devtype; member
172 switch (tas5720->devtype) { in tas5720_set_dai_tdm_slot()
190 switch (tas5720->devtype) { in tas5720_set_dai_tdm_slot()
216 switch (tas5720->devtype) { in tas5720_mute_soc_component()
328 switch (tas5720->devtype) { in tas5720_codec_probe()
354 switch (tas5720->devtype) { in tas5720_codec_probe()
738 data->devtype = (uintptr_t)i2c_get_match_data(client); in tas5720_probe()
740 switch (data->devtype) { in tas5720_probe()
773 switch (data->devtype) { in tas5720_probe()
A Dmax98090.c1440 if (max98090->devtype == MAX98091) { in max98090_add_widgets()
1451 if (max98090->devtype == MAX98091) { in max98090_add_widgets()
2381 enum max98090_type devtype; in max98090_probe() local
2422 devtype = MAX98090; in max98090_probe()
2425 devtype = MAX98091; in max98090_probe()
2428 devtype = MAX98090; in max98090_probe()
2432 if (max98090->devtype != devtype) { in max98090_probe()
2434 max98090->devtype = devtype; in max98090_probe()
2555 max98090->devtype = (uintptr_t)i2c_get_match_data(i2c); in max98090_i2c_probe()
A Daw88081.c28 enum aw8808x_type devtype; member
216 if (aw88081->devtype != AW88083) in aw88083_i2c_wen()
398 switch (aw88081->devtype) { in aw88081_reg_value_check()
616 switch (aw88081->devtype) { in aw88081_device_start()
697 switch (aw88081->devtype) { in aw88081_stop()
1265 aw88081->devtype = id->driver_data; in aw88081_i2c_probe()
1271 switch (aw88081->devtype) { in aw88081_i2c_probe()
A Dcs530x-i2c.c53 cs530x->devtype = (uintptr_t)i2c_get_match_data(client); in cs530x_i2c_probe()
A Dcs530x.h204 enum cs530x_type devtype; member
A Dcs530x.c733 switch (cs530x->devtype) { in cs530x_component_probe()
770 cs530x->devtype); in cs530x_component_probe()
A Dwm8904.c50 enum wm8904_type devtype; member
1256 switch (wm8904->devtype) { in wm8904_add_widgets()
2222 switch (wm8904->devtype) { in wm8904_probe()
2230 wm8904->devtype); in wm8904_probe()
2492 wm8904->devtype = (uintptr_t)i2c_get_match_data(i2c); in wm8904_i2c_probe()
A Dmax98088.c41 enum max98088_type devtype; member
1749 max98088->devtype = (uintptr_t)i2c_get_match_data(i2c); in max98088_i2c_probe()
A Dmax98095.c42 enum max98095_type devtype; member
2133 max98095->devtype = (uintptr_t)i2c_get_match_data(i2c); in max98095_i2c_probe()
A Dmax98090.h1520 enum max98090_type devtype; member
A Dsma1303.c60 enum sma1303_type devtype; member
/sound/core/
A Dpcm.c1059 int devtype = -1; in snd_pcm_dev_register() local
1064 devtype = SNDRV_DEVICE_TYPE_PCM_PLAYBACK; in snd_pcm_dev_register()
1067 devtype = SNDRV_DEVICE_TYPE_PCM_CAPTURE; in snd_pcm_dev_register()
1071 err = snd_register_device(devtype, pcm->card, pcm->device, in snd_pcm_dev_register()

Completed in 56 milliseconds