Lines Matching defs:quirks
90 WARN_ON(!tcon->quirks->has_channel_0);
97 WARN_ON(!tcon->quirks->has_channel_1);
180 if (tcon->quirks->setup_lvds_phy)
181 tcon->quirks->setup_lvds_phy(tcon, encoder);
268 if (tcon->quirks->set_mux)
269 ret = tcon->quirks->set_mux(tcon, encoder);
436 WARN_ON(!tcon->quirks->has_channel_0);
513 WARN_ON(!tcon->quirks->has_channel_0);
515 tcon->dclk_min_div = tcon->quirks->dclk_min_div;
598 WARN_ON(!tcon->quirks->has_channel_1);
676 if (tcon->quirks->polarity_in_ch0) {
786 if (tcon->quirks->has_channel_0) {
794 if (tcon->quirks->has_channel_1) {
1129 tcon->quirks = of_device_get_match_data(dev);
1137 if (tcon->quirks->needs_edp_reset) {
1158 if (tcon->quirks->supports_lvds) {
1184 if (tcon->quirks->has_lvds_alt) {
1199 (tcon->quirks->has_lvds_alt && !has_lvds_alt)) {
1222 if (tcon->quirks->has_channel_0) {
1243 if (tcon->quirks->has_channel_0) {
1263 if (tcon->quirks->needs_de_be_mux) {
1287 if (tcon->quirks->has_channel_0)
1300 if (tcon->quirks->has_channel_0)
1312 const struct sun4i_tcon_quirks *quirks;
1317 quirks = of_device_get_match_data(&pdev->dev);
1320 if (quirks->has_channel_0) {