Searched refs:evtbuf (Results 1 – 3 of 3) sorted by relevance
25 struct virtio_input_event *evtbuf) in virtinput_queue_evtbuf() argument29 sg_init_one(sg, evtbuf, sizeof(*evtbuf)); in virtinput_queue_evtbuf()30 virtqueue_add_inbuf(vi->evt, sg, 1, evtbuf, GFP_ATOMIC); in virtinput_queue_evtbuf()
520 SmartPtr<SofEventBuffer> evtbuf = hwres.dynamic_cast_ptr<SofEventBuffer>(); in syncSofEvt() local521 SmartPtr<SofEventData> evtdata = evtbuf->get_data(); in syncSofEvt()587 SmartPtr<SofEventBuffer> evtbuf = hwres.dynamic_cast_ptr<SofEventBuffer>(); in hwResCb() local588 SmartPtr<SofEventData> evtdata = evtbuf->get_data(); in hwResCb()
5564 SmartPtr<SofEventBuffer> evtbuf = buf.dynamic_cast_ptr<SofEventBuffer>(); in notify_sof() local5565 SmartPtr<SofEventData> evtdata = evtbuf->get_data(); in notify_sof()