Symbol: service_to_pipe
drivers/net/wireless/ath/ath11k/ahb.c
647
const struct service_to_pipe *entry;
drivers/net/wireless/ath/ath11k/core.h
1258
extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq8074[];
drivers/net/wireless/ath/ath11k/core.h
1259
extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq6018[];
drivers/net/wireless/ath/ath11k/core.h
1262
extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qca6390[];
drivers/net/wireless/ath/ath11k/core.h
1265
extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq5018[];
drivers/net/wireless/ath/ath11k/core.h
1268
extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qcn9074[];
drivers/net/wireless/ath/ath11k/hw.c
1408
const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq8074[] = {
drivers/net/wireless/ath/ath11k/hw.c
1520
const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq6018[] = {
drivers/net/wireless/ath/ath11k/hw.c
1720
const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qca6390[] = {
drivers/net/wireless/ath/ath11k/hw.c
1899
const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qcn9074[] = {
drivers/net/wireless/ath/ath11k/hw.c
2170
const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq5018[] = {
drivers/net/wireless/ath/ath11k/hw.h
163
const struct service_to_pipe *svc_to_ce_map;
drivers/net/wireless/ath/ath11k/pcic.c
776
const struct service_to_pipe *entry;
drivers/net/wireless/ath/ath11k/qmi.c
2701
struct service_to_pipe *svc_cfg;
drivers/net/wireless/ath/ath11k/qmi.c
2706
svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map;
drivers/net/wireless/ath/ath11k/qmi.h
86
const struct service_to_pipe *svc_to_ce_map;
drivers/net/wireless/ath/ath12k/ahb.c
662
const struct service_to_pipe *entry;
drivers/net/wireless/ath/ath12k/hw.h
161
const struct service_to_pipe *svc_to_ce_map;
drivers/net/wireless/ath/ath12k/pci.c
958
const struct service_to_pipe *entry;
drivers/net/wireless/ath/ath12k/qmi.c
3461
struct service_to_pipe *svc_cfg;
drivers/net/wireless/ath/ath12k/qmi.c
3466
svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map;
drivers/net/wireless/ath/ath12k/qmi.h
85
const struct service_to_pipe *svc_to_ce_map;
drivers/net/wireless/ath/ath12k/wifi7/ce.c
151
const struct service_to_pipe
drivers/net/wireless/ath/ath12k/wifi7/ce.c
492
const struct service_to_pipe
drivers/net/wireless/ath/ath12k/wifi7/ce.c
773
const struct service_to_pipe
drivers/net/wireless/ath/ath12k/wifi7/ce.h
14
extern const struct service_to_pipe ath12k_wifi7_target_service_to_ce_map_wlan_qcn9274[];
drivers/net/wireless/ath/ath12k/wifi7/ce.h
15
extern const struct service_to_pipe ath12k_wifi7_target_service_to_ce_map_wlan_wcn7850[];
drivers/net/wireless/ath/ath12k/wifi7/ce.h
16
extern const struct service_to_pipe ath12k_wifi7_target_service_to_ce_map_wlan_ipq5332[];