Lines Matching refs:chipone
143 struct chipone {
231 static inline struct chipone *bridge_to_chipone(struct drm_bridge *bridge)
233 return container_of(bridge, struct chipone, bridge);
236 static void chipone_readb(struct chipone *icn, u8 reg, u8 *val)
245 static int chipone_writeb(struct chipone *icn, u8 reg, u8 val)
250 static void chipone_configure_pll(struct chipone *icn,
346 struct chipone *icn = bridge_to_chipone(bridge);
449 struct chipone *icn = bridge_to_chipone(bridge);
486 struct chipone *icn = bridge_to_chipone(bridge);
506 struct chipone *icn = bridge_to_chipone(bridge);
511 static int chipone_dsi_attach(struct chipone *icn)
541 static int chipone_dsi_host_attach(struct chipone *icn)
551 .type = "chipone",
587 struct chipone *icn = bridge_to_chipone(bridge);
630 static int chipone_parse_dt(struct chipone *icn)
689 static int chipone_common_probe(struct device *dev, struct chipone **icnr)
691 struct chipone *icn;
694 icn = devm_drm_bridge_alloc(dev, struct chipone, bridge,
716 struct chipone *icn;
745 struct chipone *icn;
768 struct chipone *icn = mipi_dsi_get_drvdata(dsi);
775 { .compatible = "chipone,icn6211", },
784 .name = "chipone-icn6211",
790 { "chipone,icn6211" },
799 .name = "chipone-icn6211-i2c",