Searched refs:devtype (Results 1 – 12 of 12) sorted by relevance
46 enum tas572x_type devtype; member172 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()
1440 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() local2422 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()
28 enum aw8808x_type devtype; member216 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()
53 cs530x->devtype = (uintptr_t)i2c_get_match_data(client); in cs530x_i2c_probe()
204 enum cs530x_type devtype; member
733 switch (cs530x->devtype) { in cs530x_component_probe()770 cs530x->devtype); in cs530x_component_probe()
50 enum wm8904_type devtype; member1256 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()
41 enum max98088_type devtype; member1749 max98088->devtype = (uintptr_t)i2c_get_match_data(i2c); in max98088_i2c_probe()
42 enum max98095_type devtype; member2133 max98095->devtype = (uintptr_t)i2c_get_match_data(i2c); in max98095_i2c_probe()
1520 enum max98090_type devtype; member
60 enum sma1303_type devtype; member
1059 int devtype = -1; in snd_pcm_dev_register() local1064 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