Searched refs:inptr (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/ |
D | sticore.c | 79 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local 87 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 88 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph() 90 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph() 93 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph() 116 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local 125 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 127 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 141 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local 156 *inptr = inptr_default; in sti_putc() [all …]
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
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/ |
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/ |
D | pdc.h | 91 unsigned long inptr, unsigned long outputr,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | sticore.h | 385 const void *flags, void *inptr, void *outptr,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | firmware.c | 1296 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1303 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
/kernel/linux/linux-5.10/lib/ |
D | inflate.c | 1117 inptr--; in inflate()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 6014 + p_comp->inptr, 6175 + ret = copy_from_user(p_comp->inptr, buf, INBUF_SIZE); 6182 + ret = copy_from_user(p_comp->inptr, buf, count); 6193 + p_comp->inptr, copied, 6221 + ret = copy_from_user(p_comp->inptr+drv->client->ping_pong_offset+drv->client->offset, buf, cop… 6230 + p_comp->inptr+drv->client->ping_pong_offset, drv->client->offset+copied, 6245 + ret = copy_from_user(p_comp->inptr+drv->client->ping_pong_offset+drv->client->offset, buf, coun… 6280 + ret = copy_from_user(p_comp->inptr+drv->client->offset, buf, copied); 6289 + p_comp->inptr, drv->client->offset+copied, 6299 + ret = copy_from_user(p_comp->inptr+drv->client->offset, buf, count); [all …]
|