Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_color_mgmt.c208 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
222 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
226 b_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
253 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
287 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
288 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
293 ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
322 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
351 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
352 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
H A 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()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h123 u32 *b_base; /* Pointer to script B template */ member
H A Dsym_hipd.c5705 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h115 VP9Block *b_base, *b; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch1240 + const gchar *b_base;
1243 + b_base = strrchr (b, '/');
1246 + g_assert (b_base != NULL);
1248 + b_base += 1;
1250 + ret = g_strcmp0 (a_base, b_base);
2659 - const gchar *b_base;
2662 - b_base = strrchr (b, '/');
2665 - g_assert (b_base != NULL);
2667 - b_base += 1;
2669 - ret = g_strcmp0 (a_base, b_base);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c4775 u16 *r_base, *g_base, *b_base; in vop_create_crtc() local
4797 b_base = g_base + crtc->gamma_size; in vop_create_crtc()
4801 &g_base[i], &b_base[i], in vop_create_crtc()
H A Drockchip_drm_vop2.c10986 u16 *r_base, *g_base, *b_base; in vop2_gamma_init() local
11022 b_base = g_base + crtc->gamma_size; in vop2_gamma_init()
11026 &b_base[j], j); in vop2_gamma_init()