Searched defs:we (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/class/
H A Dcdc-wdm.c134 /* return intfdata if we own the interface, else look up intf in the list */
334 int rv = -EMSGSIZE, r, we; local
342 we = desc->werr;
345 if (we < 0)
468 /* may have happened while we slept */
492 * recheck whether we've lost the race
523 /* in case we had outstanding data */
998 * we notify everybody using poll of
/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c166 * So we simply ignore them. This should only affect
248 * the disconnect semaphore; we can't
339 * to the console's internal screen buffer. So we
518 /* Returnvalue 0 means we have fully restored screen,
534 /* That really should not happen. It would mean we are
544 /* Check that we don't copy too much */
582 /* Check that we don't copy too much */
720 int ul, we, p, st; local
742 we = sisusb->con_rolled_over + c->vc_size_row;
747 we
[all...]
/drivers/target/
H A Dtarget_core_pr.c334 int we = 0; /* Write Exclusive */ local
355 we = 1;
365 we = 1;
375 we = 1;
394 ret = (we) ? 0 : 1;
409 ret = (we) ? 0 : 1; /* Allowed Write Exclusive */
460 ret = (we) ? 0 : 1; /* Allowed Write Exclusive */
472 ret = (we) ? 0 : 1; /* Allowed Write Exclusive */
517 if ((we) && !(registered_nexus)) {
535 * as we expec
[all...]
/drivers/video/console/
H A Dvgacon.c100 static int vga_can_do_color __read_mostly; /* Do we support colors? */
145 * By replacing the four outb_p with two back to back outw, we can reduce
149 * I/O. Since the Xservers get away with it, we should be able to as well.
342 int ul, we, p, st; local
347 we = vga_rolled_over + c->vc_size_row;
350 we = vga_vram_size;
352 p = (c->vc_visible_origin - vga_vram_base - ul + we) % we +
354 st = (c->vc_origin - vga_vram_base - ul + we) % we;
[all...]

Completed in 107 milliseconds