Searched refs:image (Results 151 - 175 of 319) sorted by relevance

1234567891011>>

/linux-master/include/sound/
H A Dhwdep.h36 struct snd_hwdep_dsp_image *image);
/linux-master/arch/sparc/vdso/
H A DMakefile14 obj-$(CONFIG_SPARC64) += vdso-image-64.o
15 obj-$(CONFIG_COMPAT) += vdso-image-32.o
22 targets += $(foreach x, 32 64, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
38 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
/linux-master/arch/powerpc/kexec/
H A Dcore.c54 void machine_kexec_cleanup(struct kimage *image) argument
62 void machine_kexec(struct kimage *image) argument
70 ppc_md.machine_kexec(image);
72 default_machine_kexec(image);
/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c945 static void tdfxfb_imageblit(struct fb_info *info, const struct fb_image *image) argument
948 int size = image->height * ((image->width * image->depth + 7) >> 3);
953 u8 *chardata = (u8 *) image->data;
955 u32 dx = image->dx;
956 u32 dy = image->dy;
959 if (image->depth != 1) {
965 cfb_imageblit(info, image);
972 tdfx_outl(par, COLORFORE, image
[all...]
H A Ds3fb.c340 /* image data is MSB-first, fb structure is MSB-first too */
347 static void s3fb_iplan_imageblit(struct fb_info *info, const struct fb_image *image) argument
349 u32 fg = expand_color(image->fg_color);
350 u32 bg = expand_color(image->bg_color);
357 src1 = image->data;
358 dst1 = info->screen_base + (image->dy * info->fix.line_length)
359 + ((image->dx / 8) * 4);
361 for (y = 0; y < image->height; y++) {
364 for (x = 0; x < image->width; x += 8) {
369 src1 += image
404 s3fb_cfb4_imageblit(struct fb_info *info, const struct fb_image *image) argument
431 s3fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dhgafb.c523 static void hgafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
526 u8 *cdat = (u8 *) image->data;
527 u_int rows, y = image->dy;
531 for (rows = image->height; rows--; y++) {
532 for (x = 0; x < image->width; x+= 8) {
534 dest = rowaddr(info, y) + ((image->dx + x)>> 3);
H A Dneofb.c1429 neo2200_imageblit(struct fb_info *info, const struct fb_image *image) argument
1432 int s_pitch = (image->width * image->depth + 7) >> 3;
1439 data_len = ((d_pitch * image->height) + buf_align) & ~buf_align;
1443 if (image->depth == 1) {
1444 if (info->var.bits_per_pixel == 24 && image->width < 16) {
1446 * transfers in 24 bit mode if the image being transferred
1448 * padding when writing the image. We need to adjust
1450 cfb_imageblit(info, image);
1454 } else if (image
1525 neofb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dtgafb.c632 tgafb_mono_imageblit(struct fb_info *info, const struct fb_image *image) argument
644 dx = image->dx;
645 dy = image->dy;
646 width = image->width;
647 height = image->height;
656 /* Crop the image to the screen. */
670 fgcolor = image->fg_color;
671 bgcolor = image->bg_color;
699 data = (const unsigned char *) image->data;
724 /* The image dat
845 tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image) argument
894 tgafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dcg6.c389 * cg6_imageblit - Copies a image from system memory to the screen.
392 * @image: structure defining the image.
394 static void cg6_imageblit(struct fb_info *info, const struct fb_image *image) argument
398 const u8 *data = image->data;
403 if (image->depth > 1) {
404 cfb_imageblit(info, image);
412 sbus_writel(image->fg_color, &fbc->fg);
413 sbus_writel(image->bg_color, &fbc->bg);
423 x = image
[all...]
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c461 * rivafb_load_cursor_image - load cursor image to hardware
464 * @w: width of cursor image in pixels
465 * @h: height of cursor image in scanlines
470 * Loads cursor image based on a monochrome source and mask bitmap. The
471 * image bits determines the color of the pixel, 0 for background, 1 for
1471 * @image: pointer to fb_image structure
1485 const struct fb_image *image)
1489 u8 *cdat = (u8 *) image->data;
1493 if ((info->flags & FBINFO_HWACCEL_DISABLED) || image->depth != 1) {
1494 cfb_imageblit(info, image);
1484 rivafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c366 struct icp_qat_uclo_encapme *image)
379 uof_image = image->img_ptr;
387 page = image->page;
524 struct icp_qat_uof_image *image)
531 ((char *)image + sizeof(struct icp_qat_uof_image));
551 if (image->numpages > 1) {
555 if (ICP_QAT_SHARED_USTORE_MODE(image->ae_mode)) {
559 if (RELOADABLE_CTX_SHARED_MODE(image->ae_mode)) {
604 struct icp_qat_uof_image *image; local
616 image
365 qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, struct icp_qat_uclo_encapme *image) argument
523 qat_uclo_check_image_compat(struct icp_qat_uof_encap_obj *encap_uof_obj, struct icp_qat_uof_image *image) argument
976 struct icp_qat_uclo_encapme *image; local
1372 qat_uclo_check_image(struct icp_qat_fw_loader_handle *handle, char *image, unsigned int size, unsigned int fw_type) argument
1414 qat_uclo_map_auth_fw(struct icp_qat_fw_loader_handle *handle, char *image, unsigned int size, struct icp_qat_fw_auth_desc **desc) argument
2010 qat_uclo_wr_uimage_page(struct icp_qat_fw_loader_handle *handle, struct icp_qat_uof_image *image) argument
[all...]
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c78 __le32 *image; member in struct:jit_ctx
95 if (ctx->image != NULL)
96 ctx->image[ctx->idx] = cpu_to_le32(insn);
686 plt = (struct bpf_plt *)(ctx->image + ctx->idx);
691 if (ctx->image)
763 if (!ctx->image)
809 ex = (void *)ctx->image + ((void *)ex - (void *)ctx->ro_image);
1527 if (ctx->image == NULL)
1532 if (ctx->image == NULL)
1544 if (ctx->image
2174 arch_free_bpf_trampoline(void *image, unsigned int size) argument
2179 arch_protect_bpf_trampoline(void *image, unsigned int size) argument
2183 arch_unprotect_bpf_trampoline(void *image, unsigned int size) argument
2193 void *image, *tmp; local
2343 void *image = NULL; local
[all...]
/linux-master/sound/isa/cs423x/
H A Dcs4236_lib.c178 chip->image[CS4231_ALT_FEATURE_1] | 0x10);
181 chip->image[CS4231_ALT_FEATURE_1] & ~0x10);
196 chip->image[CS4231_ALT_FEATURE_1] | 0x20);
199 chip->image[CS4231_ALT_FEATURE_1] & ~0x20);
213 chip->image[reg] = snd_wss_in(chip, reg);
236 snd_wss_out(chip, reg, chip->image[reg]);
604 ucontrol->value.integer.value[0] = (chip->image[left_reg] >> shift_left) & mask;
636 val1 = (chip->image[left_reg] & ~(mask << shift_left)) | val1;
638 change = val1 != chip->image[left_reg] || val2 != chip->eimage[CS4236_REG(right_reg)];
725 ucontrol->value.integer.value[0] = snd_cs4235_mixer_output_accu_get_volume(chip->image[CS4235_LEFT_MASTE
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf52 TARGET_IMAGE = /var/lib/tftpboot/snowball-image
/linux-master/arch/x86/include/asm/
H A Dkexec.h202 int arch_kimage_file_post_load_cleanup(struct kimage *image);
210 void arch_crash_handle_hotplug_event(struct kimage *image);
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c330 char *efi_convert_cmdline(efi_loaded_image_t *image, int *cmd_line_len) argument
332 const efi_char16_t *options = efi_table_attr(image, load_options);
333 u32 options_size = efi_table_attr(image, load_options_size);
414 * @handle: handle of the exiting image
588 efi_status_t efi_load_initrd_cmdline(efi_loaded_image_t *image, argument
593 if (image == NULL)
596 return handle_cmdline_files(image, L"initrd=", sizeof(L"initrd=") - 2,
603 * @image: EFI loaded image protocol
609 efi_status_t efi_load_initrd(efi_loaded_image_t *image, argument
[all...]
H A Darm32-stub.c83 efi_loaded_image_t *image,
130 efi_debug("image addr == 0x%lx, reserve_addr == 0x%lx\n",
79 handle_kernel_image(unsigned long *image_addr, unsigned long *image_size, unsigned long *reserve_addr, unsigned long *reserve_size, efi_loaded_image_t *image, efi_handle_t image_handle) argument
H A Darm64.c12 #include <asm/image.h>
124 * the image header, so offset #0. This will be overridden by the EFI
126 * image header may not have been loaded into memory, or may be mapped
/linux-master/drivers/acpi/
H A Dbgrt.c39 static BIN_ATTR_RO(image, 0); /* size gets filled in later */
76 pr_notice("Ignoring BGRT: failed to map image memory\n");
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c125 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx) argument
176 static void bpf_jit_emit_common_epilogue(u32 *image, struct codegen_context *ctx) argument
195 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) argument
197 bpf_jit_emit_common_epilogue(image, ctx);
205 static int bpf_jit_emit_func_call_hlp(u32 *image, struct codegen_context *ctx, u64 func) argument
243 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) argument
266 if (!image)
276 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out) argument
333 bpf_jit_emit_common_epilogue(image, ctx);
364 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u3 argument
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dpseries.h41 void pseries_machine_kexec(struct kimage *image);
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh8 # it is based on the VM image used by the BPF CI, which is
72 -i) Update the rootfs image with a newer version.
167 # Mount the image and copy the selftests to the image.
185 Could not find ${init_script_dir} in the mounted image.
186 This likely indicates a bad rootfs image, Please download
187 a new image by passing "-i" to the script
419 echo "rootfs image not found in ${rootfs_img}"
/linux-master/arch/loongarch/
H A DMakefile11 image-name-y := vmlinux
12 image-name-$(CONFIG_EFI_ZBOOT) := vmlinuz
17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi
176 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/linux-master/arch/x86/boot/
H A DMakefile33 targets += fdimage fdimage144 fdimage288 image.iso hdimage
83 $(call if_changed,image)
119 # Set this if you want one or more initrds included in the image
156 $(call cmd,genimage,isoimage,$(obj)/image.iso)
157 @$(kecho) 'Kernel: $(obj)/image.iso is ready'
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c241 do { void *_here = image + addrs[i] - 8; \
333 void *image; local
350 image = NULL;
712 if (image) {
716 module_memfree(image);
719 memcpy(image + proglen, temp, ilen);
732 if (image) {
739 image = module_alloc(proglen);
740 if (!image)
747 bpf_jit_dump(flen, proglen, pass + 1, image);
[all...]

Completed in 245 milliseconds

1234567891011>>