mode_ptr           35 arch/x86/boot/video-vesa.c 	addr_t mode_ptr;
mode_ptr           52 arch/x86/boot/video-vesa.c 	mode_ptr = vginfo.video_mode_ptr.off;
mode_ptr           54 arch/x86/boot/video-vesa.c 	while ((mode = rdfs16(mode_ptr)) != 0xffff) {
mode_ptr           55 arch/x86/boot/video-vesa.c 		mode_ptr += 2;
mode_ptr          109 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h 	int (*ras_cure_posion)(struct psp_context *psp, uint64_t *mode_ptr);
mode_ptr          868 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c static int psp_v11_0_ras_cure_posion(struct psp_context *psp, uint64_t *mode_ptr)
mode_ptr          882 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 	ras_cmd->ras_in_message.cure_poison.mode_ptr = mode_ptr;
mode_ptr         2126 drivers/gpu/drm/drm_connector.c 	struct drm_mode_modeinfo __user *mode_ptr;
mode_ptr         2190 drivers/gpu/drm/drm_connector.c 		mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr;
mode_ptr         2199 drivers/gpu/drm/drm_connector.c 			if (copy_to_user(mode_ptr + copied,
mode_ptr          436 drivers/gpu/drm/nouveau/nouveau_bios.c 	bios->fp.mode_ptr = bios->fp.fptablepointer + headerlen +
mode_ptr          440 drivers/gpu/drm/nouveau/nouveau_bios.c 		 ROM16(bios->data[bios->fp.mode_ptr + 11]) + 1,
mode_ptr          441 drivers/gpu/drm/nouveau/nouveau_bios.c 		 ROM16(bios->data[bios->fp.mode_ptr + 25]) + 1,
mode_ptr          442 drivers/gpu/drm/nouveau/nouveau_bios.c 		 ROM16(bios->data[bios->fp.mode_ptr + 7]) * 10);
mode_ptr          451 drivers/gpu/drm/nouveau/nouveau_bios.c 	uint8_t *mode_entry = &bios->data[bios->fp.mode_ptr];
mode_ptr          454 drivers/gpu/drm/nouveau/nouveau_bios.c 		return bios->fp.mode_ptr;
mode_ptr          490 drivers/gpu/drm/nouveau/nouveau_bios.c 	return bios->fp.mode_ptr;
mode_ptr          122 drivers/gpu/drm/nouveau/nouveau_bios.h 		uint16_t mode_ptr;
mode_ptr          295 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_mode_state mode_ptr;
mode_ptr          299 drivers/scsi/aic7xxx/aic79xx_core.c 	mode_ptr = ahd_inb(ahd, MODE_PTR);
mode_ptr          302 drivers/scsi/aic7xxx/aic79xx_core.c 		printk("Reading mode 0x%x\n", mode_ptr);
mode_ptr          304 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_extract_mode_state(ahd, mode_ptr, &src, &dst);
mode_ptr           74 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y static symbol_ref_t mode_ptr;
mode_ptr          561 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (mode_ptr.symbol != NULL) {
mode_ptr          566 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		mode_ptr.symbol = cur_symbol;
mode_ptr         1677 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	else if (dest->symbol == mode_ptr.symbol) {
mode_ptr         1689 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		else if (src->symbol == mode_ptr.symbol)
mode_ptr         2856 drivers/staging/exfat/exfat_super.c 			       struct inode *inode, umode_t *mode_ptr)
mode_ptr         2867 drivers/staging/exfat/exfat_super.c 	perm = *mode_ptr & ~(S_IFMT | mask);
mode_ptr         2889 drivers/staging/exfat/exfat_super.c 	*mode_ptr &= S_IFMT | perm;
mode_ptr          424 fs/fat/file.c  			     struct inode *inode, umode_t *mode_ptr)
mode_ptr          438 fs/fat/file.c  	perm = *mode_ptr & ~(S_IFMT | mask);
mode_ptr          456 fs/fat/file.c  	*mode_ptr &= S_IFMT | perm;