Searched defs:firmware_ops (Results 1 – 4 of 4) sorted by relevance
20 struct firmware_ops { struct24 int (*prepare_idle)(unsigned long mode);28 int (*do_idle)(unsigned long mode);55 /* Global pointer for current firmware_ops structure, can't be NULL. */ argument
15 const struct firmware_ops *firmware_ops = &default_firmware_ops; variable