Searched refs:inptr (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/video/ |
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-6.12.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()) 113 inptr = 1; in fill_inbuf()
|
/linux-6.12.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-6.12.1/arch/parisc/include/asm/ |
D | pdc.h | 92 unsigned long inptr, unsigned long outputr,
|
/linux-6.12.1/include/video/ |
D | sticore.h | 390 const void *flags, void *inptr, void *outptr,
|
/linux-6.12.1/arch/parisc/kernel/ |
D | firmware.c | 1429 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1438 retval = real64_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call() 1443 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
/linux-6.12.1/lib/ |
D | inflate.c | 1117 inptr--; in inflate()
|