Home
last modified time | relevance | path

Searched refs:firmware_ops (Results 1 – 4 of 4) sorted by relevance

/arch/arm/include/asm/
Dfirmware.h23 struct firmware_ops { struct
59 extern const struct firmware_ops *firmware_ops;
68 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
75 static inline void register_firmware_ops(const struct firmware_ops *ops) in register_firmware_ops()
79 firmware_ops = ops; in register_firmware_ops()
/arch/arm/common/
Dfirmware.c16 static const struct firmware_ops default_firmware_ops;
18 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
/arch/arm/firmware/
Dtrusted_foundations.c66 static const struct firmware_ops trusted_foundations_ops = {
/arch/arm/mach-exynos/
Dfirmware.c153 static const struct firmware_ops exynos_firmware_ops = {