Home
last modified time | relevance | path

Searched full:master2 (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iommu/
Dapple,dart.yaml85 master2 {
Darm,smmu.yaml539 master2 {
/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-6.6/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c901 bool master1, master2; in dw_mipi_dsi_rockchip_bind() local
911 master2 = of_property_read_bool(second->of_node, in dw_mipi_dsi_rockchip_bind()
914 if (master1 && master2) { in dw_mipi_dsi_rockchip_bind()
919 if (!master1 && !master2) { in dw_mipi_dsi_rockchip_bind()
/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.patch18347 - bool master1, master2;
18357 - master2 = of_property_read_bool(second->of_node,
18360 - if (master1 && master2) {
18365 - if (!master1 && !master2) {