Home
last modified time | relevance | path

Searched defs:winsize (Results 1 – 12 of 12) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dtermios.h15 struct winsize { struct
16 unsigned short ws_row;
17 unsigned short ws_col;
18 unsigned short ws_xpixel;
19 unsigned short ws_ypixel;
/linux/arch/alpha/include/uapi/asm/
H A Dtermios.h34 struct winsize { struct
35 unsigned short ws_row;
36 unsigned short ws_col;
37 unsigned short ws_xpixel;
38 unsigned short ws_ypixel;
/linux/arch/powerpc/include/uapi/asm/
H A Dtermios.h46 struct winsize { struct
47 unsigned short ws_row;
48 unsigned short ws_col;
49 unsigned short ws_xpixel;
50 unsigned short ws_ypixel;
/linux/arch/mips/include/uapi/asm/
H A Dtermios.h46 struct winsize { struct
47 unsigned short ws_row;
48 unsigned short ws_col;
49 unsigned short ws_xpixel;
50 unsigned short ws_ypixel;
/linux/arch/sparc/kernel/
H A Dprocess_64.c489 int winsize = sizeof(struct reg_window); in synchronize_user_stack() local
529 int winsize = sizeof(struct reg_window); in fault_in_user_windows() local
/linux/tools/perf/util/
H A Dtop.h46 struct winsize winsize; member
/linux/drivers/net/wan/
H A Dc101.c93 #define winsize(card) (C101_WINDOW_SIZE) macro
H A Dn2.c133 #define winsize(card) (USE_WINDOWSIZE) macro
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c344 u64 cpu_addr, pci_addr, size, winsize; in cdns_pcie_host_bar_config() local
/linux/sound/soc/codecs/
H A Des8389.c111 static const char *const winsize[] = { variable
H A Des8326.c198 static const char *const winsize[] = { variable
/linux/net/rxrpc/
H A Dar-internal.h1489 int winsize = umin(call->tx_winsize, call->cong_cwnd + call->cong_extra); rxrpc_tx_window_space() local