Home
last modified time | relevance | path

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

/linux-3.3/drivers/video/console/
Dsticore.c75 struct sti_init_inptr inptr = { in sti_init_graph() local
105 struct sti_conf_inptr inptr = { 0, }; in sti_inq_conf() local
127 struct sti_font_inptr inptr = { in sti_putc() local
157 struct sti_blkmv_inptr inptr = { in sti_set() local
183 struct sti_blkmv_inptr inptr = { in sti_clear() local
213 struct sti_blkmv_inptr inptr = { in sti_bmove() local
/linux-3.3/arch/alpha/boot/
Dmisc.c48 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
/linux-3.3/arch/h8300/boot/compressed/
Dmisc.c36 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
/linux-3.3/arch/cris/boot/compressed/
Dmisc.c57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
/linux-3.3/arch/mn10300/boot/compressed/
Dmisc.c92 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
/linux-3.3/arch/parisc/kernel/
Dfirmware.c1188 unsigned long inptr, unsigned long outputr, in pdc_sti_call()
/linux-3.3/drivers/video/
Dsticore.h43 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \ argument