Home
last modified time | relevance | path

Searched refs:framer_init (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/framer/
H A Dframer.h101 int framer_init(struct framer *framer);
137 static inline int framer_init(struct framer *framer) in framer_init() function
/linux/drivers/net/wan/framer/
H A Dframer-core.c82 * framer_init - framer internal initialization before framer operation
92 int framer_init(struct framer *framer) in framer_init() function
135 EXPORT_SYMBOL_GPL(framer_init);
175 * Must be called after framer_init().
252 * Used to get the framer status. framer_init() must have been called
280 * Used to set the framer configuration. framer_init() must have been called
305 * Used to get the framer configuration. framer_init() must have been called
352 * Used to register a notifier block on framer events. framer_init() must have
369 * Used to unregister a notifier block. framer_init() must have
/linux/sound/soc/codecs/
H A Dframer-codec.c328 ret = framer_init(framer->framer); in framer_component_probe()
/linux/drivers/net/wan/
H A Dfsl_qmc_hdlc.c225 ret = framer_init(qmc_hdlc->framer); in qmc_hdlc_framer_init()