Searched refs:framer_init (Results 1 – 4 of 4) sorted by relevance
101 int framer_init(struct framer *framer);137 static inline int framer_init(struct framer *framer) in framer_init() function
82 * framer_init - framer internal initialization before framer operation92 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 called280 * Used to set the framer configuration. framer_init() must have been called305 * Used to get the framer configuration. framer_init() must have been called352 * Used to register a notifier block on framer events. framer_init() must have369 * Used to unregister a notifier block. framer_init() must have
328 ret = framer_init(framer->framer); in framer_component_probe()
225 ret = framer_init(qmc_hdlc->framer); in qmc_hdlc_framer_init()