Searched refs:inptr (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/console/ |
| A D | sticore.c | 87 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 125 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 127 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 156 *inptr = inptr_default; in sti_putc() 158 inptr, outptr, sti->glob_cfg); in sti_putc() 190 *inptr = inptr_default; in sti_set() 192 inptr, outptr, sti->glob_cfg); in sti_set() 218 *inptr = inptr_default; in sti_clear() 220 inptr, outptr, sti->glob_cfg); in sti_clear() 249 *inptr = inptr_default; in sti_bmove() [all …]
|
| /linux/arch/alpha/boot/ |
| A D | misc.c | 49 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 115 inptr = 1; in fill_inbuf()
|
| /linux/arch/nios2/boot/compressed/ |
| A D | misc.c | 39 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 125 inptr = 1; in fill_inbuf()
|
| /linux/arch/parisc/include/asm/ |
| A D | pdc.h | 93 unsigned long inptr, unsigned long outputr,
|
| /linux/drivers/video/fbdev/ |
| A D | sticore.h | 385 const void *flags, void *inptr, void *outptr,
|
| /linux/arch/parisc/kernel/ |
| A D | firmware.c | 1328 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1335 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
| /linux/lib/ |
| A D | inflate.c | 1117 inptr--; in inflate()
|
Completed in 18 milliseconds