Searched refs:ab (Results 176 - 185 of 185) sorted by relevance

12345678

/linux-master/sound/soc/qcom/qdsp6/
H A Daudioreach.c1363 struct audio_buffer *ab; local
1365 ab = &data->buf[i];
1366 mregions->shm_addr_lsw = lower_32_bits(ab->phys);
1367 mregions->shm_addr_msw = upper_32_bits(ab->phys);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c221 int ab = sc_mem_pool_config[i].absolute_blocks; local
229 } else if (ab >= 0) { /* absolute blocks valid */
230 ab_total += ab;
240 mem_pool_info[i].blocks = ab;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5775 struct ath11k_base *ab; member in struct:ath11k_wmi_base
6349 const void **ath11k_wmi_tlv_parse_alloc(struct ath11k_base *ab,
6374 int ath11k_wmi_wait_for_unified_ready(struct ath11k_base *ab);
6375 int ath11k_wmi_cmd_init(struct ath11k_base *ab);
6376 int ath11k_wmi_wait_for_service_ready(struct ath11k_base *ab);
6377 int ath11k_wmi_connect(struct ath11k_base *ab);
6378 int ath11k_wmi_pdev_attach(struct ath11k_base *ab,
6380 int ath11k_wmi_attach(struct ath11k_base *ab);
6381 void ath11k_wmi_detach(struct ath11k_base *ab);
6458 int ath11k_wmi_pull_fw_stats(struct ath11k_base *ab, struc
[all...]
H A Ddebugfs_htt_stats.c4164 static int ath11k_dbg_htt_ext_stats_parse(struct ath11k_base *ab, argument
4552 void ath11k_debugfs_htt_ext_stats_handler(struct ath11k_base *ab, argument
4568 ath11k_warn(ab, "received invalid htt ext stats event\n");
4574 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id);
4577 ath11k_warn(ab, "failed to get ar for pdev_id %d\n", pdev_id);
4594 ret = ath11k_dp_htt_tlv_iter(ab, msg->data, len,
4598 ath11k_warn(ab, "Failed to parse tlv %d\n", ret);
4728 ath11k_warn(ar->ab, "failed to set htt stats cfg params: %d\n", ret);
4734 ath11k_warn(ar->ab, "failed to send htt stats request: %d\n", ret);
4743 ath11k_warn(ar->ab, "stat
[all...]
H A Ddebugfs_htt_stats.h2023 void ath11k_debugfs_htt_ext_stats_handler(struct ath11k_base *ab,
2033 static inline void ath11k_debugfs_htt_ext_stats_handler(struct ath11k_base *ab, argument
/linux-master/security/selinux/
H A Dhooks.c3224 struct audit_buffer *ab; local
3239 ab = audit_log_start(audit_context(),
3241 if (!ab)
3243 audit_log_format(ab, "op=setxattr invalid_context=");
3244 audit_log_n_untrustedstring(ab, value, audit_size);
3245 audit_log_end(ab);
6443 struct audit_buffer *ab; local
6453 ab = audit_log_start(audit_context(),
6456 if (!ab)
6458 audit_log_format(ab, "o
[all...]
/linux-master/tools/perf/util/
H A Ddisasm.c190 const struct arch *ab = b; local
192 return strcmp(aa->name, ab->name);
/linux-master/kernel/bpf/
H A Dsyscall.c2188 struct audit_buffer *ab; local
2196 ab = audit_log_start(ctx, GFP_ATOMIC, AUDIT_BPF);
2197 if (unlikely(!ab))
2199 audit_log_format(ab, "prog-id=%u op=%s",
2201 audit_log_end(ab);
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-emev2.c1363 SH_PFC_FUNCTION(ab),
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw.h1537 struct lpfc_fdmi_attr_block ab; member in struct:lpfc_fdmi_reg_hbaattr
1545 struct lpfc_fdmi_attr_block ab; member in struct:lpfc_fdmi_reg_portattr

Completed in 285 milliseconds

12345678