Searched defs:framer_ops (Results 1 – 1 of 1) sorted by relevance
37 struct framer_ops { struct38 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;