Home
last modified time | relevance | path

Searched refs:inptr (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/video/console/
Dsticore.c76 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local
84 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph()
85 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph()
87 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph()
90 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph()
113 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local
122 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf()
124 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
137 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local
152 *inptr = inptr_default; in sti_putc()
[all …]
/linux-4.4.14/arch/alpha/boot/
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; in fill_inbuf()
/linux-4.4.14/arch/nios2/boot/compressed/
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; in fill_inbuf()
/linux-4.4.14/arch/mn10300/boot/compressed/
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(); in get_byte()
251 inptr = 1; in fill_inbuf()
/linux-4.4.14/arch/cris/boot/compressed/
Dhead_v10.S98 ;; Do the decompression and save compressed size in inptr
106 add.d [inptr], $r9 ; size of compressed kernel
Dmisc.c57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
73 #define get_byte() (inbuf[inptr++])
/linux-4.4.14/arch/parisc/include/asm/
Dpdc.h322 unsigned long inptr, unsigned long outputr,
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h387 const void *flags, void *inptr, void *outptr,
/linux-4.4.14/arch/parisc/kernel/
Dfirmware.c1189 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument
1196 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
/linux-4.4.14/lib/
Dinflate.c1116 inptr--; in inflate()