Searched refs:api_id (Results 1 – 5 of 5) sorted by relevance
184 smc_arg[1] = api_id; in __do_feature_check_call()195 static int do_feature_check_call(const u32 api_id) in do_feature_check_call() argument203 api_id) { in do_feature_check_call()204 if (feature_data->pm_api_id == api_id) in do_feature_check_call()213 feature_data->pm_api_id = api_id; in do_feature_check_call()219 if (api_id == PM_IOCTL) in do_feature_check_call()222 else if (api_id == PM_QUERY_DATA) in do_feature_check_call()237 int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument244 ret = do_feature_check_call(api_id); in zynqmp_pm_feature()263 if (id >= 64 || (api_id != PM_IOCTL && api_id != PM_QUERY_DATA)) in zynqmp_pm_is_function_supported()[all …]
25 u32 api_id; member74 *pm_id = pm_api_list[i].api_id; in get_pm_api_id()
540 int zynqmp_pm_feature(const u32 api_id);541 int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id);778 static inline int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id) in zynqmp_pm_is_function_supported() argument811 static inline int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument
1508 u16 resp_size, api_id; in mwifiex_ret_get_hw_spec() local1578 api_id = le16_to_cpu(api_rev->api_id); in mwifiex_ret_get_hw_spec()1579 switch (api_id) { in mwifiex_ret_get_hw_spec()1618 api_id); in mwifiex_ret_get_hw_spec()
1056 __le16 api_id; member
Completed in 33 milliseconds