Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 31) sorted by relevance

12

/linux-4.19.296/drivers/pci/
Drom.c86 void __iomem *image; in pci_get_rom_size() local
90 image = rom; in pci_get_rom_size()
94 if (readw(image) != 0xAA55) { in pci_get_rom_size()
96 readw(image)); in pci_get_rom_size()
100 pds = image + readw(image + 24); in pci_get_rom_size()
108 image += length * 512; in pci_get_rom_size()
110 if (image >= rom + size) in pci_get_rom_size()
113 if (readw(image) != 0xAA55) { in pci_get_rom_size()
122 return min((size_t)(image - rom), size); in pci_get_rom_size()
/linux-4.19.296/include/linux/
Dkexec.h122 typedef void *(kexec_load_t)(struct kimage *image, char *kernel_buf,
144 int kexec_image_probe_default(struct kimage *image, void *buf,
160 struct kimage *image; member
171 int kexec_load_purgatory(struct kimage *image, struct kexec_buf *kbuf);
172 int kexec_purgatory_get_set_symbol(struct kimage *image, const char *name,
175 void *kexec_purgatory_get_symbol_addr(struct kimage *image, const char *name);
301 extern void machine_kexec(struct kimage *image);
302 extern int machine_kexec_prepare(struct kimage *image);
303 extern void machine_kexec_cleanup(struct kimage *image);
305 extern struct page *kimage_alloc_control_pages(struct kimage *image,
[all …]
Dima.h31 extern void ima_add_kexec_buffer(struct kimage *image);
82 static inline void ima_add_kexec_buffer(struct kimage *image) in ima_add_kexec_buffer() argument
Dfb.h120 struct fb_image_user image; /* Cursor image */ member
295 void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
619 extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image);
625 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);
Dfilter.h511 u8 image[] __aligned(4); member
898 u32 pass, void *image) in bpf_jit_dump() argument
901 proglen, pass, image, current->comm, task_pid_nr(current)); in bpf_jit_dump()
903 if (image) in bpf_jit_dump()
905 16, 1, image, proglen, false); in bpf_jit_dump()
Defi.h1540 efi_loaded_image_t *image, int *cmd_line_len);
1561 efi_loaded_image_t *image,
/linux-4.19.296/fs/cramfs/
DKconfig27 bool "Support CramFs image over a regular block device" if EXPERT
35 bool "Support CramFs image directly mapped in physical memory"
45 The location of the CramFs image is determined by a
48 For example, this would mount the cramfs image stored in
/linux-4.19.296/usr/
DKconfig12 initramfs image. A cpio archive should contain a filesystem archive
13 to be used as an initramfs image. Directories should contain a
14 filesystem layout to be included in the initramfs image. Files
19 initramfs image will be the aggregate of all of them.
29 This option causes the kernel to ignore the initramfs image
30 (or initrd image) passed to it by the bootloader. This is
32 and is useful if you cannot or don't want to change the image
41 (-1 = current user) will be owned by root in the resulting image.
51 (-1 = current group) will be owned by root in the resulting image.
214 short time at boot, while both the cpio image and the unpacked
[all …]
/linux-4.19.296/include/drm/
Ddrm_fb_helper.h312 const struct fb_image *image);
319 const struct fb_image *image);
482 const struct fb_image *image) in drm_fb_helper_sys_imageblit() argument
497 const struct fb_image *image) in drm_fb_helper_cfb_imageblit() argument
/linux-4.19.296/drivers/eisa/
DKconfig48 image by about 40KB, but it gets freed after the system
51 embedded system where kernel image size really matters, you
/linux-4.19.296/include/uapi/linux/
Dcycx_cfm.h94 unsigned char image[0]; member
Dfb.h393 struct fb_image image; /* Cursor image */ member
/linux-4.19.296/drivers/base/firmware_loader/
DKconfig17 Enabling this feature only increases your kernel image by about
54 kernel image that are not available under the terms of the GPL,
56 image since it combines both GPL and non-GPL work. You should
57 consult a lawyer of your own before distributing such an image.
130 Enabling this option will increase your kernel image size by about
/linux-4.19.296/include/sound/
Dhwdep.h51 struct snd_hwdep_dsp_image *image);
Dad1816a.h151 unsigned short image[48]; member
Dwss.h102 unsigned char image[32]; /* registers image */ member
/linux-4.19.296/fs/bfs/
DKconfig6 allow the bootloader access to the kernel image and other important
/linux-4.19.296/fs/freevxfs/
DKconfig21 or regular file with image of the disk. See:
/linux-4.19.296/lib/
DKconfig.ubsan27 Enabling this option will get kernel image size increased
/linux-4.19.296/drivers/media/usb/gspca/
Dgspca.h185 u8 *image; /* image being filled */ member
/linux-4.19.296/drivers/s390/block/
DKconfig33 natively on a single image or an LPAR.
/linux-4.19.296/drivers/hid/
Dhid-picolcd_fb.c319 static void picolcd_fb_imageblit(struct fb_info *info, const struct fb_image *image) in picolcd_fb_imageblit() argument
323 sys_imageblit(info, image); in picolcd_fb_imageblit()
/linux-4.19.296/fs/proc/
DKconfig45 Exports the dump image of crashed kernel in ELF format.
/linux-4.19.296/fs/jffs2/
DKconfig60 The summary information can be inserted into a filesystem image
/linux-4.19.296/include/video/
Dimx-ipu-v3.h274 int ipu_cpmem_set_image(struct ipuv3_channel *ch, struct ipu_image *image);

12