Searched refs:sadb (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | dce3_1_afmt.c | 31 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()
|
D | radeon_audio.c | 48 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()
|
D | dce6_afmt.c | 134 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()
|
D | evergreen_hdmi.c | 120 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()
|
D | radeon_audio.h | 53 u8 *sadb, int sad_count);
|
/linux-4.1.27/include/drm/ |
D | drm_edid.h | 327 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_edid.c | 3260 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()
|