Searched refs:firmware_ops (Results 1 – 3 of 3) 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()
13 static const struct firmware_ops default_firmware_ops;15 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
150 static const struct firmware_ops exynos_firmware_ops = {
Completed in 5 milliseconds