Searched refs:xoff (Results 1 - 13 of 13) sorted by relevance

/drivers/media/pci/zoran/
H A Dzr36016.h41 __u16 xoff; member in struct:zr36016
H A Dzr36016.c277 zr36016_writei(ptr, ZR016I_NAX_HI, ptr->xoff >> 8);
278 zr36016_writei(ptr, ZR016I_NAX_LO, ptr->xoff & 0xFF);
336 ptr->xoff = (norm->HStart ? norm->HStart : 1) + cap->x;
/drivers/video/fbdev/aty/
H A Dmach64_cursor.c70 u16 xoff, yoff; local
92 xoff = -x;
95 xoff = 0;
119 ((u32) (64 - h + yoff) << 16) | xoff, par);
/drivers/staging/speakup/
H A Dspeakup_dectlk.c39 static int xoff; variable
43 return xoff;
190 xoff = 1;
192 xoff = 0;
/drivers/tty/serial/
H A Dsunsab.h16 u8 xoff; /* XOFF Character */ member in struct:sab82532_async_rd_regs
47 u8 xoff; member in struct:sab82532_async_wr_regs
83 u8 xoff; member in struct:sab82532_async_rw_regs
H A Dcrisv10.c1447 unsigned long xoff; local
1454 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char,
1456 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, stop);
1458 xoff |= IO_STATE(R_SERIAL0_XOFF, auto_xoff, enable);
1461 *((unsigned long *)&info->ioport[REG_XOFF]) = xoff;
1472 unsigned long xoff; local
1478 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(tty));
1479 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable);
1481 xoff |= IO_STATE(R_SERIAL0_XOFF, auto_xoff, enable);
1484 *((unsigned long *)&info->ioport[REG_XOFF]) = xoff;
2834 unsigned long xoff; local
[all...]
/drivers/usb/serial/
H A Dwhiteheat.h100 __u8 xoff; /* XOFF byte value */ member in struct:whiteheat_port_settings
H A Dmxuport.c779 u8 xoff = STOP_CHAR(tty); local
793 buf[1] = xoff;
802 __func__, xon, xoff);
H A Dwhiteheat.c705 port_settings.xoff = STOP_CHAR(tty);
706 dev_dbg(dev, "%s - XON = %2x, XOFF = %2x\n", __func__, port_settings.xon, port_settings.xoff);
/drivers/gpu/drm/armada/
H A Darmada_crtc.c730 uint32_t xoff, xscr, w = dcrtc->cursor_w, s; local
739 xoff = -dcrtc->cursor_x;
741 w -= min(xoff, w);
743 xoff = 0;
747 xoff = 0;
807 pix += yoff * s + xoff;
/drivers/video/fbdev/
H A Dps3fb.c852 res.xoff = (res.xres - info->var.xres) / 2;
/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c709 u64 xoff = 0; local
716 xoff = nsd->link_xoff_rx;
721 /* No new LFC xoff rx */
722 if (!(nsd->link_xoff_rx - xoff))
749 bool xoff[I40E_MAX_TRAFFIC_CLASS] = {false}; local
771 /* No new PFC xoff rx */
776 xoff[tc] = true;
790 if (xoff[tc])
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c926 /* refill credits (no tx hang) if we received xoff */
939 u32 xoff[8] = {0}; local
966 xoff[tc] += pxoffrxc;
969 /* disarm tx queues that have received xoff frames */
974 if (xoff[tc])

Completed in 292 milliseconds