Home
last modified time | relevance | path

Searched defs:ldb (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/imx/
H A Dimx-ldb-helper.h46 struct ldb *ldb; member
57 struct ldb { struct
60 struct ldb_channel *channel[MAX_LDB_CHAN_NUM]; argument
62 u32 ldb_ctrl; argument
66 #define bridge_to_ldb_ch(b) container_of(b, struct ldb_channel, bridge) argument
H A Dimx-ldb-helper.c52 struct ldb *ldb = ldb_ch->ldb; in ldb_bridge_mode_set_helper() local
82 struct ldb *ldb = ldb_ch->ldb; in ldb_bridge_enable_helper() local
95 struct ldb *ldb = ldb_ch->ldb; in ldb_bridge_disable_helper() local
111 struct ldb *ldb = ldb_ch->ldb; in ldb_bridge_attach_helper() local
130 int ldb_init_helper(struct ldb *ldb) in ldb_init_helper()
171 int ldb_find_next_bridge_helper(struct ldb *ldb) in ldb_find_next_bridge_helper()
199 void ldb_add_bridge_helper(struct ldb *ldb, in ldb_add_bridge_helper()
220 void ldb_remove_bridge_helper(struct ldb *ldb) in ldb_remove_bridge_helper()
H A Dimx8qxp-ldb.c88 struct ldb *ldb = ldb_ch->ldb; in imx8qxp_ldb_bridge_atomic_check() local
130 struct ldb *ldb = ldb_ch->ldb; in imx8qxp_ldb_bridge_mode_set() local
211 struct ldb *ldb = ldb_ch->ldb; in imx8qxp_ldb_bridge_atomic_pre_enable() local
228 struct ldb *ldb = ldb_ch->ldb; in imx8qxp_ldb_bridge_atomic_enable() local
263 struct ldb *ldb = ldb_ch->ldb; in imx8qxp_ldb_bridge_atomic_disable() local
584 struct ldb *ldb; in imx8qxp_ldb_probe() local
674 struct ldb *ldb = &imx8qxp_ldb->base; in imx8qxp_ldb_remove() local
689 struct ldb *ldb = &imx8qxp_ldb->base; in imx8qxp_ldb_runtime_resume() local
H A Dimx8qm-ldb.c84 struct ldb *ldb = ldb_ch->ldb; in imx8qm_ldb_bridge_atomic_check() local
131 struct ldb *ldb = ldb_ch->ldb; in imx8qm_ldb_bridge_mode_set() local
208 struct ldb *ldb = ldb_ch->ldb; in imx8qm_ldb_bridge_atomic_enable() local
255 struct ldb *ldb = ldb_ch->ldb; in imx8qm_ldb_bridge_atomic_disable() local
443 struct ldb *ldb; in imx8qm_ldb_probe() local
538 struct ldb *ldb = &imx8qm_ldb->base; in imx8qm_ldb_remove() local
553 struct ldb *ldb = &imx8qm_ldb->base; in imx8qm_ldb_runtime_resume() local
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c64 struct imx_ldb *ldb; member
111 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_ch_set_bus_format() local
166 static void imx_ldb_set_clock(struct imx_ldb *ldb, int mux, int chno, in imx_ldb_set_clock()
197 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_encoder_enable() local
257 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_encoder_atomic_mode_set() local
320 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_encoder_disable() local
418 static int imx_ldb_get_clk(struct imx_ldb *ldb, int chno) in imx_ldb_get_clk()
436 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_register() local
/openbmc/linux/block/partitions/
H A Dldm.c354 unsigned long base, struct ldmdb *ldb) in ldm_validate_tocblocks()
428 unsigned long base, struct ldmdb *ldb) in ldm_validate_vmdb()
538 static struct vblk * ldm_get_disk_objid (const struct ldmdb *ldb) in ldm_get_disk_objid()
571 const struct ldmdb *ldb) in ldm_create_data_partitions()
1156 static bool ldm_ldmdb_add (u8 *data, int len, struct ldmdb *ldb) in ldm_ldmdb_add()
1309 static bool ldm_frag_commit (struct list_head *frags, struct ldmdb *ldb) in ldm_frag_commit()
1344 struct ldmdb *ldb) in ldm_get_vblks()
1433 struct ldmdb *ldb; in ldm_partition() local
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53.dtsi471 ldb: ldb@53fa8008 { label
H A Dimx6qdl.dtsi76 ldb: ldb { label
/openbmc/u-boot/arch/arm/dts/
H A Dimx6qdl.dtsi82 ldb: ldb { label
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c395 xfs_dir2_db_t ldb; /* leaf block's bno */ in xfs_dir2_block_to_leaf() local
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c271 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \ argument