Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_dce3_1_afmt.c36 u8 *sadb, int sad_count) in dce3_2_afmt_hdmi_write_speaker_allocation() argument
47 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_hdmi_write_speaker_allocation()
54 u8 *sadb, int sad_count) in dce3_2_afmt_dp_write_speaker_allocation() argument
65 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_dp_write_speaker_allocation()
H A Dradeon_audio.c53 u8 *sadb, int sad_count);
55 u8 *sadb, int sad_count);
57 u8 *sadb, int sad_count);
59 u8 *sadb, int sad_count);
61 u8 *sadb, int sad_count);
63 u8 *sadb, int sad_count);
391 u8 *sadb = NULL; in radeon_audio_write_speaker_allocation() local
398 &sadb); in radeon_audio_write_speaker_allocation()
406 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation()
408 kfree(sadb); in radeon_audio_write_speaker_allocation()
H A Dradeon_dce6_afmt.c158 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument
175 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
183 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument
200 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
H A Dradeon_evergreen_hdmi.c125 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument
136 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation()
143 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument
154 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()
H A Dradeon_audio.h55 u8 *sadb, int sad_count);
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c69 uint8_t *sadb = NULL; in dm_helpers_parse_edid_caps() local
119 sadb_count = drm_edid_to_speaker_allocation((struct edid *) __UNCONST(edid->raw_edid), &sadb); in dm_helpers_parse_edid_caps()
127 edid_caps->speaker_flags = sadb[0]; in dm_helpers_parse_edid_caps()
132 kfree(sadb); in dm_helpers_parse_edid_caps()
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_edid.h343 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dce_v8_0.c1240 u8 *sadb = NULL; in dce_v8_0_audio_write_speaker_allocation() local
1262 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v8_0_audio_write_speaker_allocation()
1275 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT); in dce_v8_0_audio_write_speaker_allocation()
1280 kfree(sadb); in dce_v8_0_audio_write_speaker_allocation()
H A Damdgpu_dce_v6_0.c1188 u8 *sadb = NULL; in dce_v6_0_audio_write_speaker_allocation() local
1206 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v6_0_audio_write_speaker_allocation()
1229 SPEAKER_ALLOCATION, sadb[0]); in dce_v6_0_audio_write_speaker_allocation()
1237 kfree(sadb); in dce_v6_0_audio_write_speaker_allocation()
H A Damdgpu_dce_v10_0.c1287 u8 *sadb = NULL; in dce_v10_0_audio_write_speaker_allocation() local
1307 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v10_0_audio_write_speaker_allocation()
1323 SPEAKER_ALLOCATION, sadb[0]); in dce_v10_0_audio_write_speaker_allocation()
1330 kfree(sadb); in dce_v10_0_audio_write_speaker_allocation()
H A Damdgpu_dce_v11_0.c1313 u8 *sadb = NULL; in dce_v11_0_audio_write_speaker_allocation() local
1333 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v11_0_audio_write_speaker_allocation()
1349 SPEAKER_ALLOCATION, sadb[0]); in dce_v11_0_audio_write_speaker_allocation()
1356 kfree(sadb); in dce_v11_0_audio_write_speaker_allocation()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c4524 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation() argument
4554 *sadb = kmemdup(&db[1], dbl, GFP_KERNEL); in drm_edid_to_speaker_allocation()
4555 if (!*sadb) in drm_edid_to_speaker_allocation()
/netbsd/sys/netipsec/
H A Dkey.c705 #define KEY_NEWSAV(m, sadb, e, proto) \ argument
706 key_newsav(m, sadb, e, proto, __func__, __LINE__)