Home
last modified time | relevance | path

Searched refs:bpoiec (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Dbeacon.c530 struct uwb_rc_evt_bpoie_change *bpoiec; in uwbd_evt_handle_rc_bpoie_change() local
536 if (evt->notif.size < sizeof(*bpoiec)) { in uwbd_evt_handle_rc_bpoie_change()
539 evt->notif.size, sizeof(*bpoiec)); in uwbd_evt_handle_rc_bpoie_change()
542 bpoiec = container_of(evt->notif.rceb, struct uwb_rc_evt_bpoie_change, rceb); in uwbd_evt_handle_rc_bpoie_change()
543 iesize = le16_to_cpu(bpoiec->wBPOIELength); in uwbd_evt_handle_rc_bpoie_change()