Home
last modified time | relevance | path

Searched full:master1 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c881 bool master1, master2; in dw_mipi_dsi_rockchip_bind() local
889 master1 = of_property_read_bool(dsi->dev->of_node, in dw_mipi_dsi_rockchip_bind()
894 if (master1 && master2) { in dw_mipi_dsi_rockchip_bind()
899 if (!master1 && !master2) { in dw_mipi_dsi_rockchip_bind()
905 if (!master1) { in dw_mipi_dsi_rockchip_bind()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Darm,smmu.yaml187 master1 {
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch18582 - bool master1, master2;
18590 - master1 = of_property_read_bool(dsi->dev->of_node,
18595 - if (master1 && master2) {
18600 - if (!master1 && !master2) {
18606 - if (!master1) {