Home
last modified time | relevance | path

Searched refs:b_base (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c211 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
225 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
229 b_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
366 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
400 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
401 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
406 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
435 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
464 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
465 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c684 u8 b_base; in cpqhp_save_used_resources() local
735 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources()
738 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()
743 io_node->base = (b_base & 0xF0) << 8; in cpqhp_save_used_resources()
744 io_node->length = (b_length - b_base + 0x10) << 8; in cpqhp_save_used_resources()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h123 u32 *b_base; /* Pointer to script B template */ member
H A Dsym_hipd.c5704 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);