Searched refs:firmware_ops (Results 1 – 5 of 5) 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
10 Firmware operations can be specified by filling in a struct firmware_ops14 void register_firmware_ops(const struct firmware_ops *ops)16 The ops pointer must be non-NULL. More information about struct firmware_ops25 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))47 static const struct firmware_ops platformX_firmware_ops = {
70 static const struct firmware_ops trusted_foundations_ops = {
142 static const struct firmware_ops exynos_firmware_ops = {