Home
last modified time | relevance | path

Searched refs:host_node (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c680 struct device_node *host_node; in lt9211_host_attach() local
689 host_node = of_graph_get_remote_port_parent(endpoint); in lt9211_host_attach()
690 host = of_find_mipi_dsi_host_by_node(host_node); in lt9211_host_attach()
691 of_node_put(host_node); in lt9211_host_attach()
H A Dti-sn65dsi86.c196 struct device_node *host_node; member
721 host = of_find_mipi_dsi_host_by_node(pdata->host_node); in ti_sn_attach_host()
1368 pdata->host_node = of_graph_get_remote_node(np, 0, 0); in ti_sn_bridge_parse_dsi_host()
1370 if (!pdata->host_node) { in ti_sn_bridge_parse_dsi_host()
1482 of_node_put(pdata->host_node); in ti_sn_bridge_remove()
H A Dtc358767.c2273 struct device_node *host_node; in tc_mipi_dsi_host_attach() local
2286 host_node = of_graph_get_remote_port_parent(endpoint); in tc_mipi_dsi_host_attach()
2287 host = of_find_mipi_dsi_host_by_node(host_node); in tc_mipi_dsi_host_attach()
2288 of_node_put(host_node); in tc_mipi_dsi_host_attach()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c601 struct mpi3mr_sas_phy *mr_sas_phy, u8 host_node) in mpi3mr_delete_sas_phy() argument
612 if (host_node) { in mpi3mr_delete_sas_phy()
633 struct mpi3mr_sas_phy *mr_sas_phy, u8 host_node) in mpi3mr_add_sas_phy() argument
643 if (host_node) { in mpi3mr_add_sas_phy()
689 mpi3mr_add_sas_phy(mrioc, mr_sas_port, mr_sas_phy, mr_sas_node->host_node); in mpi3mr_add_phy_to_an_existing_port()
750 mr_sas_phy, mr_sas_node->host_node); in mpi3mr_del_phy_from_an_existing_port()
1220 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 …]