/kernel/linux/linux-6.6/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, outpt in sti_inq_conf() 161 struct sti_font_inptr *inptr; sti_putc() local 200 struct sti_blkmv_inptr *inptr; sti_set() local 233 struct sti_blkmv_inptr *inptr; sti_clear() local 271 struct sti_blkmv_inptr *inptr; sti_bmove() local 1176 sti_call(const struct sti_struct *sti, unsigned long func, const void *flags, void *inptr, void *outptr, struct sti_glob_cfg *glob_cfg) sti_call() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/console/ |
H A 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, outpt in sti_inq_conf() 142 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; sti_putc() local 174 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; sti_set() local 202 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; sti_clear() local 235 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; sti_bmove() local 1108 sti_call(const struct sti_struct *sti, unsigned long func, const void *flags, void *inptr, void *outptr, struct sti_glob_cfg *glob_cfg) sti_call() argument [all...] |
/kernel/linux/linux-5.10/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()) 115 inptr = 1; in fill_inbuf()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdc.h | 91 unsigned long inptr, unsigned long outputr,
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdc.h | 92 unsigned long inptr, unsigned long outputr,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sticore.h | 132 u32 ext_ptr; /* pointer to extended init_graph inptr data structure*/ 388 const void *flags, void *inptr, void *outptr,
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sticore.h | 133 u32 *ext_ptr; /* pointer to extended init_graph inptr data structure*/ 390 const void *flags, void *inptr, void *outptr,
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 1429 unsigned long inptr, unsigned long outputr, in pdc_sti_call() 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() 1428 pdc_sti_call(unsigned long func, unsigned long flags, unsigned long inptr, unsigned long outputr, unsigned long glob_cfg, int do_call64) pdc_sti_call() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | firmware.c | 1297 unsigned long inptr, unsigned long outputr, in pdc_sti_call() 1304 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call() 1296 pdc_sti_call(unsigned long func, unsigned long flags, unsigned long inptr, unsigned long outputr, unsigned long glob_cfg) pdc_sti_call() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | inflate.c | 1117 inptr--;
|
/kernel/linux/linux-6.6/lib/ |
H A D | inflate.c | 1117 inptr--;
|