Home
last modified time | relevance | path

Searched refs:b_u (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dbmap.c114 bmap->b_u.u_flags |= NILFS_BMAP_LARGE; in nilfs_bmap_do_insert()
169 bmap->b_u.u_flags &= ~NILFS_BMAP_LARGE; in nilfs_bmap_do_delete()
499 memset(bmap->b_u.u_data, 0, NILFS_BMAP_SIZE); in nilfs_bmap_read()
501 memcpy(bmap->b_u.u_data, raw_inode->i_bmap, NILFS_BMAP_SIZE); in nilfs_bmap_read()
530 return (bmap->b_u.u_flags & NILFS_BMAP_LARGE) ? in nilfs_bmap_read()
544 memcpy(raw_inode->i_bmap, bmap->b_u.u_data, in nilfs_bmap_write()
554 memset(&bmap->b_u, 0, NILFS_BMAP_SIZE); in nilfs_bmap_init_gc()
567 memcpy(store->data, bmap->b_u.u_data, sizeof(store->data)); in nilfs_bmap_save()
576 memcpy(bmap->b_u.u_data, store->data, sizeof(store->data)); in nilfs_bmap_restore()
H A Dbmap.h103 } b_u; member
H A Ddirect.c20 ((struct nilfs_direct_node *)direct->b_u.u_data + 1); in nilfs_direct_dptrs()
H A Dbtree.c412 return (struct nilfs_btree_node *)btree->b_u.u_data; in nilfs_btree_get_root()
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp864 float b_u; in NormalRgaFullColorSpaceConvert() member
932 default_csc_table.coe_y.b_u = (int)(fptr->coe_y.b_u * factor +0.5); in NormalRgaFullColorSpaceConvert()
937 default_csc_table.coe_u.b_u = (int)(fptr->coe_u.b_u * factor +0.5); in NormalRgaFullColorSpaceConvert()
942 default_csc_table.coe_v.b_u = (int)(fptr->coe_v.b_u * factor +0.5); in NormalRgaFullColorSpaceConvert()
1090 …rgaReg.full_csc.coe_y.r_v, rgaReg.full_csc.coe_y.g_y, rgaReg.full_csc.coe_y.b_u, rgaReg.full_csc.c… in NormalRgaLogOutRgaReq()
1091 …rgaReg.full_csc.coe_u.r_v, rgaReg.full_csc.coe_u.g_y, rgaReg.full_csc.coe_u.b_u, rgaReg.full_csc.c… in NormalRgaLogOutRgaReq()
1092 …rgaReg.full_csc.coe_v.r_v, rgaReg.full_csc.coe_v.g_y, rgaReg.full_csc.coe_v.b_u, rgaReg.full_csc.c… in NormalRgaLogOutRgaReq()
1163 coe->b_u = orig_coe->b_u; in NormalRgaCompatModeConvertRga2FullCscCoe()
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga2_driver.h104 int16_t b_u; member
H A Drga_ioctl.h204 int16_t b_u; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h318 int16_t b_u; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h301 int16_t b_u; member
H A Drga2_reg_info.c845 *bRGA2_DST_CSC_02 = msg->full_csc.coe_y.b_u; in RGA2_set_reg_full_csc()
850 *bRGA2_DST_CSC_12 = msg->full_csc.coe_u.b_u; in RGA2_set_reg_full_csc()
855 *bRGA2_DST_CSC_22 = msg->full_csc.coe_v.b_u; in RGA2_set_reg_full_csc()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h372 int16_t b_u; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c2539 rga_write(job->full_csc.coe_y.b_u, RGA2_DST_CSC_02, scheduler); in rga2_set_reg_full_csc()
2545 rga_write(job->full_csc.coe_u.b_u, RGA2_DST_CSC_12, scheduler); in rga2_set_reg_full_csc()
2551 rga_write(job->full_csc.coe_v.b_u, RGA2_DST_CSC_22, scheduler); in rga2_set_reg_full_csc()