Searched refs:inptr (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/video/console/ |
D | sticore.c | 80 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local 88 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 89 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph() 91 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph() 94 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph() 117 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local 126 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 128 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 142 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local 157 *inptr = inptr_default; in sti_putc() [all …]
|
/Linux-v6.1/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-v6.1/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-v6.1/arch/parisc/include/asm/ |
D | pdc.h | 90 unsigned long inptr, unsigned long outputr,
|
/Linux-v6.1/drivers/video/fbdev/ |
D | sticore.h | 388 const void *flags, void *inptr, void *outptr,
|
/Linux-v6.1/arch/parisc/kernel/ |
D | firmware.c | 1370 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1377 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
/Linux-v6.1/lib/ |
D | inflate.c | 1117 inptr--; in inflate()
|