Searched refs:api_id (Results 1 – 5 of 5) sorted by relevance
216 static int __do_feature_check_call(const u32 api_id, u32 *ret_payload) in __do_feature_check_call() argument223 module_id = FIELD_GET(MODULE_ID_MASK, api_id); in __do_feature_check_call()240 smc_arg[1] = api_id; in __do_feature_check_call()242 smc_arg[1] = (api_id & API_ID_MASK); in __do_feature_check_call()256 static int do_feature_check_call(const u32 api_id) in do_feature_check_call() argument264 api_id) { in do_feature_check_call()265 if (feature_data->pm_api_id == api_id) in do_feature_check_call()274 feature_data->pm_api_id = api_id; in do_feature_check_call()275 ret = __do_feature_check_call(api_id, ret_payload); in do_feature_check_call()278 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in do_feature_check_call()[all …]
26 u32 api_id; member114 *pm_id = pm_api_list[i].api_id; in get_pm_api_id()
614 int zynqmp_pm_feature(const u32 api_id);615 int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id);840 static inline int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id) in zynqmp_pm_is_function_supported() argument873 static inline int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument
1495 u16 resp_size, api_id; in mwifiex_ret_get_hw_spec() local1565 api_id = le16_to_cpu(api_rev->api_id); in mwifiex_ret_get_hw_spec()1566 switch (api_id) { in mwifiex_ret_get_hw_spec()1605 api_id); in mwifiex_ret_get_hw_spec()
1102 __le16 api_id; member