Searched refs:lines (Results 1 – 4 of 4) sorted by relevance
/include/asm-generic/ |
D | xor.h | 21 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/ |
D | tty_driver.h | 332 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()
|
D | vt_kern.h | 38 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/ |
D | v4l2-subdev.h | 411 int (*g_skip_top_lines)(struct v4l2_subdev *sd, u32 *lines);
|