Searched refs:uwb_evt (Results 1 – 1 of 1) sorted by relevance
380 struct uwb_event *uwb_evt; in uwb_rc_notif() local390 uwb_evt = kzalloc(sizeof(*uwb_evt), GFP_ATOMIC); in uwb_rc_notif()391 if (unlikely(uwb_evt == NULL)) { in uwb_rc_notif()397 uwb_evt->rc = __uwb_rc_get(rc); /* will be put by uwbd's uwbd_event_handle() */ in uwb_rc_notif()398 uwb_evt->ts_jiffies = jiffies; in uwb_rc_notif()399 uwb_evt->type = UWB_EVT_TYPE_NOTIF; in uwb_rc_notif()400 uwb_evt->notif.size = size; in uwb_rc_notif()401 uwb_evt->notif.rceb = rceb; in uwb_rc_notif()403 uwbd_event_queue(uwb_evt); in uwb_rc_notif()