framer_config
int framer_set_config(struct framer *framer, const struct framer_config *config)
int framer_get_config(struct framer *framer, struct framer_config *config)
static int pef2256_framer_set_config(struct framer *framer, const struct framer_config *config)
static int pef2256_framer_get_config(struct framer *framer, struct framer_config *config)
struct framer_config config;
struct framer_config config;
int (*set_config)(struct framer *framer, const struct framer_config *config);
int (*get_config)(struct framer *framer, struct framer_config *config);
int framer_get_config(struct framer *framer, struct framer_config *config);
int framer_set_config(struct framer *framer, const struct framer_config *config);
static inline int framer_get_config(struct framer *framer, struct framer_config *config)
static inline int framer_set_config(struct framer *framer, const struct framer_config *config)