Searched refs:firmware_ops (Results 1 – 4 of 4) sorted by relevance
23 struct firmware_ops { struct59 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()
16 static const struct firmware_ops default_firmware_ops;18 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
66 static const struct firmware_ops trusted_foundations_ops = {
153 static const struct firmware_ops exynos_firmware_ops = {