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

12345678

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.c37 void ath11k_hal_tx_cmd_desc_setup(struct ath11k_base *ab, void *cmd, argument
80 ab->hw_params.hw_ops->tx_mesh_enable(ab, tcl_cmd);
83 void ath11k_hal_tx_set_dscp_tid_map(struct ath11k_base *ab, int id) argument
92 ctrl_reg_val = ath11k_hif_read32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
96 ath11k_hif_write32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
127 ath11k_hif_write32(ab, addr, *(u32 *)&hw_map_val[i]);
132 ctrl_reg_val = ath11k_hif_read32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
135 ath11k_hif_write32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
140 void ath11k_hal_tx_init_data_ring(struct ath11k_base *ab, struc argument
[all...]
H A Dreg.h34 void ath11k_reg_free(struct ath11k_base *ab);
37 ath11k_reg_build_regd(struct ath11k_base *ab,
45 int ath11k_reg_handle_chan_list(struct ath11k_base *ab,
H A Dreg.c56 ath11k_dbg(ar->ab, ATH11K_DBG_REG,
66 ath11k_warn(ar->ab, "Unexpected Regulatory event for this wiphy\n");
71 ath11k_dbg(ar->ab, ATH11K_DBG_REG,
77 ath11k_dbg(ar->ab, ATH11K_DBG_REG, "Country is already set\n");
85 if (ar->ab->hw_params.current_cc_support) {
90 ath11k_warn(ar->ab,
99 ath11k_warn(ar->ab,
122 ath11k_dbg(ar->ab, ATH11K_DBG_REG,
126 ath11k_dbg(ar->ab, ATH11K_DBG_REG,
136 ath11k_dbg(ar->ab, ATH11K_DBG_RE
246 struct ath11k_base *ab; local
547 ath11k_reg_update_weather_radar_band(struct ath11k_base *ab, struct ieee80211_regdomain *regd, struct cur_reg_rule *reg_rule, u8 *rule_idx, u32 flags, u16 max_bw) argument
643 ath11k_reg_build_regd(struct ath11k_base *ab, struct cur_regulatory_info *reg_info, bool intersect, enum wmi_vdev_type vdev_type, enum ieee80211_ap_reg_power power_type) argument
837 ath11k_reg_handle_chan_list(struct ath11k_base *ab, struct cur_regulatory_info *reg_info, enum ieee80211_ap_reg_power power_type) argument
1005 ath11k_reg_free(struct ath11k_base *ab) argument
[all...]
H A Dhw.h16 #define TARGET_NUM_VDEVS(ab) (ab->hw_params.num_vdevs)
18 #define TARGET_NUM_PEERS_PDEV(ab) (ab->hw_params.num_peers + TARGET_NUM_VDEVS(ab))
21 #define TARGET_NUM_PEERS_SINGLE(ab) (TARGET_NUM_PEERS_PDEV(ab))
24 #define TARGET_NUM_PEERS_DBS(ab) (2 * TARGET_NUM_PEERS_PDEV(ab))
27 #define TARGET_NUM_PEERS_DBS_SBS(ab) (
[all...]
H A Dahb.h42 static inline struct ath11k_ahb *ath11k_ahb_priv(struct ath11k_base *ab) argument
44 return (struct ath11k_ahb *)ab->drv_priv;
H A Dthermal.c45 ath11k_warn(ar->ab, "throttle state %ld is exceeding the limit %d\n",
82 ath11k_warn(ar->ab, "failed to read temperature %d\n", ret);
86 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags)) {
94 ath11k_warn(ar->ab, "failed to synchronize thermal read\n");
129 struct ath11k_base *ab = ar->ab; local
151 ath11k_warn(ab, "failed to send thermal mitigation duty cycle %u ret %d\n",
158 int ath11k_thermal_register(struct ath11k_base *ab) argument
166 if (test_bit(ATH11K_FLAG_REGISTERED, &ab->dev_flags))
169 for (i = 0; i < ab
215 ath11k_thermal_unregister(struct ath11k_base *ab) argument
[all...]
H A Dwow.c29 int ath11k_wow_enable(struct ath11k_base *ab) argument
31 struct ath11k *ar = ath11k_ab_to_ar(ab, 0);
34 clear_bit(ATH11K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags);
37 reinit_completion(&ab->htc_suspend);
41 ath11k_warn(ab, "failed to issue wow enable: %d\n", ret);
45 ret = wait_for_completion_timeout(&ab->htc_suspend, 3 * HZ);
47 ath11k_warn(ab,
52 if (test_bit(ATH11K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags))
56 ath11k_warn(ab, "htc suspend not complete, retrying (try %d)\n",
61 ath11k_warn(ab, "ht
66 ath11k_wow_wakeup(struct ath11k_base *ab) argument
[all...]
H A Dhal_tx.h66 void ath11k_hal_tx_cmd_desc_setup(struct ath11k_base *ab, void *cmd,
68 void ath11k_hal_tx_set_dscp_tid_map(struct ath11k_base *ab, int id);
69 int ath11k_hal_reo_cmd_send(struct ath11k_base *ab, struct hal_srng *srng,
72 void ath11k_hal_tx_init_data_ring(struct ath11k_base *ab,
H A Dmac.c587 ath11k_warn(ar->ab, "No VIF found for vdev %d\n", vdev_id);
594 struct ath11k_vif *ath11k_mac_get_arvif_by_vdev_id(struct ath11k_base *ab, argument
601 for (i = 0; i < ab->num_radios; i++) {
602 pdev = rcu_dereference(ab->pdevs_active[i]);
614 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id) argument
619 for (i = 0; i < ab->num_radios; i++) {
620 pdev = rcu_dereference(ab->pdevs_active[i]);
630 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id) argument
635 if (ab->hw_params.single_pdev_only) {
636 pdev = rcu_dereference(ab
656 ath11k_mac_get_vif_up(struct ath11k_base *ab) argument
685 struct ath11k_base *ab = ar->ab; local
719 struct ath11k_base *ab = ar->ab; local
879 struct ath11k_base *ab = ar->ab; local
1484 struct ath11k_base *ab = arvif->ar->ab; local
1591 struct ath11k_base *ab = ar->ab; local
4273 struct ath11k_base *ab = ar->ab; local
4316 struct ath11k_base *ab = ar->ab; local
5904 struct ath11k_base *ab = ar->ab; local
6101 struct ath11k_base *ab = ar->ab; local
6127 ath11k_mac_wait_reconfigure(struct ath11k_base *ab) argument
6151 struct ath11k_base *ab = ar->ab; local
6399 struct ath11k_base *ab = ar->ab; local
6443 ath11k_mac_vif_ap_active_any(struct ath11k_base *ab) argument
6545 ath11k_mac_11d_scan_stop_all(struct ath11k_base *ab) argument
6599 struct ath11k_base *ab = ar->ab; local
6870 struct ath11k_base *ab = ar->ab; local
7028 struct ath11k_base *ab = ar->ab; local
7052 struct ath11k_base *ab = ar->ab; local
7076 struct ath11k_base *ab = ar->ab; local
7290 struct ath11k_base *ab = ar->ab; local
7415 struct ath11k_base *ab = ar->ab; local
7443 struct ath11k_base *ab = ar->ab; local
7490 struct ath11k_base *ab = ar->ab; local
7684 struct ath11k_base *ab = ar->ab; local
7858 struct ath11k_base *ab = ar->ab; local
7988 struct ath11k_base *ab = ar->ab; local
8084 struct ath11k_base *ab = ar->ab; local
8851 struct ath11k_base *ab = ar->ab; local
9392 struct ath11k_base *ab = ar->ab; local
9426 struct ath11k_base *ab = ar->ab; local
9490 struct ath11k_base *ab = ar->ab; local
9584 struct ath11k_base *ab = ar->ab; local
9952 struct ath11k_base *ab = ar->ab; local
10081 ath11k_mac_unregister(struct ath11k_base *ab) argument
10101 struct ath11k_base *ab = ar->ab; local
10351 ath11k_mac_register(struct ath11k_base *ab) argument
10409 ath11k_mac_allocate(struct ath11k_base *ab) argument
10487 ath11k_mac_destroy(struct ath11k_base *ab) argument
[all...]
H A Ddebugfs.c107 struct ath11k_base *ab = ar->ab; local
123 ath11k_warn(ab, "empty vdev stats");
129 for (i = 0; i < ab->num_radios; i++) {
130 pdev = rcu_dereference(ab->pdevs_active[i]);
149 ath11k_warn(ab, "empty bcn stats");
170 struct ath11k_base *ab = ar->ab; local
190 ath11k_warn(ab, "could not request fw stats (%d)\n",
217 struct ath11k_base *ab local
249 struct ath11k_base *ab = ar->ab; local
495 struct ath11k_base *ab = file->private_data; local
619 struct ath11k_base *ab = ar->ab; local
712 ath11k_fill_bp_stats(struct ath11k_base *ab, struct ath11k_bp_stats *bp_stats, char *buf, int len, int size) argument
729 ath11k_debugfs_dump_soc_ring_bp_stats(struct ath11k_base *ab, char *buf, int size) argument
782 struct ath11k_base *ab = file->private_data; local
920 struct ath11k_base *ab = inode->i_private; local
947 struct ath11k_base *ab = file->f_inode->i_private; local
975 ath11k_debugfs_pdev_create(struct ath11k_base *ab) argument
993 ath11k_debugfs_pdev_destroy(struct ath11k_base *ab) argument
999 ath11k_debugfs_soc_create(struct ath11k_base *ab) argument
1036 ath11k_debugfs_soc_destroy(struct ath11k_base *ab) argument
1072 struct ath11k_base *ab = ar->ab; local
1594 struct ath11k_base *ab = ar->ab; local
1901 struct ath11k_base *ab = arvif->ar->ab; local
[all...]
H A Dmac.h137 void ath11k_mac_11d_scan_stop_all(struct ath11k_base *ab);
139 void ath11k_mac_destroy(struct ath11k_base *ab);
140 void ath11k_mac_unregister(struct ath11k_base *ab);
141 int ath11k_mac_register(struct ath11k_base *ab);
142 int ath11k_mac_allocate(struct ath11k_base *ab);
154 struct ath11k_vif *ath11k_mac_get_arvif_by_vdev_id(struct ath11k_base *ab,
158 struct ath11k_vif *ath11k_mac_get_vif_up(struct ath11k_base *ab);
160 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id);
161 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
H A Dspectral.c228 ath11k_warn(ar->ab, "failed to enable spectral scan: %d\n", ret);
262 ath11k_warn(ar->ab, "failed to configure spectral scan: %d\n", ret);
323 ath11k_warn(ar->ab, "failed to reconfigure spectral scan: %d\n",
330 ath11k_warn(ar->ab, "failed to trigger spectral scan: %d\n",
443 val > ar->ab->hw_params.spectral.max_fft_bins)
573 struct ath11k_base *ab = ar->ab; local
586 if (!ab->hw_params.spectral.fft_sz) {
587 ath11k_warn(ab, "invalid bin size type for hw rev %d\n",
588 ab
697 struct ath11k_base *ab = ar->ab; local
900 ath11k_spectral_deinit(struct ath11k_base *ab) argument
981 ath11k_spectral_init(struct ath11k_base *ab) argument
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c97 static void *element_at(struct dm_array_info *info, struct array_block *ab, argument
100 unsigned char *entry = (unsigned char *) (ab + 1);
111 static void on_entries(struct dm_array_info *info, struct array_block *ab, argument
114 unsigned int nr_entries = le32_to_cpu(ab->nr_entries);
116 fn(info->value_type.context, element_at(info, ab, 0), nr_entries);
122 static void inc_ablock_entries(struct dm_array_info *info, struct array_block *ab) argument
127 on_entries(info, ab, vt->inc);
133 static void dec_ablock_entries(struct dm_array_info *info, struct array_block *ab) argument
138 on_entries(info, ab, vt->dec);
154 struct dm_block **block, struct array_block **ab)
152 alloc_ablock(struct dm_array_info *info, size_t size_of_block, uint32_t max_entries, struct dm_block **block, struct array_block **ab) argument
175 fill_ablock(struct dm_array_info *info, struct array_block *ab, const void *value, unsigned int new_nr) argument
198 trim_ablock(struct dm_array_info *info, struct array_block *ab, unsigned int new_nr) argument
218 get_ablock(struct dm_array_info *info, dm_block_t b, struct dm_block **block, struct array_block **ab) argument
251 lookup_ablock(struct dm_array_info *info, dm_block_t root, unsigned int index, struct dm_block **block, struct array_block **ab) argument
280 __shadow_ablock(struct dm_array_info *info, dm_block_t b, struct dm_block **block, struct array_block **ab) argument
325 shadow_ablock(struct dm_array_info *info, dm_block_t *root, unsigned int index, struct dm_block **block, struct array_block **ab) argument
356 struct array_block *ab; local
469 struct array_block *ab; local
508 struct array_block *ab; local
592 struct array_block *ab; local
707 populate_ablock_with_values(struct dm_array_info *info, struct array_block *ab, value_fn fn, void *context, unsigned int base, unsigned int new_nr) argument
736 struct array_block *ab; local
783 struct array_block *ab; local
811 struct array_block *ab; local
874 struct array_block *ab; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.c2019 static void ath12k_host_cap_parse_mlo(struct ath12k_base *ab, argument
2026 if (!(ab->mlo_capable_flags & ATH12K_INTRA_DEVICE_MLO_SUPPORT)) {
2027 ath12k_dbg(ab, ATH12K_DBG_QMI,
2032 if (!ab->qmi.num_radios || ab->qmi.num_radios == U8_MAX) {
2033 ab->mlo_capable_flags = 0;
2035 ath12k_dbg(ab, ATH12K_DBG_QMI,
2037 ab->qmi.num_radios);
2051 req->max_mlo_peer = ab->hw_params->max_mlo_peer;
2057 info->num_local_links = ab
2069 ath12k_qmi_host_cap_send(struct ath12k_base *ab) argument
2146 ath12k_qmi_phy_cap_send(struct ath12k_base *ab) argument
2208 ath12k_qmi_fw_ind_register_send(struct ath12k_base *ab) argument
2278 ath12k_qmi_respond_fw_mem_request(struct ath12k_base *ab) argument
2353 ath12k_qmi_free_target_mem_chunk(struct ath12k_base *ab) argument
2369 ath12k_qmi_alloc_target_mem_chunk(struct ath12k_base *ab) argument
2436 ath12k_qmi_request_target_cap(struct ath12k_base *ab) argument
2534 ath12k_qmi_load_file_target_mem(struct ath12k_base *ab, const u8 *data, u32 len, u8 type) argument
2622 ath12k_qmi_load_bdf_qmi(struct ath12k_base *ab, enum ath12k_qmi_bdf_type type) argument
2720 ath12k_qmi_m3_free(struct ath12k_base *ab) argument
2733 ath12k_qmi_m3_load(struct ath12k_base *ab) argument
2794 ath12k_qmi_wlanfw_m3_info_send(struct ath12k_base *ab) argument
2843 ath12k_qmi_wlanfw_mode_send(struct ath12k_base *ab, u32 mode) argument
2893 ath12k_qmi_wlanfw_wlan_cfg_send(struct ath12k_base *ab) argument
2979 ath12k_qmi_wlanfw_wlan_ini_send(struct ath12k_base *ab) argument
3022 ath12k_qmi_firmware_stop(struct ath12k_base *ab) argument
3033 ath12k_qmi_firmware_start(struct ath12k_base *ab, u32 mode) argument
3084 struct ath12k_base *ab = qmi->ab; local
3106 struct ath12k_base *ab = qmi->ab; local
3120 struct ath12k_base *ab = qmi->ab; local
3162 struct ath12k_base *ab = qmi->ab; local
3198 struct ath12k_base *ab = qmi->ab; local
3210 struct ath12k_base *ab = qmi->ab; local
3247 struct ath12k_base *ab = qmi->ab; local
3272 struct ath12k_base *ab = qmi->ab; local
3288 struct ath12k_base *ab = qmi->ab; local
3349 ath12k_qmi_init_service(struct ath12k_base *ab) argument
3387 ath12k_qmi_deinit_service(struct ath12k_base *ab) argument
3396 ath12k_qmi_free_resource(struct ath12k_base *ab) argument
[all...]
H A Dhal_rx.c220 int ath12k_hal_reo_cmd_send(struct ath12k_base *ab, struct hal_srng *srng, argument
229 ath12k_hal_srng_access_begin(ab, srng);
230 reo_desc = ath12k_hal_srng_src_get_next_entry(ab, srng);
241 ret = ath12k_hal_reo_cmd_flush_cache(&ab->hal, reo_desc, cmd);
249 ath12k_warn(ab, "Unsupported reo command %d\n", type);
253 ath12k_warn(ab, "Unknown reo command %d\n", type);
259 ath12k_hal_srng_access_end(ab, srng);
317 int ath12k_hal_desc_reo_parse_err(struct ath12k_base *ab, argument
329 ab->soc_stats.reo_error[err_code]++;
333 ath12k_warn(ab, "expecte
350 ath12k_hal_wbm_desc_parse_err(struct ath12k_base *ab, void *desc, struct hal_rx_wbm_rel_info *rel_info) argument
438 ath12k_hal_rx_reo_ent_paddr_get(struct ath12k_base *ab, struct ath12k_buffer_addr *buff_addr, dma_addr_t *paddr, u32 *cookie) argument
449 ath12k_hal_rx_msdu_link_desc_set(struct ath12k_base *ab, struct hal_wbm_release_ring *dst_desc, struct hal_wbm_release_ring *src_desc, enum hal_wbm_rel_bm_act action) argument
462 ath12k_hal_reo_status_queue_stats(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
525 ath12k_hal_reo_flush_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
542 ath12k_hal_reo_flush_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
583 ath12k_hal_reo_unblk_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
610 ath12k_hal_reo_flush_timeout_list_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
639 ath12k_hal_reo_desc_thresh_reached_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
674 ath12k_hal_reo_update_rx_reo_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
794 ath12k_hal_reo_init_cmd_ring(struct ath12k_base *ab, struct hal_srng *srng) argument
819 ath12k_hal_reo_hw_setup(struct ath12k_base *ab, u32 ring_hash_map) argument
[all...]
H A Dhal_tx.c32 void ath12k_hal_tx_cmd_desc_setup(struct ath12k_base *ab, argument
69 void ath12k_hal_tx_set_dscp_tid_map(struct ath12k_base *ab, int id) argument
77 ctrl_reg_val = ath12k_hif_read32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
81 ath12k_hif_write32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
127 ath12k_hif_write32(ab, addr, *(u32 *)&hw_map_val[i]);
132 ctrl_reg_val = ath12k_hif_read32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
135 ath12k_hif_write32(ab, HAL_SEQ_WCSS_UMAC_TCL_REG +
140 void ath12k_hal_tx_configure_bank_register(struct ath12k_base *ab, u32 bank_config, argument
143 ath12k_hif_write32(ab, HAL_TCL_SW_CONFIG_BANK_ADDR + 4 * bank_id,
H A Dreg.c55 ath12k_dbg(ar->ab, ATH12K_DBG_REG,
65 ath12k_warn(ar->ab, "Unexpected Regulatory event for this wiphy\n");
70 ath12k_dbg(ar->ab, ATH12K_DBG_REG,
76 ath12k_dbg(ar->ab, ATH12K_DBG_REG, "Country is already set\n");
95 ath12k_warn(ar->ab,
175 ath12k_dbg(ar->ab, ATH12K_DBG_WMI,
213 struct ath12k_base *ab; local
216 ab = ar->ab;
239 spin_lock_bh(&ab
537 ath12k_reg_update_weather_radar_band(struct ath12k_base *ab, struct ieee80211_regdomain *regd, struct ath12k_reg_rule *reg_rule, u8 *rule_idx, u32 flags, u16 max_bw) argument
614 ath12k_reg_build_regd(struct ath12k_base *ab, struct ath12k_reg_info *reg_info, bool intersect) argument
775 ath12k_reg_free(struct ath12k_base *ab) argument
[all...]
H A Dmhi.h41 void ath12k_mhi_set_mhictrl_reset(struct ath12k_base *ab);
42 void ath12k_mhi_clear_vector(struct ath12k_base *ab);
H A Dmac.c556 ath12k_warn(ar->ab, "No VIF found for vdev %d\n", vdev_id);
563 struct ath12k_vif *ath12k_mac_get_arvif_by_vdev_id(struct ath12k_base *ab, argument
570 for (i = 0; i < ab->num_radios; i++) {
571 pdev = rcu_dereference(ab->pdevs_active[i]);
583 struct ath12k *ath12k_mac_get_ar_by_vdev_id(struct ath12k_base *ab, u32 vdev_id) argument
588 for (i = 0; i < ab->num_radios; i++) {
589 pdev = rcu_dereference(ab->pdevs_active[i]);
599 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id) argument
604 if (ab->hw_params->single_pdev_only) {
605 pdev = rcu_dereference(ab
671 struct ath12k_base *ab = ar->ab; local
831 struct ath12k_base *ab = ar->ab; local
1295 struct ath12k_base *ab = ar->ab; local
3574 struct ath12k_base *ab = ar->ab; local
3616 struct ath12k_base *ab = ar->ab; local
4127 struct ath12k_base *ab = ar->ab; local
4537 struct ath12k_base *ab = ar->ab; local
5343 struct ath12k_base *ab = ar->ab; local
5365 struct ath12k_base *ab = ar->ab; local
5381 struct ath12k_base *ab = ar->ab; local
5593 ath12k_mac_wait_reconfigure(struct ath12k_base *ab) argument
5617 struct ath12k_base *ab = ar->ab; local
5772 struct ath12k_base *ab = ar->ab; local
5875 struct ath12k_base *ab = arvif->ar->ab; local
5961 struct ath12k_base *ab = ar->ab; local
5992 struct ath12k_base *ab = ar->ab; local
6045 struct ath12k_base *ab = ar->ab; local
6257 struct ath12k_base *ab = ar->ab; local
6297 struct ath12k_base *ab; local
6444 struct ath12k_base *ab = ar->ab; local
6508 struct ath12k_base *ab; local
6697 struct ath12k_base *ab; local
6727 struct ath12k_base *ab; local
6820 struct ath12k_base *ab = ar->ab; local
7048 struct ath12k_base *ab = ar->ab; local
7189 struct ath12k_base *ab; local
7223 struct ath12k_base *ab = ar->ab; local
7259 struct ath12k_base *ab; local
7349 struct ath12k_base *ab; local
7921 struct ath12k_base *ab; local
8590 struct ath12k_base *ab = ar->ab; local
8809 struct ath12k_base *ab = ar->ab; local
8848 ath12k_mac_register(struct ath12k_base *ab) argument
8883 ath12k_mac_unregister(struct ath12k_base *ab) argument
8902 ath12k_mac_hw_allocate(struct ath12k_base *ab, struct ath12k_pdev_map *pdev_map, u8 num_pdev_map) argument
8941 ath12k_mac_destroy(struct ath12k_base *ab) argument
8963 ath12k_mac_allocate(struct ath12k_base *ab) argument
[all...]
/linux-master/security/apparmor/
H A Dipc.c49 * @ab: audit_buffer (NOT NULL)
52 static void audit_signal_cb(struct audit_buffer *ab, void *va) argument
58 audit_log_format(ab, " requested_mask=\"%s\"",
61 audit_log_format(ab, " denied_mask=\"%s\"",
66 audit_log_format(ab, "signal=unknown(%d)",
69 audit_log_format(ab, " signal=%s", sig_names[ad->signal]);
71 audit_log_format(ab, " signal=rtmin+%d",
73 audit_log_format(ab, " peer=");
74 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer,
H A Dmount.c27 static void audit_mnt_flags(struct audit_buffer *ab, unsigned long flags) argument
30 audit_log_format(ab, "ro");
32 audit_log_format(ab, "rw");
34 audit_log_format(ab, ", nosuid");
36 audit_log_format(ab, ", nodev");
38 audit_log_format(ab, ", noexec");
40 audit_log_format(ab, ", sync");
42 audit_log_format(ab, ", remount");
44 audit_log_format(ab, ", mand");
46 audit_log_format(ab, ", dirsyn
86 audit_cb(struct audit_buffer *ab, void *va) argument
[all...]
/linux-master/kernel/
H A Dauditsc.c1097 struct audit_buffer *ab; local
1102 ab = audit_log_start(context, GFP_KERNEL, AUDIT_OBJ_PID);
1103 if (!ab)
1106 audit_log_format(ab, "opid=%d oauid=%d ouid=%d oses=%d", pid,
1111 audit_log_format(ab, " obj=(none)");
1114 audit_log_format(ab, " obj=%s", ctx);
1118 audit_log_format(ab, " ocomm=");
1119 audit_log_untrustedstring(ab, comm);
1120 audit_log_end(ab);
1126 struct audit_buffer **ab)
1125 audit_log_execve_info(struct audit_context *context, struct audit_buffer **ab) argument
1299 audit_log_cap(struct audit_buffer *ab, char *prefix, kernel_cap_t *cap) argument
1309 audit_log_fcaps(struct audit_buffer *ab, struct audit_names *name) argument
1322 audit_log_time(struct audit_context *context, struct audit_buffer **ab) argument
1371 struct audit_buffer *ab; local
1516 struct audit_buffer *ab; local
1606 struct audit_buffer *ab; local
1646 struct audit_buffer *ab; local
1682 struct audit_buffer *ab; local
2927 struct audit_buffer *ab; local
2944 audit_log_task(struct audit_buffer *ab) argument
2975 struct audit_buffer *ab; local
3005 struct audit_buffer *ab; local
3020 struct audit_buffer *ab; local
[all...]
H A Daudit_fsnotify.c117 struct audit_buffer *ab; local
122 ab = audit_log_start(audit_context(), GFP_NOFS, AUDIT_CONFIG_CHANGE);
123 if (unlikely(!ab))
125 audit_log_session_info(ab);
126 audit_log_format(ab, " op=%s path=", op);
127 audit_log_untrustedstring(ab, audit_mark->path);
128 audit_log_key(ab, rule->filterkey);
129 audit_log_format(ab, " list=%d res=1", rule->listnr);
130 audit_log_end(ab);
/linux-master/arch/arc/lib/
H A Dstrcpy-700.S35 st.ab r4,[r10,4]
42 st.ab r3,[r10,4]
56 stb.ab r1,[r10,1]
61 ldb.ab r3,[r1,1]
65 stb.ab r3,[r10,1]
H A Dmemset.S26 stb.ab r1,[r4,1]
28 stw.ab r1,[r4,2]
35 st.ab r1,[r4,4]
43 stb.ab r1,[r4,1]

Completed in 344 milliseconds

12345678