Searched refs:inptr (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/video/console/ |
D | sticore.c | 76 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/ |
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; in fill_inbuf()
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
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; in fill_inbuf()
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
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(); in get_byte() 251 inptr = 1; in fill_inbuf()
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 98 ;; Do the decompression and save compressed size in inptr 106 add.d [inptr], $r9 ; size of compressed kernel
|
D | misc.c | 57 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/ |
D | pdc.h | 322 unsigned long inptr, unsigned long outputr,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sticore.h | 387 const void *flags, void *inptr, void *outptr,
|
/linux-4.4.14/arch/parisc/kernel/ |
D | firmware.c | 1189 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/ |
D | inflate.c | 1116 inptr--; in inflate()
|