Home
last modified time | relevance | path

Searched refs:api_id (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/firmware/xilinx/
H A Dzynqmp.c230 smc_arg[1] = api_id; in __do_feature_check_call()
232 smc_arg[1] = (api_id & API_ID_MASK); in __do_feature_check_call()
254 api_id) { in do_feature_check_call()
255 if (feature_data->pm_api_id == api_id) in do_feature_check_call()
264 feature_data->pm_api_id = api_id; in do_feature_check_call()
270 if (api_id == PM_IOCTL) in do_feature_check_call()
273 else if (api_id == PM_QUERY_DATA) in do_feature_check_call()
287 int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument
294 ret = do_feature_check_call(api_id); in zynqmp_pm_feature()
314 if (id >= 64 || (api_id != PM_IOCTL && api_id != PM_QUERY_DATA)) in zynqmp_pm_is_function_supported()
[all …]
H A Dzynqmp-debug.c25 u32 api_id; member
112 *pm_id = pm_api_list[i].api_id; in get_pm_api_id()
/linux-6.15/include/linux/firmware/
H A Dxlnx-zynqmp.h619 int zynqmp_pm_feature(const u32 api_id);
620 int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id);
856 static inline int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id) in zynqmp_pm_is_function_supported() argument
889 static inline int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1522 u16 resp_size, api_id; in mwifiex_ret_get_hw_spec() local
1592 api_id = le16_to_cpu(api_rev->api_id); in mwifiex_ret_get_hw_spec()
1593 switch (api_id) { in mwifiex_ret_get_hw_spec()
1632 api_id); in mwifiex_ret_get_hw_spec()
H A Dfw.h1102 __le16 api_id; member