Searched refs:api_id (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 179 static int __do_feature_check_call(const u32 api_id, u32 *ret_payload) in __do_feature_check_call() argument 185 smc_arg[1] = api_id; in __do_feature_check_call() 196 static int do_feature_check_call(const u32 api_id) in do_feature_check_call() argument 204 api_id) { in do_feature_check_call() 205 if (feature_data->pm_api_id == api_id) in do_feature_check_call() 214 feature_data->pm_api_id = api_id; in do_feature_check_call() 215 ret = __do_feature_check_call(api_id, ret_payload); in do_feature_check_call() 218 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in do_feature_check_call() 220 if (api_id == PM_IOCTL) in do_feature_check_call() 223 else if (api_id in do_feature_check_call() 238 zynqmp_pm_feature(const u32 api_id) zynqmp_pm_feature() argument 258 zynqmp_pm_is_function_supported(const u32 api_id, const u32 id) zynqmp_pm_is_function_supported() argument [all...] |
H A D | zynqmp-debug.c | 25 u32 api_id; member 74 *pm_id = pm_api_list[i].api_id; in get_pm_api_id()
|
/kernel/linux/linux-5.10/drivers/firmware/xilinx/ |
H A D | zynqmp-debug.c | 25 u32 api_id; member 74 *pm_id = pm_api_list[i].api_id; in get_pm_api_id()
|
H A D | zynqmp.c | 152 * @api_id: API ID to check 156 static int zynqmp_pm_feature(u32 api_id) in zynqmp_pm_feature() argument 168 api_id) { in zynqmp_pm_feature() 169 if (feature_data->pm_api_id == api_id) in zynqmp_pm_feature() 178 feature_data->pm_api_id = api_id; in zynqmp_pm_feature() 180 smc_arg[1] = api_id; in zynqmp_pm_feature() 189 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in zynqmp_pm_feature()
|
/kernel/linux/linux-6.6/include/linux/firmware/ |
H A D | xlnx-zynqmp.h | 559 int zynqmp_pm_feature(const u32 api_id); 560 int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id); 802 static inline int zynqmp_pm_is_function_supported(const u32 api_id, const u32 id) in zynqmp_pm_is_function_supported() argument 835 static inline int zynqmp_pm_feature(const u32 api_id) in zynqmp_pm_feature() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cmdevt.c | 1499 u16 resp_size, api_id; in mwifiex_ret_get_hw_spec() local 1569 api_id = le16_to_cpu(api_rev->api_id); in mwifiex_ret_get_hw_spec() 1570 switch (api_id) { in mwifiex_ret_get_hw_spec() 1603 "Unknown api_id: %d\n", in mwifiex_ret_get_hw_spec() 1604 api_id); in mwifiex_ret_get_hw_spec()
|
H A D | fw.h | 1063 __le16 api_id; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cmdevt.c | 1508 u16 resp_size, api_id; in mwifiex_ret_get_hw_spec() local 1578 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() 1617 "Unknown api_id: %d\n", in mwifiex_ret_get_hw_spec() 1618 api_id); in mwifiex_ret_get_hw_spec()
|
H A D | fw.h | 1057 __le16 api_id; member
|
Completed in 23 milliseconds