Lines Matching refs:uwb_dev
38 struct uwb_dev;
60 struct uwb_dev { struct
73 #define to_uwb_dev(d) container_of(d, struct uwb_dev, dev) argument
179 struct uwb_dev *dev;
245 struct uwb_dev *owner;
372 struct uwb_dev uwb_dev; member
479 struct uwb_dev *uwb_dev_get_by_devaddr(struct uwb_rc *rc,
481 struct uwb_dev *uwb_dev_get_by_rc(struct uwb_dev *, struct uwb_rc *);
482 static inline void uwb_dev_get(struct uwb_dev *uwb_dev) in uwb_dev_get() argument
484 get_device(&uwb_dev->dev); in uwb_dev_get()
486 static inline void uwb_dev_put(struct uwb_dev *uwb_dev) in uwb_dev_put() argument
488 put_device(&uwb_dev->dev); in uwb_dev_put()
490 struct uwb_dev *uwb_dev_try_get(struct uwb_rc *rc, struct uwb_dev *uwb_dev);
609 return rsv->owner == &rsv->rc->uwb_dev; in uwb_rsv_is_owner()
630 void (*cb)(void *, struct uwb_dev *, enum uwb_notifs);