Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/bridge/imx/
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
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
125 int ldb_init_helper(struct ldb *ldb) in ldb_init_helper()
166 int ldb_find_next_bridge_helper(struct ldb *ldb) in ldb_find_next_bridge_helper()
194 void ldb_add_bridge_helper(struct ldb *ldb, in ldb_add_bridge_helper()
215 void ldb_remove_bridge_helper(struct ldb *ldb) in ldb_remove_bridge_helper()
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
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
/linux-6.12.1/drivers/gpu/drm/imx/ipuv3/
Dimx-ldb.c66 struct imx_ldb *ldb; member
113 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_ch_set_bus_format() local
168 static void imx_ldb_set_clock(struct imx_ldb *ldb, int mux, int chno, in imx_ldb_set_clock()
199 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_encoder_enable() local
259 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_encoder_atomic_mode_set() local
322 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_encoder_disable() local
420 static int imx_ldb_get_clk(struct imx_ldb *ldb, int chno) in imx_ldb_get_clk()
438 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_register() local
/linux-6.12.1/block/partitions/
Dldm.c352 unsigned long base, struct ldmdb *ldb) in ldm_validate_tocblocks()
426 unsigned long base, struct ldmdb *ldb) in ldm_validate_vmdb()
536 static struct vblk * ldm_get_disk_objid (const struct ldmdb *ldb) in ldm_get_disk_objid()
569 const struct ldmdb *ldb) in ldm_create_data_partitions()
1154 static bool ldm_ldmdb_add (u8 *data, int len, struct ldmdb *ldb) in ldm_ldmdb_add()
1307 static bool ldm_frag_commit (struct list_head *frags, struct ldmdb *ldb) in ldm_frag_commit()
1342 struct ldmdb *ldb) in ldm_get_vblks()
1431 struct ldmdb *ldb; in ldm_partition() local
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx53.dtsi471 ldb: ldb@53fa8008 { label
Dimx6qdl.dtsi76 ldb: ldb { label
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2_leaf.c446 xfs_dir2_db_t ldb; /* leaf block's bno */ in xfs_dir2_block_to_leaf() local
/linux-6.12.1/drivers/mtd/nand/raw/
Dmarvell_nand.c271 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \ argument