Home
last modified time | relevance | path

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

/linux/include/linux/framer/
H A Dframer-provider.h37 struct framer_ops { struct
38 int (*init)(struct framer *framer);
39 void (*exit)(struct framer *framer);
40 int (*power_on)(struct framer *framer);
41 int (*power_off)(struct framer *framer);
53 int (*get_status)(struct framer *framer, struct framer_status *status);
65 int (*set_config)(struct framer *framer, const struct framer_config *config);
77 int (*get_config)(struct framer *framer, struct framer_config *config);
79 u32 flags;
80 struct module *owner;