Searched refs:HTC_CTRL_RSVD_SVC (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_main.c | 676 HTC_CTRL_RSVD_SVC, 681 HTC_CTRL_RSVD_SVC, 752 { HTC_CTRL_RSVD_SVC, PIPEDIR_OUT, 0, }, 753 { HTC_CTRL_RSVD_SVC, PIPEDIR_IN, 1, }, 781 { HTC_CTRL_RSVD_SVC, PIPEDIR_OUT, 0, }, 782 { HTC_CTRL_RSVD_SVC, PIPEDIR_IN, 1, }, 812 { HTC_CTRL_RSVD_SVC, PIPEDIR_OUT, 0, }, 813 { HTC_CTRL_RSVD_SVC, PIPEDIR_IN, 1, }, 841 { HTC_CTRL_RSVD_SVC, PIPEDIR_OUT, 0, }, 842 { HTC_CTRL_RSVD_SVC, PIPEDIR_IN, 1, }, [all …]
|
/wlan-driver/fw-api/fw/ |
H A D | htc_services.h | 52 #define HTC_CTRL_RSVD_SVC MAKE_SERVICE_ID(RSVD_SERVICE_GROUP,1) macro
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ |
H A D | hif_sdio.c | 167 hif_map_service_to_pipe(scn, HTC_CTRL_RSVD_SVC, in hif_get_default_pipe()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/ |
H A D | hif_usb.c | 502 case HTC_CTRL_RSVD_SVC: in hif_map_service_to_pipe() 558 case HTC_CTRL_RSVD_SVC: in hif_map_service_to_pipe()
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_services.c | 120 if (HTC_CTRL_RSVD_SVC == pConnectReq->service_id) { in htc_connect_service()
|
H A D | htc.c | 850 connect.service_id = HTC_CTRL_RSVD_SVC; in htc_wait_target() 1066 else if (endpoint->service_id == HTC_CTRL_RSVD_SVC || in htc_stop()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/ |
H A D | adma.c | 122 case HTC_CTRL_RSVD_SVC: in hif_dev_map_service_to_pipe()
|
H A D | mailbox.c | 302 case HTC_CTRL_RSVD_SVC: in hif_dev_map_service_to_pipe()
|