Home
last modified time | relevance | path

Searched refs:register_firmware_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/Documentation/arm/
Dfirmware.txt11 with appropriate callbacks and then registering it with register_firmware_ops()
14 void register_firmware_ops(const struct firmware_ops *ops)
56 register_firmware_ops(&platformX_firmware_ops);
/linux-4.1.27/arch/arm/include/asm/
Dfirmware.h71 static inline void register_firmware_ops(const struct firmware_ops *ops) in register_firmware_ops() function
/linux-4.1.27/arch/arm/firmware/
Dtrusted_foundations.c77 register_firmware_ops(&trusted_foundations_ops); in register_trusted_foundations()
/linux-4.1.27/arch/arm/mach-exynos/
Dfirmware.c201 register_firmware_ops(&exynos_firmware_ops); in exynos_firmware_init()