Home
last modified time | relevance | path

Searched full:master2 (Results 1 – 4 of 4) 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
891 master2 = of_property_read_bool(second->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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Darm,smmu.yaml208 master2 {
/kernel/linux/linux-5.10/drivers/dma/
Dcoh901318.c126 /* Master Mode (Master2 is only connected to MSL) */
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch18582 - bool master1, master2;
18592 - master2 = of_property_read_bool(second->of_node,
18595 - if (master1 && master2) {
18600 - if (!master1 && !master2) {