Lines Matching refs:uwb_dev

63 		dev_err(&rc->uwb_dev.dev,  in uwb_rc_start_beacon()
91 dev_err(&rc->uwb_dev.dev, in uwb_rc_stop_beacon()
118 struct device *dev = &rc->uwb_dev.dev; in uwb_rc_beacon()
212 struct uwb_dev *uwb_dev_get_by_devaddr(struct uwb_rc *rc, in uwb_dev_get_by_devaddr()
215 struct uwb_dev *found = NULL; in uwb_dev_get_by_devaddr()
221 found = uwb_dev_try_get(rc, bce->uwb_dev); in uwb_dev_get_by_devaddr()
232 struct uwb_dev *uwb_dev_get_by_macaddr(struct uwb_rc *rc, in uwb_dev_get_by_macaddr()
235 struct uwb_dev *found = NULL; in uwb_dev_get_by_macaddr()
241 found = uwb_dev_try_get(rc, bce->uwb_dev); in uwb_dev_get_by_macaddr()
276 bce->uwb_dev = NULL; in __uwb_beca_add()
324 dev_info(&rc->uwb_dev.dev, in uwb_beacon_print()
333 ssize_t uwb_bce_print_IEs(struct uwb_dev *uwb_dev, struct uwb_beca_e *bce, in uwb_bce_print_IEs() argument
366 struct device *dev = &rc->uwb_dev.dev; in uwb_verify_beacon()
456 if (bce->uwb_dev == NULL) in uwbd_evt_handle_rc_beacon()
472 struct device *dev = &evt->rc->uwb_dev.dev; in uwbd_evt_handle_rc_beacon_size()
509 struct device *dev = &rc->uwb_dev.dev; in uwbd_evt_handle_rc_bp_slot_change()
520 mutex_lock(&rc->uwb_dev.mutex); in uwbd_evt_handle_rc_bp_slot_change()
522 mutex_unlock(&rc->uwb_dev.mutex); in uwbd_evt_handle_rc_bp_slot_change()
524 rc->uwb_dev.beacon_slot = uwb_rc_evt_bp_slot_change_slot_num(bpsc); in uwbd_evt_handle_rc_bp_slot_change()
543 struct device *dev = &evt->rc->uwb_dev.dev; in uwbd_evt_handle_rc_bpoie_change()
581 struct uwb_dev *uwb_dev = to_uwb_dev(dev); in uwb_rc_beacon_show() local
582 struct uwb_rc *rc = uwb_dev->rc; in uwb_rc_beacon_show()
585 mutex_lock(&rc->uwb_dev.mutex); in uwb_rc_beacon_show()
587 mutex_unlock(&rc->uwb_dev.mutex); in uwb_rc_beacon_show()
598 struct uwb_dev *uwb_dev = to_uwb_dev(dev); in uwb_rc_beacon_store() local
599 struct uwb_rc *rc = uwb_dev->rc; in uwb_rc_beacon_store()