firmware_ops
static const struct firmware_ops default_firmware_ops;
const struct firmware_ops *firmware_ops = &default_firmware_ops;
extern const struct firmware_ops *firmware_ops;
((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
static inline void register_firmware_ops(const struct firmware_ops *ops)
firmware_ops = ops;
static const struct firmware_ops exynos_firmware_ops = {
static const struct firmware_ops trusted_foundations_ops = {
return firmware_ops == &trusted_foundations_ops;