Searched refs:init_control (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/xen/events/
H A Devents_fifo.c106 struct evtchn_init_control init_control; local
114 init_control.control_gfn = virt_to_gfn(control_block);
115 init_control.offset = 0;
116 init_control.vcpu = xen_vcpu_nr(cpu);
118 return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control);
/linux-master/drivers/video/fbdev/
H A Dcontrolfb.c837 static int __init init_control(struct fb_info_control *p) function
990 if (init_control(p) < 0)

Completed in 242 milliseconds