svc_id           1322 arch/sparc/include/asm/hypervisor.h unsigned long sun4v_svc_send(unsigned long svc_id,
svc_id           1326 arch/sparc/include/asm/hypervisor.h unsigned long sun4v_svc_recv(unsigned long svc_id,
svc_id           1330 arch/sparc/include/asm/hypervisor.h unsigned long sun4v_svc_getstatus(unsigned long svc_id,
svc_id           1332 arch/sparc/include/asm/hypervisor.h unsigned long sun4v_svc_setstatus(unsigned long svc_id,
svc_id           1334 arch/sparc/include/asm/hypervisor.h unsigned long sun4v_svc_clrstatus(unsigned long svc_id,
svc_id             90 arch/sparc/kernel/ds.c 	char			svc_id[0];
svc_id            162 drivers/firmware/qcom_scm-32.c static int qcom_scm_call(struct device *dev, u32 svc_id, u32 cmd_id,
svc_id            180 drivers/firmware/qcom_scm-32.c 	cmd->id = cpu_to_le32((svc_id << 10) | cmd_id);
svc_id            420 drivers/firmware/qcom_scm-32.c int __qcom_scm_is_call_available(struct device *dev, u32 svc_id, u32 cmd_id)
svc_id            423 drivers/firmware/qcom_scm-32.c 	__le32 svc_cmd = cpu_to_le32((svc_id << 10) | cmd_id);
svc_id             75 drivers/firmware/qcom_scm-64.c static int qcom_scm_call(struct device *dev, u32 svc_id, u32 cmd_id,
svc_id             81 drivers/firmware/qcom_scm-64.c 	u32 fn_id = QCOM_SCM_FNID(svc_id, cmd_id);
svc_id            199 drivers/firmware/qcom_scm-64.c int __qcom_scm_is_call_available(struct device *dev, u32 svc_id, u32 cmd_id)
svc_id            206 drivers/firmware/qcom_scm-64.c 	desc.args[0] = QCOM_SCM_FNID(svc_id, cmd_id) |
svc_id             35 drivers/firmware/qcom_scm.h extern int __qcom_scm_is_call_available(struct device *dev, u32 svc_id,
svc_id           2417 drivers/infiniband/core/cma.c 	__be64 svc_id;
svc_id           2420 drivers/infiniband/core/cma.c 	svc_id = rdma_get_service_id(&id_priv->id, addr);
svc_id           2422 drivers/infiniband/core/cma.c 				 cma_ib_req_handler, svc_id);
svc_id            672 drivers/net/wireless/ath/ath10k/usb.c static int ath10k_usb_hif_map_service_to_pipe(struct ath10k *ar, u16 svc_id,
svc_id            675 drivers/net/wireless/ath/ath10k/usb.c 	switch (svc_id) {
svc_id           1416 drivers/net/wireless/ath/ath10k/wmi-tlv.h #define WMI_TLV_EXT_SERVICE_IS_ENABLED(wmi_svc_bmap, svc_id, len) \
svc_id           1417 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	((svc_id) < (WMI_TLV_MAX_EXT_SERVICE) && \
svc_id           1418 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	 (svc_id) >= (len) && \
svc_id           1419 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 32]) & \
svc_id           1420 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	BIT(((((svc_id) - (len)) % 32) & 0x1f)))
svc_id            509 drivers/net/wireless/ath/ath10k/wmi.h #define WMI_SERVICE_IS_ENABLED(wmi_svc_bmap, svc_id, len) \
svc_id            510 drivers/net/wireless/ath/ath10k/wmi.h 	((svc_id) < (len) && \
svc_id            511 drivers/net/wireless/ath/ath10k/wmi.h 	 __le32_to_cpu((wmi_svc_bmap)[(svc_id) / (sizeof(u32))]) & \
svc_id            512 drivers/net/wireless/ath/ath10k/wmi.h 	 BIT((svc_id) % (sizeof(u32))))
svc_id            519 drivers/net/wireless/ath/ath10k/wmi.h #define WMI_EXT_SERVICE_IS_ENABLED(wmi_svc_bmap, svc_id, len) \
svc_id            520 drivers/net/wireless/ath/ath10k/wmi.h 	((svc_id) >= (len) && \
svc_id            521 drivers/net/wireless/ath/ath10k/wmi.h 	__le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 28]) & \
svc_id            522 drivers/net/wireless/ath/ath10k/wmi.h 	BIT(((((svc_id) - (len)) % 28) & 0x1f) + 4))
svc_id            252 drivers/net/wireless/ath/ath6kl/debug.c 		   ep_dist->endpoint, ep_dist->svc_id);
svc_id            186 drivers/net/wireless/ath/ath6kl/htc.h 	__le16 svc_id;
svc_id            195 drivers/net/wireless/ath/ath6kl/htc.h 	__le16 svc_id;
svc_id            353 drivers/net/wireless/ath/ath6kl/htc.h 	u16 svc_id;
svc_id            375 drivers/net/wireless/ath/ath6kl/htc.h 	u16 svc_id;
svc_id            510 drivers/net/wireless/ath/ath6kl/htc.h 	u16 svc_id;
svc_id             71 drivers/net/wireless/ath/ath6kl/htc_mbox.c 			if ((cur_ep_dist->svc_id == WMI_DATA_BK_SVC) ||
svc_id             72 drivers/net/wireless/ath/ath6kl/htc_mbox.c 			    (cur_ep_dist->svc_id == WMI_DATA_BE_SVC)) {
svc_id             80 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (cur_ep_dist->svc_id == WMI_CONTROL_SVC) {
svc_id            115 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (cur_ep_dist->svc_id == WMI_CONTROL_SVC) {
svc_id            137 drivers/net/wireless/ath/ath6kl/htc_mbox.c 			   cur_ep_dist->svc_id,
svc_id            227 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (ep_dist->svc_id == WMI_CONTROL_SVC)
svc_id            230 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if ((ep_dist->svc_id == WMI_DATA_VI_SVC) ||
svc_id            231 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	    (ep_dist->svc_id == WMI_DATA_VO_SVC))
svc_id            305 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if ((curdist_list->svc_id == WMI_DATA_BK_SVC)  ||
svc_id            306 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		    (curdist_list->svc_id == WMI_DATA_BE_SVC))
svc_id            309 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if ((curdist_list->svc_id != WMI_CONTROL_SVC) &&
svc_id            767 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if ((HTC_CTRL_RSVD_SVC != endpoint->svc_id) &&
svc_id            768 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	    (WMI_CONTROL_SVC != endpoint->svc_id))
svc_id            884 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if ((HTC_CTRL_RSVD_SVC != endpoint->svc_id) &&
svc_id            885 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	    (WMI_CONTROL_SVC != endpoint->svc_id))
svc_id           1108 drivers/net/wireless/ath/ath6kl/htc_mbox.c 			if (endpoint->svc_id == srvc_pri_order[i]) {
svc_id           1157 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (!endpoint->svc_id) {
svc_id           1198 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (endpoint->svc_id == 0)
svc_id           1212 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (endpoint->svc_id == 0) {
svc_id           1506 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (endpoint->svc_id == 0) {
svc_id           2390 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (!endpoint->svc_id)
svc_id           2440 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		   target, conn_req->svc_id);
svc_id           2442 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) {
svc_id           2456 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		conn_msg->svc_id = cpu_to_le16(conn_req->svc_id);
svc_id           2492 drivers/net/wireless/ath/ath6kl/htc_mbox.c 				   resp_msg->svc_id, resp_msg->status);
svc_id           2509 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (endpoint->svc_id) {
svc_id           2521 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	endpoint->svc_id = conn_req->svc_id;
svc_id           2526 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	endpoint->cred_dist.svc_id = conn_req->svc_id;
svc_id           2531 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	switch (endpoint->svc_id) {
svc_id           2582 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		endpoint->svc_id = 0;
svc_id           2717 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	connect.svc_id = HTC_CTRL_RSVD_SVC;
svc_id           1179 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		ep->svc_id = 0;
svc_id           1235 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (conn_req->svc_id == 0) {
svc_id           1241 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) {
svc_id           1248 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		tx_alloc = htc_get_credit_alloc(target, conn_req->svc_id);
svc_id           1277 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		conn_msg->svc_id = cpu_to_le16(conn_req->svc_id);
svc_id           1322 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			   __func__, resp_msg->svc_id, resp_msg->status,
svc_id           1330 drivers/net/wireless/ath/ath6kl/htc_pipe.c 				   resp_msg->svc_id, resp_msg->status);
svc_id           1354 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (ep->svc_id != 0) {
svc_id           1365 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	ep->svc_id = conn_req->svc_id; /* this marks ep in use */
svc_id           1380 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	status = ath6kl_hif_pipe_map_service(ar, ep->svc_id,
svc_id           1388 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		   ep->svc_id, ep->pipe.pipeid_ul,
svc_id           1395 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			   ep->svc_id, assigned_epid);
svc_id           1600 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	connect.svc_id = HTC_CTRL_RSVD_SVC;
svc_id           1613 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (ep->svc_id == 0) {
svc_id            298 drivers/net/wireless/ath/ath6kl/init.c 	switch (con_req->svc_id) {
svc_id            317 drivers/net/wireless/ath/ath6kl/init.c 		ath6kl_err("service id is not mapped %d\n", con_req->svc_id);
svc_id            346 drivers/net/wireless/ath/ath6kl/init.c 	connect.svc_id = WMI_CONTROL_SVC;
svc_id            375 drivers/net/wireless/ath/ath6kl/init.c 	connect.svc_id = WMI_DATA_BE_SVC;
svc_id            381 drivers/net/wireless/ath/ath6kl/init.c 	connect.svc_id = WMI_DATA_BK_SVC;
svc_id            386 drivers/net/wireless/ath/ath6kl/init.c 	connect.svc_id = WMI_DATA_VI_SVC;
svc_id            397 drivers/net/wireless/ath/ath6kl/init.c 	connect.svc_id = WMI_DATA_VO_SVC;
svc_id            790 drivers/net/wireless/ath/ath6kl/usb.c static int ath6kl_usb_map_service_pipe(struct ath6kl *ar, u16 svc_id,
svc_id            795 drivers/net/wireless/ath/ath6kl/usb.c 	switch (svc_id) {
svc_id             54 drivers/soc/qcom/apr.c 	hdr->src_svc = adev->svc_id;
svc_id             56 drivers/soc/qcom/apr.c 	hdr->dest_svc = adev->svc_id;
svc_id            104 drivers/soc/qcom/apr.c 	uint16_t hdr_size, msg_type, ver, svc_id;
svc_id            143 drivers/soc/qcom/apr.c 	svc_id = hdr->dest_svc;
svc_id            145 drivers/soc/qcom/apr.c 	svc = idr_find(&apr->svcs_idr, svc_id);
svc_id            200 drivers/soc/qcom/apr.c 	while (id->domain_id != 0 || id->svc_id != 0) {
svc_id            202 drivers/soc/qcom/apr.c 		    id->svc_id == adev->svc_id)
svc_id            229 drivers/soc/qcom/apr.c 		idr_remove(&apr->svcs_idr, adev->svc_id);
svc_id            270 drivers/soc/qcom/apr.c 	adev->svc_id = id->svc_id;
svc_id            279 drivers/soc/qcom/apr.c 		     id->domain_id, id->svc_id);
svc_id            288 drivers/soc/qcom/apr.c 	idr_alloc(&apr->svcs_idr, adev, id->svc_id,
svc_id            289 drivers/soc/qcom/apr.c 		  id->svc_id + 1, GFP_ATOMIC);
svc_id            311 drivers/soc/qcom/apr.c 		if (of_property_read_u32(node, "reg", &id.svc_id))
svc_id            317 drivers/soc/qcom/apr.c 			dev_err(dev, "Failed to add apr %d svc\n", id.svc_id);
svc_id            516 include/linux/mod_devicetable.h 	__u32 svc_id;
svc_id             84 include/linux/soc/qcom/apr.h 	uint16_t	svc_id;
svc_id            598 sound/soc/qcom/qdsp6/q6adm.c 	q6core_get_svc_api_info(adev->svc_id, &adm->ainfo);
svc_id           1470 sound/soc/qcom/qdsp6/q6afe.c 	q6core_get_svc_api_info(adev->svc_id, &afe->ainfo);
svc_id           1355 sound/soc/qcom/qdsp6/q6asm.c 	q6core_get_svc_api_info(adev->svc_id, &q6asm->ainfo);
svc_id            247 sound/soc/qcom/qdsp6/q6core.c int q6core_get_svc_api_info(int svc_id, struct q6core_svc_api_info *ainfo)
svc_id            267 sound/soc/qcom/qdsp6/q6core.c 			if (svc_id != info->service_id)
svc_id            280 sound/soc/qcom/qdsp6/q6core.c 			if (svc_id != info->service_id)
svc_id             13 sound/soc/qcom/qdsp6/q6core.h int q6core_get_svc_api_info(int svc_id, struct q6core_svc_api_info *ainfo);