Lines Matching defs: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);
450 struct chipone *icn = bridge_to_chipone(bridge);
487 struct chipone *icn = bridge_to_chipone(bridge);
507 struct chipone *icn = bridge_to_chipone(bridge);
512 static int chipone_dsi_attach(struct chipone *icn)
542 static int chipone_dsi_host_attach(struct chipone *icn)
552 .type = "chipone",
588 struct chipone *icn = bridge_to_chipone(bridge);
631 static int chipone_parse_dt(struct chipone *icn)
690 static int chipone_common_probe(struct device *dev, struct chipone **icnr)
692 struct chipone *icn;
695 icn = devm_kzalloc(dev, sizeof(struct chipone), GFP_KERNEL);
717 struct chipone *icn;
746 struct chipone *icn;
769 struct chipone *icn = mipi_dsi_get_drvdata(dsi);
776 { .compatible = "chipone,icn6211", },
785 .name = "chipone-icn6211",
792 { "chipone,icn6211" },
801 .name = "chipone-icn6211-i2c",