Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/bridge/
H A Dti-dlpc3433.c59 struct device_node *host_node; member
296 dlpc->host_node = of_graph_get_remote_port_parent(endpoint); in dlpc3433_parse_dt()
297 if (!dlpc->host_node) { in dlpc3433_parse_dt()
307 of_node_put(dlpc->host_node); in dlpc3433_parse_dt()
324 host = of_find_mipi_dsi_host_by_node(dlpc->host_node); in dlpc_host_attach()
388 of_node_put(dlpc->host_node); in dlpc3433_remove()
H A Dlontium-lt8912b.c37 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 Dtc358775.c270 struct device_node *host_node; member
565 tc->host_node = of_graph_get_remote_node(np, 0, 0); in tc358775_parse_dt()
566 if (!tc->host_node) in tc358775_parse_dt()
569 of_node_put(tc->host_node); in tc358775_parse_dt()
620 host = of_find_mipi_dsi_host_by_node(tc->host_node); in tc_attach_host()
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 Dchipone-icn6211.c544 struct device_node *host_node; in chipone_dsi_host_attach() local
557 host_node = of_graph_get_remote_port_parent(endpoint); in chipone_dsi_host_attach()
560 if (!host_node) in chipone_dsi_host_attach()
563 host = of_find_mipi_dsi_host_by_node(host_node); in chipone_dsi_host_attach()
564 of_node_put(host_node); in chipone_dsi_host_attach()
H A Dti-sn65dsi83.c887 struct device_node *host_node; in sn65dsi83_host_attach() local
900 host_node = of_graph_get_remote_port_parent(endpoint); in sn65dsi83_host_attach()
901 host = of_find_mipi_dsi_host_by_node(host_node); in sn65dsi83_host_attach()
902 of_node_put(host_node); in sn65dsi83_host_attach()
H A Dti-sn65dsi86.c182 struct device_node *host_node; member
709 host = of_find_mipi_dsi_host_by_node(pdata->host_node); in ti_sn_attach_host()
1287 pdata->host_node = of_graph_get_remote_node(np, 0, 0); in ti_sn_bridge_parse_dsi_host()
1289 if (!pdata->host_node) { in ti_sn_bridge_parse_dsi_host()
1347 of_node_put(pdata->host_node); in ti_sn_bridge_remove()
H A Dtc358767.c2262 struct device_node *host_node; in tc_mipi_dsi_host_attach() local
2275 host_node = of_graph_get_remote_port_parent(endpoint); in tc_mipi_dsi_host_attach()
2276 host = of_find_mipi_dsi_host_by_node(host_node); in tc_mipi_dsi_host_attach()
2277 of_node_put(host_node); in tc_mipi_dsi_host_attach()
/linux-6.15/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c145 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()
H A Dadv7511.h386 struct device_node *host_node; member
H A Dadv7511_drv.c1375 of_node_put(adv7511->host_node); in adv7511_probe()
1384 of_node_put(adv7511->host_node); in adv7511_remove()
/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c599 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()
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()
1408 if (mr_sas_node->host_node) in mpi3mr_sas_port_add()
[all …]
H A Dmpi3mr.h620 u8 host_node; member