Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dfsl-ldb.c86 struct fsl_ldb { struct
97 static bool fsl_ldb_is_dual(const struct fsl_ldb *fsl_ldb) in fsl_ldb_is_dual() argument
99 return (fsl_ldb->ch0_enabled && fsl_ldb->ch1_enabled); in fsl_ldb_is_dual()
118 struct fsl_ldb *fsl_ldb = to_fsl_ldb(bridge); in fsl_ldb_attach() local
127 struct fsl_ldb *fsl_ldb = to_fsl_ldb(bridge); in fsl_ldb_atomic_enable() local
229 struct fsl_ldb *fsl_ldb = to_fsl_ldb(bridge); in fsl_ldb_atomic_disable() local
273 struct fsl_ldb *fsl_ldb = to_fsl_ldb(bridge); in fsl_ldb_mode_valid() local
298 struct fsl_ldb *fsl_ldb; in fsl_ldb_probe() local
302 if (!fsl_ldb) in fsl_ldb_probe()
330 if (!fsl_ldb->ch0_enabled && !fsl_ldb->ch1_enabled) { in fsl_ldb_probe()
[all …]