Home
last modified time | relevance | path

Searched refs:ath12k_htc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.h265 struct ath12k_htc *htc;
285 struct ath12k_htc { struct
305 int ath12k_htc_wait_target(struct ath12k_htc *htc); argument
306 int ath12k_htc_start(struct ath12k_htc *htc);
307 int ath12k_htc_connect_service(struct ath12k_htc *htc,
310 int ath12k_htc_send(struct ath12k_htc *htc, enum ath12k_htc_ep_id eid,
H A Dhtc.c74 int ath12k_htc_send(struct ath12k_htc *htc, in ath12k_htc_send()
145 ath12k_htc_process_credit_report(struct ath12k_htc *htc, in ath12k_htc_process_credit_report()
179 static int ath12k_htc_process_trailer(struct ath12k_htc *htc, in ath12k_htc_process_trailer()
251 struct ath12k_htc *htc = &ab->htc; in ath12k_htc_rx_completion_handler()
424 static void ath12k_htc_reset_endpoint_states(struct ath12k_htc *htc) in ath12k_htc_reset_endpoint_states()
440 static u8 ath12k_htc_get_credit_allocation(struct ath12k_htc *htc, in ath12k_htc_get_credit_allocation()
458 static int ath12k_htc_setup_target_buffer_assignments(struct ath12k_htc *htc) in ath12k_htc_setup_target_buffer_assignments()
485 int ath12k_htc_wait_target(struct ath12k_htc *htc) in ath12k_htc_wait_target()
551 int ath12k_htc_connect_service(struct ath12k_htc *htc, in ath12k_htc_connect_service()
715 int ath12k_htc_start(struct ath12k_htc *htc) in ath12k_htc_start()
[all …]
H A Dcore.h670 struct ath12k_htc htc;