Home
last modified time | relevance | path

Searched refs:HTC_CTRL_RSVD_SVC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h161 #define HTC_CTRL_RSVD_SVC MAKE_SERVICE_ID(RSVD_SERVICE_GROUP, 1) macro
H A Dhtc_hst.c97 endpoint->service_id = HTC_CTRL_RSVD_SVC; in htc_process_target_rdy()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h89 #define HTC_CTRL_RSVD_SVC MAKE_SERVICE_ID(RSVD_SERVICE_GROUP, 1) macro
H A Dhtc_mbox.c767 if ((HTC_CTRL_RSVD_SVC != endpoint->svc_id) && in ath6kl_htc_tx_bundle()
884 if ((HTC_CTRL_RSVD_SVC != endpoint->svc_id) && in ath6kl_htc_tx_from_queue()
2439 if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) { in ath6kl_htc_mbox_conn_service()
2714 connect.svc_id = HTC_CTRL_RSVD_SVC; in ath6kl_htc_mbox_wait_target()
H A Dhtc_pipe.c1241 if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) { in ath6kl_htc_pipe_conn_service()
1600 connect.svc_id = HTC_CTRL_RSVD_SVC; in ath6kl_htc_pipe_wait_target()
H A Dusb.c809 case HTC_CTRL_RSVD_SVC: in ath6kl_usb_map_service_pipe()