Searched refs:boe (Results 1 – 4 of 4) sorted by relevance
135 boe_bf060y8m_aj0_reset(boe); in boe_bf060y8m_aj0_prepare()162 boe_bf060y8m_aj0_off(boe); in boe_bf060y8m_aj0_unprepare()165 regulator_bulk_disable(ARRAY_SIZE(boe->vregs), boe->vregs); in boe_bf060y8m_aj0_unprepare()265 boe->vregs); in boe_bf060y8m_aj0_init_vregs()310 boe->vregs[1].supply, ret); in boe_bf060y8m_aj0_init_vregs()316 boe->vregs[2].supply, ret); in boe_bf060y8m_aj0_init_vregs()330 if (IS_ERR(boe)) in boe_bf060y8m_aj0_probe()331 return PTR_ERR(boe); in boe_bf060y8m_aj0_probe()339 if (IS_ERR(boe->reset_gpio)) in boe_bf060y8m_aj0_probe()343 boe->dsi = dsi; in boe_bf060y8m_aj0_probe()[all …]
1399 ret = boe->desc->init(boe); in boe_panel_prepare()1697 if (IS_ERR(boe->avdd)) in boe_panel_add()1701 if (IS_ERR(boe->avee)) in boe_panel_add()1734 boe->base.dev = &boe->dsi->dev; in boe_panel_add()1743 struct boe_panel *boe; in boe_panel_probe() local1747 boe = devm_drm_panel_alloc(&dsi->dev, __typeof(*boe), base, in boe_panel_probe()1750 if (IS_ERR(boe)) in boe_panel_probe()1751 return PTR_ERR(boe); in boe_panel_probe()1757 boe->desc = desc; in boe_panel_probe()1758 boe->dsi = dsi; in boe_panel_probe()[all …]
6 obj-$(CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0) += panel-boe-bf060y8m-aj0.o7 obj-$(CONFIG_DRM_PANEL_BOE_HIMAX8279D) += panel-boe-himax8279d.o8 obj-$(CONFIG_DRM_PANEL_BOE_TD4320) += panel-boe-td4320.o9 obj-$(CONFIG_DRM_PANEL_BOE_TH101MB31UIG002_28A) += panel-boe-th101mb31ig002-28a.o10 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_LL2) += panel-boe-tv101wum-ll2.o11 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_NL6) += panel-boe-tv101wum-nl6.o
39 int (*init)(struct ili9882t *boe);
Completed in 14 milliseconds