Home
last modified time | relevance | path

Searched refs:framer_get_config (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/framer/
Dframer.h106 int framer_get_config(struct framer *framer, struct framer_config *config);
162 static inline int framer_get_config(struct framer *framer, struct framer_config *config) in framer_get_config() function
/linux-6.12.1/drivers/net/wan/framer/
Dframer-core.c310 int framer_get_config(struct framer *framer, struct framer_config *config) in framer_get_config() function
323 EXPORT_SYMBOL_GPL(framer_get_config);
/linux-6.12.1/drivers/net/wan/
Dfsl_qmc_hdlc.c145 ret = framer_get_config(qmc_hdlc->framer, &config); in qmc_hdlc_framer_set_iface()
188 ret = framer_get_config(qmc_hdlc->framer, &config); in qmc_hdlc_framer_get_iface()