Searched refs:uwb_evt (Results 1 – 1 of 1) sorted by relevance
366 struct uwb_event *uwb_evt; in uwb_rc_notif() local376 uwb_evt = kzalloc(sizeof(*uwb_evt), GFP_ATOMIC); in uwb_rc_notif()377 if (unlikely(uwb_evt == NULL)) { in uwb_rc_notif()383 uwb_evt->rc = __uwb_rc_get(rc); /* will be put by uwbd's uwbd_event_handle() */ in uwb_rc_notif()384 uwb_evt->ts_jiffies = jiffies; in uwb_rc_notif()385 uwb_evt->type = UWB_EVT_TYPE_NOTIF; in uwb_rc_notif()386 uwb_evt->notif.size = size; in uwb_rc_notif()387 uwb_evt->notif.rceb = rceb; in uwb_rc_notif()389 uwbd_event_queue(uwb_evt); in uwb_rc_notif()