Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 7 of 7) sorted by relevance

/include/asm-generic/
Dxor.h13 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local
26 } while (--lines > 0); in xor_8regs_2()
33 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local
47 } while (--lines > 0); in xor_8regs_3()
54 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local
69 } while (--lines > 0); in xor_8regs_4()
76 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local
92 } while (--lines > 0); in xor_8regs_5()
98 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local
128 } while (--lines > 0); in xor_32regs_2()
[all …]
/include/linux/
Dtty_driver.h338 extern struct tty_driver *__tty_alloc_driver(unsigned int lines,
348 #define tty_alloc_driver(lines, flags) \ argument
349 __tty_alloc_driver(lines, THIS_MODULE, flags)
355 static inline struct tty_driver *alloc_tty_driver(unsigned int lines) in alloc_tty_driver() argument
357 struct tty_driver *ret = tty_alloc_driver(lines, 0); in alloc_tty_driver()
Dvt_kern.h39 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
50 void scrollfront(struct vc_data *vc, int lines);
188 void vc_scrolldelta_helper(struct vc_data *c, int lines,
Dconsole.h61 unsigned int lines);
74 void (*con_scrolldelta)(struct vc_data *vc, int lines);
/include/uapi/linux/
Dgpio.h27 __u32 lines; member
93 __u32 lines; member
/include/media/
Dv4l2-subdev.h502 int (*g_skip_top_lines)(struct v4l2_subdev *sd, u32 *lines);
/include/media/tpg/
Dv4l2-tpg.h228 u8 *lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; member