HomeSort by: relevance | last modified time | path
    Searched defs:sadb (Results 1 - 6 of 6) sorted by relevancy

  /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/drm/radeon/
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...]
  /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);

Completed in 22 milliseconds