Searched refs:inptr (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/ |
| A D | sticore.c | 107 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 145 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 176 inptr = &inptr_default; in sti_putc() 180 *inptr = inptr_default; in sti_putc() 182 inptr = (void *)(((unsigned long)inptr) + sizeof(u32)); in sti_putc() 217 inptr = &inptr_default; in sti_set() 221 *inptr = inptr_default; in sti_set() 250 inptr = &inptr_default; in sti_clear() 254 *inptr = inptr_default; in sti_clear() 286 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()) 113 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 | 92 unsigned long inptr, unsigned long outputr,
|
| /linux/include/video/ |
| A D | sticore.h | 390 const void *flags, void *inptr, void *outptr,
|
| /linux/arch/parisc/kernel/ |
| A D | firmware.c | 1429 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1438 retval = real64_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call() 1443 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 28 milliseconds