Lines Matching defs:rc
46 struct uwb_rc *rc = dev_get_drvdata(dev); in uwb_rc_index_match() local
56 struct uwb_rc *rc = NULL; in uwb_rc_find_by_index() local
82 struct uwb_rc *rc = container_of(uwb_dev, struct uwb_rc, uwb_dev); in uwb_rc_sys_release() local
89 void uwb_rc_init(struct uwb_rc *rc) in uwb_rc_init()
113 struct uwb_rc *rc; in uwb_rc_alloc() local
129 struct uwb_rc *rc = uwb_dev->rc; in ASIE_show() local
165 struct uwb_rc *rc = uwb_dev->rc; in ASIE_store() local
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()
439 struct uwb_rc *rc = dev_get_drvdata(dev); in find_rc_try_get() local
463 struct uwb_rc *rc = NULL; in __uwb_rc_try_get() local
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() local
519 struct uwb_rc *rc = NULL; in uwb_rc_get_by_grandpa() local
537 struct uwb_rc *rc = dev_get_drvdata(dev); in find_rc_dev() local
553 struct uwb_rc *rc = NULL; in uwb_rc_get_by_dev() local
569 void uwb_rc_put(struct uwb_rc *rc) in uwb_rc_put()