Home
last modified time | relevance | path

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

/linux/include/linux/framer/
H A Dframer.h108 int framer_notifier_register(struct framer *framer, struct notifier_block *nb);
172 static inline int framer_notifier_register(struct framer *framer, in framer_notifier_register() function
/linux/drivers/net/wan/framer/
H A Dframer-core.c358 int framer_notifier_register(struct framer *framer, struct notifier_block *nb) in framer_notifier_register() function
362 EXPORT_SYMBOL_GPL(framer_notifier_register);
/linux/sound/soc/codecs/
H A Dframer-codec.c348 ret = framer_notifier_register(framer->framer, &framer->nb); in framer_component_probe()
/linux/drivers/net/wan/
H A Dfsl_qmc_hdlc.c114 ret = framer_notifier_register(qmc_hdlc->framer, &qmc_hdlc->nb); in qmc_hdlc_framer_start()