Searched refs:host_node (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/bridge/adv7511/ |
H A D | adv7533.c | 145 host = of_find_mipi_dsi_host_by_node(adv->host_node); in adv7533_attach_dsi() 180 adv->host_node = of_graph_get_remote_node(np, 0, 0); in adv7533_parse_dt() 181 if (!adv->host_node) in adv7533_parse_dt() 184 of_node_put(adv->host_node); in adv7533_parse_dt()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | lontium-lt8912b.c | 37 struct device_node *host_node; member 479 host = of_find_mipi_dsi_host_by_node(lt->host_node); in lt8912_attach_dsi() 712 lt->host_node = of_graph_get_remote_node(dev->of_node, 0, -1); in lt8912_parse_dt() 713 if (!lt->host_node) { in lt8912_parse_dt() 747 of_node_put(lt->host_node); in lt8912_parse_dt() 753 of_node_put(lt->host_node); in lt8912_put_dt()
|
H A D | tc358775.c | 271 struct device_node *host_node; member 566 tc->host_node = of_graph_get_remote_node(np, 0, 0); in tc358775_parse_dt() 567 if (!tc->host_node) in tc358775_parse_dt() 570 of_node_put(tc->host_node); in tc358775_parse_dt() 621 host = of_find_mipi_dsi_host_by_node(tc->host_node); in tc_attach_host()
|
H A D | lontium-lt9211.c | 681 struct device_node *host_node; in lt9211_host_attach() local 690 host_node = of_graph_get_remote_port_parent(endpoint); in lt9211_host_attach() 691 host = of_find_mipi_dsi_host_by_node(host_node); in lt9211_host_attach() 692 of_node_put(host_node); in lt9211_host_attach()
|
H A D | chipone-icn6211.c | 545 struct device_node *host_node; in chipone_dsi_host_attach() local 558 host_node = of_graph_get_remote_port_parent(endpoint); in chipone_dsi_host_attach() 561 if (!host_node) in chipone_dsi_host_attach() 564 host = of_find_mipi_dsi_host_by_node(host_node); in chipone_dsi_host_attach() 565 of_node_put(host_node); in chipone_dsi_host_attach()
|
H A D | ti-sn65dsi83.c | 624 struct device_node *host_node; in sn65dsi83_host_attach() local 637 host_node = of_graph_get_remote_port_parent(endpoint); in sn65dsi83_host_attach() 638 host = of_find_mipi_dsi_host_by_node(host_node); in sn65dsi83_host_attach() 639 of_node_put(host_node); in sn65dsi83_host_attach()
|
H A D | tc358767.c | 2266 struct device_node *host_node; in tc_mipi_dsi_host_attach() local 2279 host_node = of_graph_get_remote_port_parent(endpoint); in tc_mipi_dsi_host_attach() 2280 host = of_find_mipi_dsi_host_by_node(host_node); in tc_mipi_dsi_host_attach() 2281 of_node_put(host_node); in tc_mipi_dsi_host_attach()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 599 struct mpi3mr_sas_phy *mr_sas_phy, u8 host_node) in mpi3mr_delete_sas_phy() argument 610 if (host_node) { in mpi3mr_delete_sas_phy() 631 struct mpi3mr_sas_phy *mr_sas_phy, u8 host_node) in mpi3mr_add_sas_phy() argument 641 if (host_node) { in mpi3mr_add_sas_phy() 687 mpi3mr_add_sas_phy(mrioc, mr_sas_port, mr_sas_phy, mr_sas_node->host_node); in mpi3mr_add_phy_to_an_existing_port() 748 mr_sas_phy, mr_sas_node->host_node); in mpi3mr_del_phy_from_an_existing_port() 1219 mrioc->sas_hba.host_node = 1; in mpi3mr_sas_host_add() 1379 if (mr_sas_node->host_node && mr_sas_node->num_phys >= in mpi3mr_sas_port_add() 1390 if (mr_sas_node->host_node && (i >= sizeof(mr_sas_port->phy_mask) * 8)) { in mpi3mr_sas_port_add() 1398 if (mr_sas_node->host_node) in mpi3mr_sas_port_add() [all …]
|
H A D | mpi3mr.h | 615 u8 host_node; member
|