Home
last modified time | relevance | path

Searched refs:sadb (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Ddce3_1_afmt.c31 u8 *sadb, int sad_count) in dce3_2_afmt_hdmi_write_speaker_allocation() argument
42 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_hdmi_write_speaker_allocation()
49 u8 *sadb, int sad_count) in dce3_2_afmt_dp_write_speaker_allocation() argument
60 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_dp_write_speaker_allocation()
Dradeon_audio.c48 u8 *sadb, int sad_count);
50 u8 *sadb, int sad_count);
52 u8 *sadb, int sad_count);
54 u8 *sadb, int sad_count);
56 u8 *sadb, int sad_count);
58 u8 *sadb, int sad_count);
386 u8 *sadb = NULL; in radeon_audio_write_speaker_allocation() local
393 &sadb); in radeon_audio_write_speaker_allocation()
401 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation()
403 kfree(sadb); in radeon_audio_write_speaker_allocation()
Ddce6_afmt.c134 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument
151 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
159 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument
176 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
Devergreen_hdmi.c120 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument
131 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation()
138 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument
149 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()
Dradeon_audio.h53 u8 *sadb, int sad_count);
/linux-4.1.27/include/drm/
Ddrm_edid.h327 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid.c3260 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation() argument
3290 *sadb = kmemdup(&db[1], dbl, GFP_KERNEL); in drm_edid_to_speaker_allocation()
3291 if (!*sadb) in drm_edid_to_speaker_allocation()