Home
last modified time | relevance | path

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

/linux/drivers/video/console/
A Dsticore.c87 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 Dmisc.c49 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 Dmisc.c39 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 Dpdc.h93 unsigned long inptr, unsigned long outputr,
/linux/drivers/video/fbdev/
A Dsticore.h385 const void *flags, void *inptr, void *outptr,
/linux/arch/parisc/kernel/
A Dfirmware.c1328 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 Dinflate.c1117 inptr--; in inflate()

Completed in 18 milliseconds