firmware_ops 13 arch/arm/common/firmware.c static const struct firmware_ops default_firmware_ops; firmware_ops 15 arch/arm/common/firmware.c const struct firmware_ops *firmware_ops = &default_firmware_ops; firmware_ops 56 arch/arm/include/asm/firmware.h extern const struct firmware_ops *firmware_ops; firmware_ops 65 arch/arm/include/asm/firmware.h ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS)) firmware_ops 72 arch/arm/include/asm/firmware.h static inline void register_firmware_ops(const struct firmware_ops *ops) firmware_ops 76 arch/arm/include/asm/firmware.h firmware_ops = ops; firmware_ops 142 arch/arm/mach-exynos/firmware.c static const struct firmware_ops exynos_firmware_ops = { firmware_ops 126 drivers/firmware/trusted_foundations.c static const struct firmware_ops trusted_foundations_ops = { firmware_ops 166 drivers/firmware/trusted_foundations.c return firmware_ops == &trusted_foundations_ops;