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

/linux-master/drivers/gpu/drm/radeon/
H A Ddce6_afmt.h40 u8 *sadb, int sad_count);
42 u8 *sadb, int sad_count);
H A Devergreen_hdmi.h53 u8 *sadb, int sad_count);
55 u8 *sadb, int sad_count);
H A Dradeon_audio.h53 u8 *sadb, int sad_count);
87 u8 *sadb, int sad_count);
89 u8 *sadb, int sad_count);
H A Ddce3_1_afmt.c32 u8 *sadb, int sad_count)
43 tmp |= SPEAKER_ALLOCATION(sadb[0]);
50 u8 *sadb, int sad_count)
61 tmp |= SPEAKER_ALLOCATION(sadb[0]);
31 dce3_2_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, u8 *sadb, int sad_count) argument
49 dce3_2_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, u8 *sadb, int sad_count) argument
H A Ddce6_afmt.c155 u8 *sadb, int sad_count)
172 tmp |= SPEAKER_ALLOCATION(sadb[0]);
180 u8 *sadb, int sad_count)
197 tmp |= SPEAKER_ALLOCATION(sadb[0]);
154 dce6_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, u8 *sadb, int sad_count) argument
179 dce6_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, u8 *sadb, int sad_count) argument
H A Devergreen_hdmi.c122 u8 *sadb, int sad_count)
133 tmp |= SPEAKER_ALLOCATION(sadb[0]);
140 u8 *sadb, int sad_count)
151 tmp |= SPEAKER_ALLOCATION(sadb[0]);
121 dce4_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, u8 *sadb, int sad_count) argument
139 dce4_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, u8 *sadb, int sad_count) argument
H A Dradeon_audio.c330 u8 *sadb = NULL; local
337 &sadb);
345 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count);
347 kfree(sadb);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c101 uint8_t *sadb = NULL; local
141 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb);
149 edid_caps->speaker_flags = sadb[0];
154 kfree(sadb);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h228 struct xarray sadb; member in struct:mlx5e_ipsec
H A Dipsec.c753 err = xa_insert_bh(&ipsec->sadb, sa_entry->ipsec_obj_id, sa_entry,
766 xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id,
801 old = xa_erase_bh(&ipsec->sadb, sa_entry->ipsec_obj_id);
852 xa_for_each_marked(&ipsec->sadb, idx, sa_entry, MLX5E_IPSEC_TUNNEL_SA) {
890 xa_init_flags(&ipsec->sadb, XA_FLAGS_ALLOC);
H A Dipsec_rxtx.c326 sa_entry = xa_load(&ipsec->sadb, sa_handle);
H A Dipsec_offload.c496 sa_entry = xa_load(&ipsec->sadb, be32_to_cpu(object->obj_id));
/linux-master/include/drm/
H A Ddrm_edid.h326 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c1314 u8 *sadb = NULL; local
1334 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb);
1350 SPEAKER_ALLOCATION, sadb[0]);
1357 kfree(sadb);
H A Ddce_v10_0.c1282 u8 *sadb = NULL; local
1302 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb);
1318 SPEAKER_ALLOCATION, sadb[0]);
1325 kfree(sadb);
H A Ddce_v8_0.c1253 u8 *sadb = NULL; local
1275 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb);
1288 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT);
1293 kfree(sadb);
H A Ddce_v6_0.c1202 u8 *sadb = NULL; local
1220 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb);
1243 SPEAKER_ALLOCATION, sadb[0]);
1251 kfree(sadb);
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c5670 u8 **sadb)
5680 *sadb = kmemdup(db->data, cea_db_payload_len(db),
5682 if (!*sadb)
5698 * @sadb: pointer to the speaker block
5707 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb) argument
5712 sadb);
5669 _drm_edid_to_speaker_allocation(const struct drm_edid *drm_edid, u8 **sadb) argument

Completed in 236 milliseconds