Searched refs:api_id (Results 1 – 5 of 5) sorted by relevance
199 static int __do_feature_check_call(const u32 api_id, u32 *ret_payload) in __do_feature_check_call() argument206 module_id = FIELD_GET(MODULE_ID_MASK, api_id); in __do_feature_check_call()225 smc_arg[1] = (api_id & API_ID_MASK); in __do_feature_check_call()236 static int do_feature_check_call(const u32 api_id) in do_feature_check_call() argument244 api_id) { in do_feature_check_call()245 if (feature_data->pm_api_id == api_id) in do_feature_check_call()254 feature_data->pm_api_id = api_id; in do_feature_check_call()255 ret = __do_feature_check_call(api_id, ret_payload); in do_feature_check_call()258 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in do_feature_check_call()260 if (api_id == PM_IOCTL) in do_feature_check_call()[all …]
25 u32 api_id; member74 *pm_id = pm_api_list[i].api_id; in get_pm_api_id()
592 int zynqmp_pm_feature(const u32 api_id);593 int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id);830 static inline int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id) in zynqmp_pm_is_function_supported() argument863 static inline int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument
1520 u16 resp_size, api_id; in mwifiex_ret_get_hw_spec() local1590 api_id = le16_to_cpu(api_rev->api_id); in mwifiex_ret_get_hw_spec()1591 switch (api_id) { in mwifiex_ret_get_hw_spec()1630 api_id); in mwifiex_ret_get_hw_spec()
1097 __le16 api_id; member