Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
A Ddce3_1_afmt.c32 u8 *sadb, int sad_count) in dce3_2_afmt_hdmi_write_speaker_allocation() argument
43 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_hdmi_write_speaker_allocation()
50 u8 *sadb, int sad_count) in dce3_2_afmt_dp_write_speaker_allocation() argument
61 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 Ddce6_afmt.c155 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument
172 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
180 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument
197 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
A Devergreen_hdmi.h53 u8 *sadb, int sad_count);
55 u8 *sadb, int sad_count);
A Devergreen_hdmi.c122 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument
133 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation()
140 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument
151 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()
A Dradeon_audio.c332 u8 *sadb = NULL; in radeon_audio_write_speaker_allocation() local
338 sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb); in radeon_audio_write_speaker_allocation()
346 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation()
348 kfree(sadb); in radeon_audio_write_speaker_allocation()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec.c847 err = xa_insert_bh(&ipsec->sadb, sa_entry->ipsec_obj_id, sa_entry, in mlx5e_xfrm_add_state()
860 xa_lock_bh(&ipsec->sadb); in mlx5e_xfrm_add_state()
861 __xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id, in mlx5e_xfrm_add_state()
863 xa_unlock_bh(&ipsec->sadb); in mlx5e_xfrm_add_state()
897 old = xa_erase_bh(&ipsec->sadb, sa_entry->ipsec_obj_id); in mlx5e_xfrm_del_state()
940 xa_for_each_marked(&ipsec->sadb, idx, sa_entry, MLX5E_IPSEC_TUNNEL_SA) { in mlx5e_ipsec_netevent_event()
976 xa_init_flags(&ipsec->sadb, XA_FLAGS_ALLOC); in mlx5e_ipsec_init()
A Dipsec.h242 struct xarray sadb; member
A Dipsec_rxtx.c326 sa_entry = xa_load(&ipsec->sadb, sa_handle); in mlx5e_ipsec_offload_handle_rx_skb()
A Dipsec_offload.c502 sa_entry = xa_load(&ipsec->sadb, be32_to_cpu(object->obj_id)); in mlx5e_ipsec_event()
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c115 uint8_t *sadb = NULL; in dm_helpers_parse_edid_caps() local
155 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps()
163 edid_caps->speaker_flags = sadb[0]; in dm_helpers_parse_edid_caps()
168 kfree(sadb); in dm_helpers_parse_edid_caps()
/drivers/gpu/drm/amd/amdgpu/
A Ddce_v8_0.c1253 u8 *sadb = NULL; in dce_v8_0_audio_write_speaker_allocation() local
1275 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector->edid, &sadb); in dce_v8_0_audio_write_speaker_allocation()
1288 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT); in dce_v8_0_audio_write_speaker_allocation()
1293 kfree(sadb); in dce_v8_0_audio_write_speaker_allocation()
A Ddce_v6_0.c1251 u8 *sadb = NULL; in dce_v6_0_audio_write_speaker_allocation() local
1269 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector->edid, &sadb); in dce_v6_0_audio_write_speaker_allocation()
1292 SPEAKER_ALLOCATION, sadb[0]); in dce_v6_0_audio_write_speaker_allocation()
1300 kfree(sadb); in dce_v6_0_audio_write_speaker_allocation()
A Ddce_v10_0.c1282 u8 *sadb = NULL; in dce_v10_0_audio_write_speaker_allocation() local
1302 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector->edid, &sadb); in dce_v10_0_audio_write_speaker_allocation()
1318 SPEAKER_ALLOCATION, sadb[0]); in dce_v10_0_audio_write_speaker_allocation()
1325 kfree(sadb); in dce_v10_0_audio_write_speaker_allocation()
A Ddce_v11_0.c1314 u8 *sadb = NULL; in dce_v11_0_audio_write_speaker_allocation() local
1334 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector->edid, &sadb); in dce_v11_0_audio_write_speaker_allocation()
1350 SPEAKER_ALLOCATION, sadb[0]); in dce_v11_0_audio_write_speaker_allocation()
1357 kfree(sadb); in dce_v11_0_audio_write_speaker_allocation()
/drivers/gpu/drm/
A Ddrm_edid.c5800 u8 **sadb) in _drm_edid_to_speaker_allocation() argument
5810 *sadb = kmemdup(db->data, cea_db_payload_len(db), in _drm_edid_to_speaker_allocation()
5812 if (!*sadb) in _drm_edid_to_speaker_allocation()
5837 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation() argument
5842 sadb); in drm_edid_to_speaker_allocation()

Completed in 1384 milliseconds