Home
last modified time | relevance | path

Searched defs:ab (Results 1 – 25 of 50) sorted by relevance

12

/drivers/net/wireless/ath/ath11k/
Dhal.c246 static int ath11k_hal_alloc_cont_rdp(struct ath11k_base *ab) in ath11k_hal_alloc_cont_rdp()
260 static void ath11k_hal_free_cont_rdp(struct ath11k_base *ab) in ath11k_hal_free_cont_rdp()
274 static int ath11k_hal_alloc_cont_wrp(struct ath11k_base *ab) in ath11k_hal_alloc_cont_wrp()
288 static void ath11k_hal_free_cont_wrp(struct ath11k_base *ab) in ath11k_hal_free_cont_wrp()
302 static void ath11k_hal_ce_dst_setup(struct ath11k_base *ab, in ath11k_hal_ce_dst_setup()
320 static void ath11k_hal_srng_dst_hw_init(struct ath11k_base *ab, in ath11k_hal_srng_dst_hw_init()
399 static void ath11k_hal_srng_src_hw_init(struct ath11k_base *ab, in ath11k_hal_srng_src_hw_init()
498 static void ath11k_hal_srng_hw_init(struct ath11k_base *ab, in ath11k_hal_srng_hw_init()
507 static int ath11k_hal_srng_get_ring_id(struct ath11k_base *ab, in ath11k_hal_srng_get_ring_id()
529 int ath11k_hal_srng_get_entrysize(struct ath11k_base *ab, u32 ring_type) in ath11k_hal_srng_get_entrysize()
[all …]
Dcore.c144 static int ath11k_core_create_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_board_name()
158 const struct firmware *ath11k_core_firmware_request(struct ath11k_base *ab, in ath11k_core_firmware_request()
180 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf()
188 static int ath11k_core_parse_bd_ie_board(struct ath11k_base *ab, in ath11k_core_parse_bd_ie_board()
269 static int ath11k_core_fetch_board_data_api_n(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_n()
375 static int ath11k_core_fetch_board_data_api_1(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_1()
389 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf()
418 static void ath11k_core_stop(struct ath11k_base *ab) in ath11k_core_stop()
430 static int ath11k_core_soc_create(struct ath11k_base *ab) in ath11k_core_soc_create()
461 static void ath11k_core_soc_destroy(struct ath11k_base *ab) in ath11k_core_soc_destroy()
[all …]
Dpci.c120 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_select_window() local
133 void ath11k_pci_write32(struct ath11k_base *ab, u32 offset, u32 value) in ath11k_pci_write32()
158 u32 ath11k_pci_read32(struct ath11k_base *ab, u32 offset) in ath11k_pci_read32()
186 static void ath11k_pci_soc_global_reset(struct ath11k_base *ab) in ath11k_pci_soc_global_reset()
212 static void ath11k_pci_clear_dbg_registers(struct ath11k_base *ab) in ath11k_pci_clear_dbg_registers()
242 static void ath11k_pci_force_wake(struct ath11k_base *ab) in ath11k_pci_force_wake()
248 static void ath11k_pci_sw_reset(struct ath11k_base *ab) in ath11k_pci_sw_reset()
264 static void ath11k_pci_get_msi_address(struct ath11k_base *ab, u32 *msi_addr_lo, in ath11k_pci_get_msi_address()
280 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_get_user_msi_assignment() local
303 static int ath11k_get_user_msi_assignment(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_assignment()
[all …]
Dahb.c137 static inline u32 ath11k_ahb_read32(struct ath11k_base *ab, u32 offset) in ath11k_ahb_read32()
142 static inline void ath11k_ahb_write32(struct ath11k_base *ab, u32 offset, u32 value) in ath11k_ahb_write32()
147 static void ath11k_ahb_kill_tasklets(struct ath11k_base *ab) in ath11k_ahb_kill_tasklets()
169 static void __ath11k_ahb_ext_irq_disable(struct ath11k_base *ab) in __ath11k_ahb_ext_irq_disable()
194 static void ath11k_ahb_setbit32(struct ath11k_base *ab, u8 bit, u32 offset) in ath11k_ahb_setbit32()
202 static void ath11k_ahb_clearbit32(struct ath11k_base *ab, u8 bit, u32 offset) in ath11k_ahb_clearbit32()
210 static void ath11k_ahb_ce_irq_enable(struct ath11k_base *ab, u16 ce_id) in ath11k_ahb_ce_irq_enable()
225 static void ath11k_ahb_ce_irq_disable(struct ath11k_base *ab, u16 ce_id) in ath11k_ahb_ce_irq_disable()
240 static void ath11k_ahb_sync_ce_irqs(struct ath11k_base *ab) in ath11k_ahb_sync_ce_irqs()
254 static void ath11k_ahb_sync_ext_irqs(struct ath11k_base *ab) in ath11k_ahb_sync_ext_irqs()
[all …]
Dce.c198 static void ath11k_ce_stop_shadow_timers(struct ath11k_base *ab) in ath11k_ce_stop_shadow_timers()
213 struct ath11k_base *ab = pipe->ab; in ath11k_ce_rx_buf_enqueue_pipe() local
261 struct ath11k_base *ab = pipe->ab; in ath11k_ce_rx_post_pipe() local
311 struct ath11k_base *ab = pipe->ab; in ath11k_ce_completed_recv_next() local
360 struct ath11k_base *ab = pipe->ab; in ath11k_ce_recv_process_cb() local
400 struct ath11k_base *ab = pipe->ab; in ath11k_ce_completed_send_next() local
441 struct ath11k_base *ab = pipe->ab; in ath11k_ce_send_done_cb() local
454 static void ath11k_ce_srng_msi_ring_params_setup(struct ath11k_base *ab, u32 ce_id, in ath11k_ce_srng_msi_ring_params_setup()
479 static int ath11k_ce_init_ring(struct ath11k_base *ab, in ath11k_ce_init_ring()
538 ath11k_ce_alloc_ring(struct ath11k_base *ab, int nentries, int desc_sz) in ath11k_ce_alloc_ring()
[all …]
Dqmi.c1507 static int ath11k_qmi_host_cap_send(struct ath11k_base *ab) in ath11k_qmi_host_cap_send()
1582 static int ath11k_qmi_fw_ind_register_send(struct ath11k_base *ab) in ath11k_qmi_fw_ind_register_send()
1651 static int ath11k_qmi_respond_fw_mem_request(struct ath11k_base *ab) in ath11k_qmi_respond_fw_mem_request()
1724 static void ath11k_qmi_free_target_mem_chunk(struct ath11k_base *ab) in ath11k_qmi_free_target_mem_chunk()
1743 static int ath11k_qmi_alloc_target_mem_chunk(struct ath11k_base *ab) in ath11k_qmi_alloc_target_mem_chunk()
1776 static int ath11k_qmi_assign_target_mem_chunk(struct ath11k_base *ab) in ath11k_qmi_assign_target_mem_chunk()
1812 static int ath11k_qmi_request_target_cap(struct ath11k_base *ab) in ath11k_qmi_request_target_cap()
1888 ath11k_qmi_prepare_bdf_download(struct ath11k_base *ab, int type, in ath11k_qmi_prepare_bdf_download()
1936 static int ath11k_qmi_load_bdf_fixed_addr(struct ath11k_base *ab) in ath11k_qmi_load_bdf_fixed_addr()
2008 static int ath11k_qmi_load_bdf_qmi(struct ath11k_base *ab) in ath11k_qmi_load_bdf_qmi()
[all …]
Ddp.c15 static void ath11k_dp_htt_htc_tx_complete(struct ath11k_base *ab, in ath11k_dp_htt_htc_tx_complete()
23 struct ath11k_base *ab = ar->ab; in ath11k_dp_peer_cleanup() local
44 struct ath11k_base *ab = ar->ab; in ath11k_dp_peer_setup() local
99 void ath11k_dp_srng_cleanup(struct ath11k_base *ab, struct dp_srng *ring) in ath11k_dp_srng_cleanup()
124 static int ath11k_dp_srng_calculate_msi_group(struct ath11k_base *ab, in ath11k_dp_srng_calculate_msi_group()
177 static void ath11k_dp_srng_msi_setup(struct ath11k_base *ab, in ath11k_dp_srng_msi_setup()
217 int ath11k_dp_srng_setup(struct ath11k_base *ab, struct dp_srng *ring, in ath11k_dp_srng_setup()
307 static void ath11k_dp_stop_shadow_timers(struct ath11k_base *ab) in ath11k_dp_stop_shadow_timers()
320 static void ath11k_dp_srng_common_cleanup(struct ath11k_base *ab) in ath11k_dp_srng_common_cleanup()
340 static int ath11k_dp_srng_common_setup(struct ath11k_base *ab) in ath11k_dp_srng_common_setup()
[all …]
Dmhi.c110 void ath11k_mhi_set_mhictrl_reset(struct ath11k_base *ab) in ath11k_mhi_set_mhictrl_reset()
127 static void ath11k_mhi_reset_txvecdb(struct ath11k_base *ab) in ath11k_mhi_reset_txvecdb()
132 static void ath11k_mhi_reset_txvecstatus(struct ath11k_base *ab) in ath11k_mhi_reset_txvecstatus()
137 static void ath11k_mhi_reset_rxvecdb(struct ath11k_base *ab) in ath11k_mhi_reset_rxvecdb()
142 static void ath11k_mhi_reset_rxvecstatus(struct ath11k_base *ab) in ath11k_mhi_reset_rxvecstatus()
147 void ath11k_mhi_clear_vector(struct ath11k_base *ab) in ath11k_mhi_clear_vector()
157 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_get_msi() local
217 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_register() local
299 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_set_state_bit() local
337 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_check_state_bit() local
[all …]
Dhal.h53 #define HAL_TCL1_RING_BASE_LSB(ab) ab->hw_params.regs->hal_tcl1_ring_base_lsb argument
54 #define HAL_TCL1_RING_BASE_MSB(ab) ab->hw_params.regs->hal_tcl1_ring_base_msb argument
55 #define HAL_TCL1_RING_ID(ab) ab->hw_params.regs->hal_tcl1_ring_id argument
56 #define HAL_TCL1_RING_MISC(ab) ab->hw_params.regs->hal_tcl1_ring_misc argument
57 #define HAL_TCL1_RING_TP_ADDR_LSB(ab) \ argument
59 #define HAL_TCL1_RING_TP_ADDR_MSB(ab) \ argument
61 #define HAL_TCL1_RING_CONSUMER_INT_SETUP_IX0(ab) \ argument
63 #define HAL_TCL1_RING_CONSUMER_INT_SETUP_IX1(ab) \ argument
65 #define HAL_TCL1_RING_MSI1_BASE_LSB(ab) \ argument
67 #define HAL_TCL1_RING_MSI1_BASE_MSB(ab) \ argument
[all …]
Ddp_tx.c17 struct ath11k_base *ab = arvif->ar->ab; in ath11k_dp_tx_get_encap_type() local
83 struct ath11k_base *ab = ar->ab; in ath11k_dp_tx() local
282 static void ath11k_dp_tx_free_txbuf(struct ath11k_base *ab, u8 mac_id, in ath11k_dp_tx_free_txbuf()
313 ath11k_dp_tx_htt_tx_complete_buf(struct ath11k_base *ab, in ath11k_dp_tx_htt_tx_complete_buf()
361 ath11k_dp_tx_process_htt_tx_complete(struct ath11k_base *ab, in ath11k_dp_tx_process_htt_tx_complete()
419 struct ath11k_base *ab = ar->ab; in ath11k_dp_tx_complete_msdu() local
496 static inline void ath11k_dp_tx_status_parse(struct ath11k_base *ab, in ath11k_dp_tx_status_parse()
527 void ath11k_dp_tx_completion_handler(struct ath11k_base *ab, int ring_id) in ath11k_dp_tx_completion_handler()
605 int ath11k_dp_tx_send_reo_cmd(struct ath11k_base *ab, struct dp_rx_tid *rx_tid, in ath11k_dp_tx_send_reo_cmd()
651 ath11k_dp_tx_get_ring_id_type(struct ath11k_base *ab, in ath11k_dp_tx_get_ring_id_type()
[all …]
Dhtc.c11 struct sk_buff *ath11k_htc_alloc_skb(struct ath11k_base *ab, int size) in ath11k_htc_alloc_skb()
28 static void ath11k_htc_control_tx_complete(struct ath11k_base *ab, in ath11k_htc_control_tx_complete()
34 static struct sk_buff *ath11k_htc_build_tx_ctrl_skb(void *ab) in ath11k_htc_build_tx_ctrl_skb()
79 struct ath11k_base *ab = htc->ab; in ath11k_htc_send() local
149 struct ath11k_base *ab = htc->ab; in ath11k_htc_process_credit_report() local
183 struct ath11k_base *ab = htc->ab; in ath11k_htc_process_trailer() local
234 void ath11k_htc_rx_completion_handler(struct ath11k_base *ab, in ath11k_htc_rx_completion_handler()
351 static void ath11k_htc_control_rx_complete(struct ath11k_base *ab, in ath11k_htc_control_rx_complete()
460 struct ath11k_base *ab = htc->ab; in ath11k_htc_wait_target() local
533 struct ath11k_base *ab = htc->ab; in ath11k_htc_connect_service() local
[all …]
Dpeer.c10 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, in ath11k_peer_find()
29 static struct ath11k_peer *ath11k_peer_find_by_pdev_idx(struct ath11k_base *ab, in ath11k_peer_find_by_pdev_idx()
48 struct ath11k_peer *ath11k_peer_find_by_addr(struct ath11k_base *ab, in ath11k_peer_find_by_addr()
65 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, in ath11k_peer_find_by_id()
79 struct ath11k_peer *ath11k_peer_find_by_vdev_id(struct ath11k_base *ab, in ath11k_peer_find_by_vdev_id()
96 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id) in ath11k_peer_unmap_event()
120 void ath11k_peer_map_event(struct ath11k_base *ab, u8 vdev_id, u16 peer_id, in ath11k_peer_map_event()
147 static int ath11k_wait_for_peer_common(struct ath11k_base *ab, int vdev_id, in ath11k_wait_for_peer_common()
172 struct ath11k_base *ab = ar->ab; in ath11k_peer_cleanup() local
Dwmi.c142 ath11k_wmi_tlv_iter(struct ath11k_base *ab, const void *ptr, size_t len, in ath11k_wmi_tlv_iter()
143 int (*iter)(struct ath11k_base *ab, u16 tag, u16 len, in ath11k_wmi_tlv_iter()
191 static int ath11k_wmi_tlv_iter_parse(struct ath11k_base *ab, u16 tag, u16 len, in ath11k_wmi_tlv_iter_parse()
210 ath11k_wmi_tlv_parse_alloc(struct ath11k_base *ab, const void *ptr, in ath11k_wmi_tlv_parse_alloc()
233 struct ath11k_base *ab = wmi->wmi_ab->ab; in ath11k_wmi_cmd_send_nowait() local
448 static int ath11k_pull_service_ready_tlv(struct ath11k_base *ab, in ath11k_pull_service_ready_tlv()
498 static int ath11k_wmi_tlv_svc_rdy_parse(struct ath11k_base *ab, u16 tag, u16 len, in ath11k_wmi_tlv_svc_rdy_parse()
532 static int ath11k_service_ready_event(struct ath11k_base *ab, struct sk_buff *skb) in ath11k_service_ready_event()
551 struct ath11k_base *ab = wmi_sc->ab; in ath11k_wmi_alloc_skb() local
2849 struct ath11k_base *ab = wmi->wmi_ab->ab; in ath11k_wmi_send_twt_enable_cmd() local
[all …]
Dhal_rx.c221 int ath11k_hal_reo_cmd_send(struct ath11k_base *ab, struct hal_srng *srng, in ath11k_hal_reo_cmd_send()
322 int ath11k_hal_desc_reo_parse_err(struct ath11k_base *ab, u32 *rx_desc, in ath11k_hal_desc_reo_parse_err()
353 int ath11k_hal_wbm_desc_parse_err(struct ath11k_base *ab, void *desc, in ath11k_hal_wbm_desc_parse_err()
406 void ath11k_hal_rx_reo_ent_paddr_get(struct ath11k_base *ab, void *desc, in ath11k_hal_rx_reo_ent_paddr_get()
417 void ath11k_hal_rx_msdu_link_desc_set(struct ath11k_base *ab, void *desc, in ath11k_hal_rx_msdu_link_desc_set()
432 void ath11k_hal_reo_status_queue_stats(struct ath11k_base *ab, u32 *reo_desc, in ath11k_hal_reo_status_queue_stats()
507 void ath11k_hal_reo_flush_queue_status(struct ath11k_base *ab, u32 *reo_desc, in ath11k_hal_reo_flush_queue_status()
525 void ath11k_hal_reo_flush_cache_status(struct ath11k_base *ab, u32 *reo_desc, in ath11k_hal_reo_flush_cache_status()
567 void ath11k_hal_reo_unblk_cache_status(struct ath11k_base *ab, u32 *reo_desc, in ath11k_hal_reo_unblk_cache_status()
595 void ath11k_hal_reo_flush_timeout_list_status(struct ath11k_base *ab, in ath11k_hal_reo_flush_timeout_list_status()
[all …]
Ddebug.c10 void ath11k_info(struct ath11k_base *ab, const char *fmt, ...) in ath11k_info()
25 void ath11k_err(struct ath11k_base *ab, const char *fmt, ...) in ath11k_err()
40 void ath11k_warn(struct ath11k_base *ab, const char *fmt, ...) in ath11k_warn()
57 void __ath11k_dbg(struct ath11k_base *ab, enum ath11k_debug_mask mask, in __ath11k_dbg()
77 void ath11k_dbg_dump(struct ath11k_base *ab, in ath11k_dbg_dump()
Ddebugfs.c92 void ath11k_debugfs_fw_stats_process(struct ath11k_base *ab, struct sk_buff *skb) in ath11k_debugfs_fw_stats_process()
187 struct ath11k_base *ab = ar->ab; in ath11k_debugfs_fw_stats_request() local
235 struct ath11k_base *ab = ar->ab; in ath11k_open_pdev_stats() local
484 struct ath11k_base *ab = file->private_data; in ath11k_write_simulate_fw_crash() local
604 struct ath11k_base *ab = ar->ab; in ath11k_write_extd_rx_stats() local
691 static int ath11k_fill_bp_stats(struct ath11k_base *ab, in ath11k_fill_bp_stats()
708 static ssize_t ath11k_debugfs_dump_soc_ring_bp_stats(struct ath11k_base *ab, in ath11k_debugfs_dump_soc_ring_bp_stats()
761 struct ath11k_base *ab = file->private_data; in ath11k_debugfs_dump_soc_dp_stats() local
834 int ath11k_debugfs_pdev_create(struct ath11k_base *ab) in ath11k_debugfs_pdev_create()
848 void ath11k_debugfs_pdev_destroy(struct ath11k_base *ab) in ath11k_debugfs_pdev_destroy()
[all …]
Ddp_rx.c267 struct ath11k_base *ab = from_timer(ab, t, mon_reap_timer); in ath11k_dp_service_mon_ring() local
278 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id, in ath11k_dp_rxbufs_replenish()
419 struct ath11k_base *ab = ar->ab; in ath11k_dp_rxdma_pdev_buf_free() local
455 struct ath11k_base *ab = ar->ab; in ath11k_dp_rxdma_pdev_buf_setup() local
477 struct ath11k_base *ab = ar->ab; in ath11k_dp_rx_pdev_srng_free() local
494 void ath11k_dp_pdev_reo_cleanup(struct ath11k_base *ab) in ath11k_dp_pdev_reo_cleanup()
503 int ath11k_dp_pdev_reo_setup(struct ath11k_base *ab) in ath11k_dp_pdev_reo_setup()
530 struct ath11k_base *ab = ar->ab; in ath11k_dp_rx_pdev_srng_alloc() local
624 void ath11k_dp_reo_cmd_list_cleanup(struct ath11k_base *ab) in ath11k_dp_reo_cmd_list_cleanup()
665 static void ath11k_dp_reo_cache_flush(struct ath11k_base *ab, in ath11k_dp_reo_cache_flush()
[all …]
Dhal_tx.c36 void ath11k_hal_tx_cmd_desc_setup(struct ath11k_base *ab, void *cmd, in ath11k_hal_tx_cmd_desc_setup()
78 void ath11k_hal_tx_set_dscp_tid_map(struct ath11k_base *ab, int id) in ath11k_hal_tx_set_dscp_tid_map()
135 void ath11k_hal_tx_init_data_ring(struct ath11k_base *ab, struct hal_srng *srng) in ath11k_hal_tx_init_data_ring()
Dmac.c483 struct ath11k_vif *ath11k_mac_get_arvif_by_vdev_id(struct ath11k_base *ab, in ath11k_mac_get_arvif_by_vdev_id()
502 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id) in ath11k_mac_get_ar_by_vdev_id()
518 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id) in ath11k_mac_get_ar_by_pdev_id()
541 struct ath11k *ath11k_mac_get_ar_vdev_stop_status(struct ath11k_base *ab, in ath11k_mac_get_ar_vdev_stop_status()
568 struct ath11k_base *ab = ar->ab; in ath11k_pdev_caps_update() local
728 struct ath11k_base *ab = ar->ab; in ath11k_mac_peer_cleanup_all() local
773 struct ath11k_base *ab = ar->ab; in ath11k_mac_setup_bcn_tmpl() local
2454 struct ath11k_base *ab = ar->ab; in ath11k_clear_peer_keys() local
2497 struct ath11k_base *ab = ar->ab; in ath11k_mac_op_set_key() local
2939 struct ath11k_base *ab = ar->ab; in ath11k_mac_station_add() local
[all …]
Ddbring.c13 struct ath11k_base *ab = ar->ab; in ath11k_dbring_bufs_replenish() local
163 struct ath11k_base *ab = ar->ab; in ath11k_dbring_buf_setup() local
201 int ath11k_dbring_get_cap(struct ath11k_base *ab, in ath11k_dbring_get_cap()
226 int ath11k_dbring_buffer_release_event(struct ath11k_base *ab, in ath11k_dbring_buffer_release_event()
Ddebugfs.h149 static inline int ath11k_debugfs_soc_create(struct ath11k_base *ab) in ath11k_debugfs_soc_create()
154 static inline void ath11k_debugfs_soc_destroy(struct ath11k_base *ab) in ath11k_debugfs_soc_destroy()
158 static inline int ath11k_debugfs_pdev_create(struct ath11k_base *ab) in ath11k_debugfs_pdev_create()
163 static inline void ath11k_debugfs_pdev_destroy(struct ath11k_base *ab) in ath11k_debugfs_pdev_destroy()
176 static inline void ath11k_debugfs_fw_stats_process(struct ath11k_base *ab, in ath11k_debugfs_fw_stats_process()
Dreg.c205 struct ath11k_base *ab; in ath11k_regd_update() local
491 ath11k_reg_update_weather_radar_band(struct ath11k_base *ab, in ath11k_reg_update_weather_radar_band()
572 ath11k_reg_build_regd(struct ath11k_base *ab, in ath11k_reg_build_regd()
710 void ath11k_reg_free(struct ath11k_base *ab) in ath11k_reg_free()
Ddebug.h46 static inline int __ath11k_dbg(struct ath11k_base *ab, in __ath11k_dbg()
53 static inline void ath11k_dbg_dump(struct ath11k_base *ab, in ath11k_dbg_dump()
/drivers/usb/phy/
Dphy-ab8500-usb.c150 static void ab8500_usb_wd_workaround(struct ab8500_usb *ab) in ab8500_usb_wd_workaround()
173 static void ab8500_usb_regulator_enable(struct ab8500_usb *ab) in ab8500_usb_regulator_enable()
213 static void ab8500_usb_regulator_disable(struct ab8500_usb *ab) in ab8500_usb_regulator_disable()
240 static void ab8500_usb_wd_linkstatus(struct ab8500_usb *ab, u8 bit) in ab8500_usb_wd_linkstatus()
251 static void ab8500_usb_phy_enable(struct ab8500_usb *ab, bool sel_host) in ab8500_usb_phy_enable()
272 static void ab8500_usb_phy_disable(struct ab8500_usb *ab, bool sel_host) in ab8500_usb_phy_disable()
309 #define ab8500_usb_host_phy_en(ab) ab8500_usb_phy_enable(ab, true) argument
310 #define ab8500_usb_host_phy_dis(ab) ab8500_usb_phy_disable(ab, true) argument
311 #define ab8500_usb_peri_phy_en(ab) ab8500_usb_phy_enable(ab, false) argument
312 #define ab8500_usb_peri_phy_dis(ab) ab8500_usb_phy_disable(ab, false) argument
[all …]
/drivers/md/persistent-data/
Ddm-array.c96 static void *element_at(struct dm_array_info *info, struct array_block *ab, in element_at()
110 static void on_entries(struct dm_array_info *info, struct array_block *ab, in on_entries()
122 static void inc_ablock_entries(struct dm_array_info *info, struct array_block *ab) in inc_ablock_entries()
133 static void dec_ablock_entries(struct dm_array_info *info, struct array_block *ab) in dec_ablock_entries()
154 struct dm_block **block, struct array_block **ab) in alloc_ablock()
175 static void fill_ablock(struct dm_array_info *info, struct array_block *ab, in fill_ablock()
199 static void trim_ablock(struct dm_array_info *info, struct array_block *ab, in trim_ablock()
221 struct dm_block **block, struct array_block **ab) in get_ablock()
255 struct array_block **ab) in lookup_ablock()
283 struct dm_block **block, struct array_block **ab) in __shadow_ablock()
[all …]

12