Home
last modified time | relevance | path

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

/include/asm-generic/
Dxor.h21 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local
34 } while (--lines > 0); in xor_8regs_2()
41 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local
55 } while (--lines > 0); in xor_8regs_3()
62 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local
77 } while (--lines > 0); in xor_8regs_4()
84 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local
100 } while (--lines > 0); in xor_8regs_5()
106 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local
136 } while (--lines > 0); in xor_32regs_2()
[all …]
/include/linux/
Dtty_driver.h332 extern struct tty_driver *__tty_alloc_driver(unsigned int lines,
342 #define tty_alloc_driver(lines, flags) \ argument
343 __tty_alloc_driver(lines, THIS_MODULE, flags)
349 static inline struct tty_driver *alloc_tty_driver(unsigned int lines) in alloc_tty_driver() argument
351 struct tty_driver *ret = tty_alloc_driver(lines, 0); in alloc_tty_driver()
Dvt_kern.h38 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
48 void scrollback(struct vc_data *vc, int lines);
49 void scrollfront(struct vc_data *vc, int lines);
/include/media/
Dv4l2-subdev.h411 int (*g_skip_top_lines)(struct v4l2_subdev *sd, u32 *lines);