Home
last modified time | relevance | path

Searched refs:framer_get (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/framer/
Dframer.h111 struct framer *framer_get(struct device *dev, const char *con_id);
184 static inline struct framer *framer_get(struct device *dev, const char *con_id) in framer_get() function
/linux-6.12.1/drivers/net/wan/framer/
Dframer-core.c469 struct framer *framer_get(struct device *dev, const char *con_id) in framer_get() function
507 EXPORT_SYMBOL_GPL(framer_get);
549 framer = framer_get(dev, con_id); in devm_framer_get()