Searched refs:uwb_beca_e (Results 1 – 3 of 3) sorted by relevance
/drivers/uwb/ |
D | beacon.c | 163 struct uwb_beca_e *bce = container_of(_bce, struct uwb_beca_e, refcnt); in uwb_bce_kfree() 172 struct uwb_beca_e *__uwb_beca_find_bydev(struct uwb_rc *rc, in __uwb_beca_find_bydev() 175 struct uwb_beca_e *bce, *next; in __uwb_beca_find_bydev() 187 struct uwb_beca_e *__uwb_beca_find_bymac(struct uwb_rc *rc, in __uwb_beca_find_bymac() 190 struct uwb_beca_e *bce, *next; in __uwb_beca_find_bymac() 213 struct uwb_beca_e *bce; in uwb_dev_get_by_devaddr() 233 struct uwb_beca_e *bce; in uwb_dev_get_by_macaddr() 245 static void uwb_beca_e_init(struct uwb_beca_e *bce) in uwb_beca_e_init() 261 struct uwb_beca_e *__uwb_beca_add(struct uwb_rc *rc, in __uwb_beca_add() 266 struct uwb_beca_e *bce; in __uwb_beca_add() [all …]
|
D | uwb-internal.h | 36 struct uwb_beca_e; 44 extern void uwbd_dev_onair(struct uwb_rc *, struct uwb_beca_e *); 45 extern void uwbd_dev_offair(struct uwb_beca_e *); 275 struct uwb_beca_e { struct 288 extern ssize_t uwb_bce_print_IEs(struct uwb_dev *, struct uwb_beca_e *, argument 292 static inline void uwb_bce_get(struct uwb_beca_e *bce) in uwb_bce_get() 296 static inline void uwb_bce_put(struct uwb_beca_e *bce) in uwb_bce_put()
|
D | lc-dev.c | 157 struct uwb_beca_e *bce; in uwb_dev_BPST_show() 194 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_LQE_show() 208 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_LQE_store() 222 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_RSSI_show() 236 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_RSSI_store() 401 void uwbd_dev_offair(struct uwb_beca_e *bce) in uwbd_dev_offair() 425 void uwbd_dev_onair(struct uwb_rc *rc, struct uwb_beca_e *bce) in uwbd_dev_onair()
|