Searched refs:inptr (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/video/console/ |
| D | sticore.c | 77 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local 85 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 86 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph() 88 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph() 91 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph() 114 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local 123 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 125 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 138 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local 153 *inptr = inptr_default; in sti_putc() [all …]
|
| /Linux-v5.4/arch/alpha/boot/ |
| 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-v5.4/arch/nios2/boot/compressed/ |
| 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-v5.4/arch/parisc/include/asm/ |
| D | pdc.h | 91 unsigned long inptr, unsigned long outputr,
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | sticore.h | 388 const void *flags, void *inptr, void *outptr,
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | firmware.c | 1295 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1302 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
| /Linux-v5.4/lib/ |
| D | inflate.c | 1117 inptr--; in inflate()
|