Lines Matching refs:tpg110
63 * struct tpg110 - state container for the TPG110 panel
65 struct tpg110 {
183 static inline struct tpg110 *
186 return container_of(panel, struct tpg110, panel);
189 static u8 tpg110_readwrite_reg(struct tpg110 *tpg, bool write,
249 static u8 tpg110_read_reg(struct tpg110 *tpg, u8 address)
254 static void tpg110_write_reg(struct tpg110 *tpg, u8 address, u8 outval)
259 static int tpg110_startup(struct tpg110 *tpg)
338 struct tpg110 *tpg = to_tpg110(panel);
351 struct tpg110 *tpg = to_tpg110(panel);
374 struct tpg110 *tpg = to_tpg110(panel);
405 struct tpg110 *tpg;
408 tpg = devm_drm_panel_alloc(dev, struct tpg110, panel,
456 struct tpg110 *tpg = spi_get_drvdata(spi);
462 { .compatible = "tpo,tpg110", },
468 { "tpg110" },
478 .name = "tpo-tpg110-panel",