Home
last modified time | relevance | path

Searched defs:bce (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/uwb/
Dbeacon.c163 struct uwb_beca_e *bce = container_of(_bce, struct uwb_beca_e, refcnt); in uwb_bce_kfree() local
175 struct uwb_beca_e *bce, *next; in __uwb_beca_find_bydev() local
190 struct uwb_beca_e *bce, *next; in __uwb_beca_find_bymac() local
213 struct uwb_beca_e *bce; in uwb_dev_get_by_devaddr() local
233 struct uwb_beca_e *bce; in uwb_dev_get_by_macaddr() local
245 static void uwb_beca_e_init(struct uwb_beca_e *bce) in uwb_beca_e_init()
266 struct uwb_beca_e *bce; in __uwb_beca_add() local
285 struct uwb_beca_e *bce, *next; in uwb_beca_purge() local
301 struct uwb_beca_e *bce, *next; in uwb_beca_release() local
330 ssize_t uwb_bce_print_IEs(struct uwb_dev *uwb_dev, struct uwb_beca_e *bce, in uwb_bce_print_IEs()
[all …]
Dlc-dev.c155 struct uwb_beca_e *bce; in uwb_dev_BPST_show() local
192 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_LQE_show() local
206 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_LQE_store() local
220 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_RSSI_show() local
234 struct uwb_beca_e *bce = uwb_dev->bce; in uwb_dev_RSSI_store() local
399 void uwbd_dev_offair(struct uwb_beca_e *bce) in uwbd_dev_offair()
423 void uwbd_dev_onair(struct uwb_rc *rc, struct uwb_beca_e *bce) in uwbd_dev_onair()
Duwb-internal.h293 static inline void uwb_bce_get(struct uwb_beca_e *bce) in uwb_bce_get()
297 static inline void uwb_bce_put(struct uwb_beca_e *bce) in uwb_bce_put()
/linux-2.6.39/include/linux/
Duwb.h64 struct uwb_beca_e *bce; /* Beacon Cache Entry */ member