Lines Matching refs:uwb_rc
46 struct uwb_rc *rc = dev_get_drvdata(dev); in uwb_rc_index_match()
53 static struct uwb_rc *uwb_rc_find_by_index(int index) in uwb_rc_find_by_index()
56 struct uwb_rc *rc = NULL; in uwb_rc_find_by_index()
82 struct uwb_rc *rc = container_of(uwb_dev, struct uwb_rc, uwb_dev); in uwb_rc_sys_release()
89 void uwb_rc_init(struct uwb_rc *rc) in uwb_rc_init()
111 struct uwb_rc *uwb_rc_alloc(void) in uwb_rc_alloc()
113 struct uwb_rc *rc; in uwb_rc_alloc()
129 struct uwb_rc *rc = uwb_dev->rc; in ASIE_show()
165 struct uwb_rc *rc = uwb_dev->rc; in ASIE_store()
235 static int uwb_rc_sys_add(struct uwb_rc *rc) in uwb_rc_sys_add()
241 static void __uwb_rc_sys_rm(struct uwb_rc *rc) in __uwb_rc_sys_rm()
256 int uwb_rc_mac_addr_setup(struct uwb_rc *rc) in uwb_rc_mac_addr_setup()
288 static int uwb_rc_setup(struct uwb_rc *rc) in uwb_rc_setup()
339 int uwb_rc_add(struct uwb_rc *rc, struct device *parent_dev, void *priv) in uwb_rc_add()
409 void uwb_rc_rm(struct uwb_rc *rc) in uwb_rc_rm()
438 const struct uwb_rc *target_rc = data; in find_rc_try_get()
439 struct uwb_rc *rc = dev_get_drvdata(dev); in find_rc_try_get()
460 struct uwb_rc *__uwb_rc_try_get(struct uwb_rc *target_rc) in __uwb_rc_try_get()
463 struct uwb_rc *rc = NULL; in __uwb_rc_try_get()
480 static inline struct uwb_rc *uwb_rc_get(struct uwb_rc *rc) in uwb_rc_get()
491 struct uwb_rc *rc = dev_get_drvdata(dev); in find_rc_grandpa()
516 struct uwb_rc *uwb_rc_get_by_grandpa(const struct device *grandpa_dev) in uwb_rc_get_by_grandpa()
519 struct uwb_rc *rc = NULL; in uwb_rc_get_by_grandpa()
537 struct uwb_rc *rc = dev_get_drvdata(dev); in find_rc_dev()
550 struct uwb_rc *uwb_rc_get_by_dev(const struct uwb_dev_addr *addr) in uwb_rc_get_by_dev()
553 struct uwb_rc *rc = NULL; in uwb_rc_get_by_dev()
569 void uwb_rc_put(struct uwb_rc *rc) in uwb_rc_put()