Searched refs:vw (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/tty/vt/
H A Dvt_ioctl.c114 static void __vt_event_queue(struct vt_event_wait *vw) __vt_event_queue() argument
118 INIT_LIST_HEAD(&vw->list); __vt_event_queue()
119 vw->done = 0; __vt_event_queue()
122 list_add(&vw->list, &vt_events); __vt_event_queue()
126 static void __vt_event_wait(struct vt_event_wait *vw) __vt_event_wait() argument
129 wait_event_interruptible(vt_event_waitqueue, vw->done); __vt_event_wait()
132 static void __vt_event_dequeue(struct vt_event_wait *vw) __vt_event_dequeue() argument
138 list_del(&vw->list); __vt_event_dequeue()
144 * @vw: our event
151 static void vt_event_wait(struct vt_event_wait *vw) vt_event_wait() argument
153 __vt_event_queue(vw); vt_event_wait()
154 __vt_event_wait(vw); vt_event_wait()
155 __vt_event_dequeue(vw); vt_event_wait()
167 struct vt_event_wait vw; vt_event_wait_ioctl() local
169 if (copy_from_user(&vw.event, event, sizeof(struct vt_event))) vt_event_wait_ioctl()
172 if (vw.event.event & ~VT_MAX_EVENT) vt_event_wait_ioctl()
175 vt_event_wait(&vw); vt_event_wait_ioctl()
177 if (vw.done) { vt_event_wait_ioctl()
178 if (copy_to_user(event, &vw.event, sizeof(struct vt_event))) vt_event_wait_ioctl()
196 struct vt_event_wait vw; vt_waitactive() local
198 vw.event.event = VT_EVENT_SWITCH; vt_waitactive()
199 __vt_event_queue(&vw); vt_waitactive()
201 __vt_event_dequeue(&vw); vt_waitactive()
204 __vt_event_wait(&vw); vt_waitactive()
205 __vt_event_dequeue(&vw); vt_waitactive()
206 if (vw.done == 0) vt_waitactive()
208 } while (vw.event.newev != n); vt_waitactive()
/linux-4.4.14/drivers/ps3/
H A Dvuart.h71 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work, ps3_vuart_work_to_system_bus_dev() local
73 return vw->dev; ps3_vuart_work_to_system_bus_dev()
/linux-4.4.14/arch/ia64/hp/sim/boot/
H A Dboot_head.S153 /* key_size=24, phys_add_size=50, vw=1 */
/linux-4.4.14/drivers/ide/
H A Dali14xx.c10 * Adapted from code developed by derekn@vw.ece.cmu.edu. -ml
H A Dcmd640.c25 * derekn@vw.ece.cmu.edu, florian@btp2x3.phy.uni-bayreuth.de,
/linux-4.4.14/arch/mips/
H A DMakefile276 egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \
/linux-4.4.14/arch/ia64/kernel/
H A Dpalinfo.c348 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ", vm_info()
/linux-4.4.14/arch/ia64/include/asm/
H A Dpal.h1624 u64 vw : 1, member in struct:pal_vm_info_1_u::__anon1503

Completed in 349 milliseconds