Searched refs:inptr (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/arch/alpha/boot/
H A Dmisc.c48 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.4.14/arch/nios2/boot/compressed/
H A Dmisc.c52 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.4.14/drivers/video/console/
H A Dsticore.c76 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.4.14/arch/cris/boot/compressed/
H A Dhead_v10.S98 ;; Do the decompression and save compressed size in inptr
106 add.d [inptr], $r9 ; size of compressed kernel
H A Dmisc.c57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
73 #define get_byte() (inbuf[inptr++])
H A Dhead_v32.S115 move.d inptr, $r0
/linux-4.4.14/arch/mn10300/boot/compressed/
H A Dmisc.c92 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.4.14/drivers/video/fbdev/
H A Dsticore.h137 u32 ext_ptr; /* pointer to extended init_graph inptr data structure*/
387 const void *flags, void *inptr, void *outptr,
/linux-4.4.14/arch/parisc/include/asm/
H A Dpdc.h322 unsigned long inptr, unsigned long outputr,
/linux-4.4.14/arch/parisc/kernel/
H A Dfirmware.c1189 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.4.14/lib/
H A Dinflate.c1116 inptr--;

Completed in 327 milliseconds