Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/
Ddrm_color_mgmt.c205 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
219 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
223 b_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
360 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
394 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
395 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
400 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
429 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
458 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
459 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
Ddrm_fb_helper.c137 uint16_t *r_base, *g_base, *b_base; in drm_fb_helper_restore_lut_atomic() local
144 b_base = g_base + crtc->gamma_size; in drm_fb_helper_restore_lut_atomic()
146 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic()
/Linux-v5.15/drivers/pci/hotplug/
Dcpqphp_pci.c691 u8 b_base; in cpqhp_save_used_resources() local
742 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources()
745 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()
750 io_node->base = (b_base & 0xF0) << 8; in cpqhp_save_used_resources()
751 io_node->length = (b_length - b_base + 0x10) << 8; in cpqhp_save_used_resources()
/Linux-v5.15/drivers/scsi/sym53c8xx_2/
Dsym_fw.h123 u32 *b_base; /* Pointer to script B template */ member
Dsym_hipd.c5704 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);