Lines Matching defs:data
1537 * Most optimal configuration for writeback is to push out data
2160 * Pixel data should be prepared before visible display point starts.
2463 * is not able to fetch the data in burst mode. When
3649 dispc_div_calc_func func, void *data)
3699 if (func(lckd, pckd, lck, pck, data))
4727 { .compatible = "ti,omap2-dispc", .data = &omap24xx_dispc_feats },
4728 { .compatible = "ti,omap3-dispc", .data = &omap36xx_dispc_feats },
4729 { .compatible = "ti,omap4-dispc", .data = &omap44xx_dispc_feats },
4730 { .compatible = "ti,omap5-dispc", .data = &omap54xx_dispc_feats },
4731 { .compatible = "ti,dra7-dispc", .data = &omap54xx_dispc_feats },
4737 .revision = "ES[12].?", .data = &omap34xx_rev1_0_dispc_feats },
4738 { .machine = "OMAP3[45]*", .data = &omap34xx_rev3_0_dispc_feats },
4739 { .machine = "AM35*", .data = &omap34xx_rev3_0_dispc_feats },
4740 { .machine = "AM43*", .data = &am43xx_dispc_feats },
4744 static int dispc_bind(struct device *dev, struct device *master, void *data)
4769 dispc->feat = soc->data;
4771 dispc->feat = of_match_device(dispc_of_match, &pdev->dev)->data;
4840 static void dispc_unbind(struct device *dev, struct device *master, void *data)