Searched refs:num_dr (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/sound/soc/intel/avs/boards/ |
D | max98357a.c | 72 const int num_dr = num_base + 1; in avs_create_dapm_routes() local 75 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 88 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | i2s_test.c | 60 const int num_dr = 2; in avs_create_dapm_routes() local 62 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 77 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | max98373.c | 149 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 152 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 171 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | da7219.c | 161 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 164 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 183 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | rt286.c | 161 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 164 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 183 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | rt298.c | 181 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 184 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 203 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | ssm4567.c | 168 const int num_dr = num_base + 4; in avs_create_dapm_routes() local 171 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 202 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | rt274.c | 190 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 193 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 212 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | rt5682.c | 213 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 216 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 235 *num_routes = num_dr; in avs_create_dapm_routes()
|
D | nau8825.c | 223 const int num_dr = num_base + 2; in avs_create_dapm_routes() local 226 dr = devm_kcalloc(dev, num_dr, sizeof(*dr), GFP_KERNEL); in avs_create_dapm_routes() 245 *num_routes = num_dr; in avs_create_dapm_routes()
|