Home
last modified time | relevance | path

Searched refs:firmware_ops (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dfirmware.h14 * struct firmware_ops
20 struct firmware_ops { struct
55 /* Global pointer for current firmware_ops structure, can't be NULL. */
56 extern const struct firmware_ops *firmware_ops;
65 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
70 * A function to register platform firmware_ops struct.
72 static inline void register_firmware_ops(const struct firmware_ops *ops) in register_firmware_ops()
76 firmware_ops in register_firmware_ops()
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dfirmware.h14 * struct firmware_ops
20 struct firmware_ops { struct
55 /* Global pointer for current firmware_ops structure, can't be NULL. */
56 extern const struct firmware_ops *firmware_ops;
65 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
70 * A function to register platform firmware_ops struct.
72 static inline void register_firmware_ops(const struct firmware_ops *ops) in register_firmware_ops()
76 firmware_ops in register_firmware_ops()
[all...]
/kernel/linux/linux-5.10/arch/arm/common/
H A Dfirmware.c13 static const struct firmware_ops default_firmware_ops;
15 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
/kernel/linux/linux-6.6/arch/arm/common/
H A Dfirmware.c13 static const struct firmware_ops default_firmware_ops;
15 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
/kernel/linux/linux-5.10/drivers/firmware/
H A Dtrusted_foundations.c143 static const struct firmware_ops trusted_foundations_ops = {
183 return firmware_ops == &trusted_foundations_ops; in trusted_foundations_registered()
/kernel/linux/linux-6.6/drivers/firmware/
H A Dtrusted_foundations.c143 static const struct firmware_ops trusted_foundations_ops = {
183 return firmware_ops == &trusted_foundations_ops; in trusted_foundations_registered()
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-tegra.c53 return firmware_ops->prepare_idle && firmware_ops->do_idle; in tegra_cpuidle_using_firmware()
/kernel/linux/linux-5.10/arch/arm/mach-exynos/
H A Dfirmware.c142 static const struct firmware_ops exynos_firmware_ops = {
/kernel/linux/linux-6.6/arch/arm/mach-exynos/
H A Dfirmware.c150 static const struct firmware_ops exynos_firmware_ops = {

Completed in 3 milliseconds