Searched refs:WMI_MAX_SERVICE (Results 1 – 2 of 2) sorted by relevance
205 WMI_MAX_SERVICE=128, /* max service */ enumerator692 #define WMI_SERVICE_BM_SIZE ((WMI_MAX_SERVICE + sizeof(A_UINT32)- 1)/sizeof(A_UINT32))694 #define WMI_NUM_EXT_SERVICES (WMI_MAX_EXT_SERVICE - WMI_MAX_SERVICE)733 if (svc_id < WMI_MAX_SERVICE) { \736 int word = ((svc_id) - WMI_MAX_SERVICE) / 32; \744 if (svc_id < WMI_MAX_SERVICE) { \747 int word = ((svc_id) - WMI_MAX_SERVICE) / 32; \757 (svc_id) < WMI_MAX_SERVICE ? \760 (((pwmi_svc_ext_bmap)[((svc_id) - WMI_MAX_SERVICE) / 32] >> \766 if (svc_id < WMI_MAX_SERVICE) { \[all …]
6935 if (service_id >= WMI_MAX_SERVICE) { in is_service_enabled_tlv()