Searched refs:firmware_ops (Results 1 – 5 of 5) sorted by relevance
20 struct firmware_ops { struct56 extern const struct firmware_ops *firmware_ops;65 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))72 static inline void register_firmware_ops(const struct firmware_ops *ops) in register_firmware_ops()76 firmware_ops = ops; in register_firmware_ops()
12 Firmware operations can be specified by filling in a struct firmware_ops16 void register_firmware_ops(const struct firmware_ops *ops)18 The ops pointer must be non-NULL. More information about struct firmware_ops27 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))49 static const struct firmware_ops platformX_firmware_ops = {
13 static const struct firmware_ops default_firmware_ops;15 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
143 static const struct firmware_ops trusted_foundations_ops = {183 return firmware_ops == &trusted_foundations_ops; in trusted_foundations_registered()
150 static const struct firmware_ops exynos_firmware_ops = {