Home
last modified time | relevance | path

Searched refs:firmware_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/arm/include/asm/
Dfirmware.h23 struct firmware_ops { struct
59 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()
/Linux-v4.19/arch/arm/common/
Dfirmware.c16 static const struct firmware_ops default_firmware_ops;
18 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable
/Linux-v4.19/Documentation/arm/
Dfirmware.txt10 Firmware operations can be specified by filling in a struct firmware_ops
14 void register_firmware_ops(const struct firmware_ops *ops)
16 The ops pointer must be non-NULL. More information about struct firmware_ops
25 ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
47 static const struct firmware_ops platformX_firmware_ops = {
/Linux-v4.19/arch/arm/firmware/
Dtrusted_foundations.c70 static const struct firmware_ops trusted_foundations_ops = {
/Linux-v4.19/arch/arm/mach-exynos/
Dfirmware.c142 static const struct firmware_ops exynos_firmware_ops = {