/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_dce3_1_afmt.c | 36 u8 *sadb, int sad_count) 47 tmp |= SPEAKER_ALLOCATION(sadb[0]); 54 u8 *sadb, int sad_count) 65 tmp |= SPEAKER_ALLOCATION(sadb[0]);
|
radeon_dce6_afmt.c | 158 u8 *sadb, int sad_count) 175 tmp |= SPEAKER_ALLOCATION(sadb[0]); 183 u8 *sadb, int sad_count) 200 tmp |= SPEAKER_ALLOCATION(sadb[0]);
|
radeon_audio.c | 53 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; local in function:radeon_audio_write_speaker_allocation 398 &sadb); 406 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); 408 kfree(sadb); [all...] |
radeon_audio.h | 55 u8 *sadb, int sad_count);
|
radeon_evergreen_hdmi.c | 125 u8 *sadb, int sad_count) 136 tmp |= SPEAKER_ALLOCATION(sadb[0]); 143 u8 *sadb, int sad_count) 154 tmp |= SPEAKER_ALLOCATION(sadb[0]);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_helpers.c | 69 uint8_t *sadb = NULL; local in function:dm_helpers_parse_edid_caps 119 sadb_count = drm_edid_to_speaker_allocation((struct edid *) __UNCONST(edid->raw_edid), &sadb); 127 edid_caps->speaker_flags = sadb[0]; 132 kfree(sadb);
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_edid.h | 343 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dce_v10_0.c | 1287 u8 *sadb = NULL; local in function:dce_v10_0_audio_write_speaker_allocation 1307 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); 1323 SPEAKER_ALLOCATION, sadb[0]); 1330 kfree(sadb);
|
amdgpu_dce_v11_0.c | 1313 u8 *sadb = NULL; local in function:dce_v11_0_audio_write_speaker_allocation 1333 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); 1349 SPEAKER_ALLOCATION, sadb[0]); 1356 kfree(sadb);
|
amdgpu_dce_v6_0.c | 1188 u8 *sadb = NULL; local in function:dce_v6_0_audio_write_speaker_allocation 1206 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); 1229 SPEAKER_ALLOCATION, sadb[0]); 1237 kfree(sadb);
|
amdgpu_dce_v8_0.c | 1240 u8 *sadb = NULL; local in function:dce_v8_0_audio_write_speaker_allocation 1262 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); 1275 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT); 1280 kfree(sadb);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_edid.c | 4515 * @sadb: pointer to the speaker block 4524 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb) 4554 *sadb = kmemdup(&db[1], dbl, GFP_KERNEL); 4555 if (!*sadb)
|
/src/sys/netipsec/ |
key.c | 705 #define KEY_NEWSAV(m, sadb, e, proto) \ 706 key_newsav(m, sadb, e, proto, __func__, __LINE__)
|