Searched refs:inptr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/video/ |
| H A D | sticore.c | 99 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local 107 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 108 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph() 110 store_sti_ptr(sti, &inptr->ext_ptr, inptr_ext); in sti_init_graph() 113 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph() 136 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local 145 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 147 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 161 struct sti_font_inptr *inptr; in sti_putc() local 176 inptr = &inptr_default; in sti_putc() [all …]
|
| /linux/arch/alpha/boot/ |
| H 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/ |
| H 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/ |
| H A D | pdc.h | 92 unsigned long inptr, unsigned long outputr,
|
| /linux/include/video/ |
| H A D | sticore.h | 390 const void *flags, void *inptr, void *outptr,
|