Home
last modified time | relevance | path

Searched defs:firmware_ops (Results 1 – 2 of 2) sorted by relevance

/arch/arm/include/asm/
Dfirmware.h23 struct firmware_ops { struct
27 int (*prepare_idle)(void);
31 int (*do_idle)(unsigned long mode);
58 /* Global pointer for current firmware_ops structure, can't be NULL. */ argument
/arch/arm/common/
Dfirmware.c18 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable