Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/radeon/
A 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()
A Dradeon_audio.h53 u8 *sadb, int sad_count);
87 u8 *sadb, int sad_count);
89 u8 *sadb, int sad_count);
A Ddce6_afmt.h40 u8 *sadb, int sad_count);
42 u8 *sadb, int sad_count);
A Devergreen_hdmi.h53 u8 *sadb, int sad_count);
55 u8 *sadb, int sad_count);
A Ddce6_afmt.c154 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument
171 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
179 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument
196 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
A Devergreen_hdmi.c121 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument
132 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation()
139 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument
150 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()
A Dradeon_audio.c329 u8 *sadb = NULL; in radeon_audio_write_speaker_allocation() local
336 &sadb); in radeon_audio_write_speaker_allocation()
344 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation()
346 kfree(sadb); in radeon_audio_write_speaker_allocation()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec.c346 err = xa_insert_bh(&ipsec->sadb, sa_entry->ipsec_obj_id, sa_entry, in mlx5e_xfrm_add_state()
375 old = xa_erase_bh(&ipsec->sadb, sa_entry->ipsec_obj_id); in mlx5e_xfrm_del_state()
403 xa_init_flags(&ipsec->sadb, XA_FLAGS_ALLOC); in mlx5e_ipsec_init()
A Dipsec.h141 struct xarray sadb; member
A Dipsec_rxtx.c330 sa_entry = xa_load(&ipsec->sadb, sa_handle); in mlx5e_ipsec_offload_handle_rx_skb()
A Dipsec_offload.c314 sa_entry = xa_load(&work->ipsec->sadb, work->id); in mlx5e_ipsec_handle_event()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c68 uint8_t *sadb = NULL; in dm_helpers_parse_edid_caps() local
106 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps()
114 edid_caps->speaker_flags = sadb[0]; in dm_helpers_parse_edid_caps()
119 kfree(sadb); in dm_helpers_parse_edid_caps()
/linux-6.3-rc2/include/drm/
A Ddrm_edid.h386 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb);
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Ddce_v6_0.c1185 u8 *sadb = NULL; in dce_v6_0_audio_write_speaker_allocation() local
1203 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v6_0_audio_write_speaker_allocation()
1226 SPEAKER_ALLOCATION, sadb[0]); in dce_v6_0_audio_write_speaker_allocation()
1234 kfree(sadb); in dce_v6_0_audio_write_speaker_allocation()
A Ddce_v8_0.c1238 u8 *sadb = NULL; in dce_v8_0_audio_write_speaker_allocation() local
1260 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v8_0_audio_write_speaker_allocation()
1273 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT); in dce_v8_0_audio_write_speaker_allocation()
1278 kfree(sadb); in dce_v8_0_audio_write_speaker_allocation()
A Ddce_v10_0.c1285 u8 *sadb = NULL; in dce_v10_0_audio_write_speaker_allocation() local
1305 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v10_0_audio_write_speaker_allocation()
1321 SPEAKER_ALLOCATION, sadb[0]); in dce_v10_0_audio_write_speaker_allocation()
1328 kfree(sadb); in dce_v10_0_audio_write_speaker_allocation()
A Ddce_v11_0.c1311 u8 *sadb = NULL; in dce_v11_0_audio_write_speaker_allocation() local
1331 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v11_0_audio_write_speaker_allocation()
1347 SPEAKER_ALLOCATION, sadb[0]); in dce_v11_0_audio_write_speaker_allocation()
1354 kfree(sadb); in dce_v11_0_audio_write_speaker_allocation()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_edid.c5604 u8 **sadb) in _drm_edid_to_speaker_allocation() argument
5614 *sadb = kmemdup(db->data, cea_db_payload_len(db), in _drm_edid_to_speaker_allocation()
5616 if (!*sadb) in _drm_edid_to_speaker_allocation()
5641 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation() argument
5646 sadb); in drm_edid_to_speaker_allocation()

Completed in 70 milliseconds