/linux-4.1.27/arch/nios2/boot/compressed/ |
H A D | misc.c | 52 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 65 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 138 inptr = 1; fill_inbuf()
|
/linux-4.1.27/arch/alpha/boot/ |
H A D | misc.c | 48 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 114 inptr = 1; fill_inbuf()
|
/linux-4.1.27/drivers/video/console/ |
H A D | sticore.c | 76 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; sti_init_graph() local 84 memset(inptr, 0, sizeof(*inptr)); sti_init_graph() 85 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ sti_init_graph() 87 inptr->ext_ptr = STI_PTR(inptr_ext); sti_init_graph() 90 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, sti_init_graph() 113 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; sti_inq_conf() local 122 memset(inptr, 0, sizeof(*inptr)); sti_inq_conf() 124 inptr, outptr, sti->glob_cfg); sti_inq_conf() 137 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; sti_putc() local 152 *inptr = inptr_default; sti_putc() 154 inptr, outptr, sti->glob_cfg); sti_putc() 169 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; sti_set() local 186 *inptr = inptr_default; sti_set() 188 inptr, outptr, sti->glob_cfg); sti_set() 197 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; sti_clear() local 214 *inptr = inptr_default; sti_clear() 216 inptr, outptr, sti->glob_cfg); sti_clear() 229 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; sti_bmove() local 244 *inptr = inptr_default; sti_bmove() 246 inptr, outptr, sti->glob_cfg); sti_bmove() 1095 const void *flags, void *inptr, void *outptr, sti_call() 1099 unsigned long _inptr = STI_PTR(inptr); sti_call() 1094 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
|
/linux-4.1.27/arch/cris/boot/compressed/ |
H A D | head_v10.S | 98 ;; Do the decompression and save compressed size in inptr 106 add.d [inptr], $r9 ; size of compressed kernel
|
H A D | misc.c | 57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable 73 #define get_byte() (inbuf[inptr++])
|
H A D | head_v32.S | 115 move.d inptr, $r0
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
H A D | misc.c | 92 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 128 unsigned char ch = inptr < insize ? inbuf[inptr++] : fill_inbuf(); get_byte() 251 inptr = 1; fill_inbuf()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | sticore.h | 137 u32 ext_ptr; /* pointer to extended init_graph inptr data structure*/ 387 const void *flags, void *inptr, void *outptr,
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | pdc.h | 322 unsigned long inptr, unsigned long outputr,
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | firmware.c | 1189 unsigned long inptr, unsigned long outputr, pdc_sti_call() 1196 retval = real32_call(func, flags, inptr, outputr, glob_cfg); pdc_sti_call() 1188 pdc_sti_call(unsigned long func, unsigned long flags, unsigned long inptr, unsigned long outputr, unsigned long glob_cfg) pdc_sti_call() argument
|
/linux-4.1.27/lib/ |
H A D | inflate.c | 1116 inptr--;
|