Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/bridge/
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()
323 host = of_find_mipi_dsi_host_by_node(dlpc->host_node); in dlpc_host_attach()
387 of_node_put(dlpc->host_node); in dlpc3433_remove()
Dlontium-lt8912b.c37 struct device_node *host_node; member
488 host = of_find_mipi_dsi_host_by_node(lt->host_node); in lt8912_attach_dsi()
647 lt->host_node = of_graph_get_remote_node(dev->of_node, 0, -1); in lt8912_parse_dt()
648 if (!lt->host_node) { in lt8912_parse_dt()
678 of_node_put(lt->host_node); in lt8912_parse_dt()
684 of_node_put(lt->host_node); in lt8912_put_dt()
Dtc358775.c265 struct device_node *host_node; member
558 tc->host_node = of_graph_get_remote_node(np, 0, 0); in tc358775_parse_dt()
559 if (!tc->host_node) in tc358775_parse_dt()
562 of_node_put(tc->host_node); in tc358775_parse_dt()
613 host = of_find_mipi_dsi_host_by_node(tc->host_node); in tc_attach_host()
Dlontium-lt9211.c682 struct device_node *host_node; in lt9211_host_attach() local
691 host_node = of_graph_get_remote_port_parent(endpoint); in lt9211_host_attach()
692 host = of_find_mipi_dsi_host_by_node(host_node); in lt9211_host_attach()
693 of_node_put(host_node); in lt9211_host_attach()
Dchipone-icn6211.c545 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()
Dti-sn65dsi83.c612 struct device_node *host_node; in sn65dsi83_host_attach() local
625 host_node = of_graph_get_remote_port_parent(endpoint); in sn65dsi83_host_attach()
626 host = of_find_mipi_dsi_host_by_node(host_node); in sn65dsi83_host_attach()
627 of_node_put(host_node); in sn65dsi83_host_attach()
Dti-sn65dsi86.c183 struct device_node *host_node; member
674 host = of_find_mipi_dsi_host_by_node(pdata->host_node); in ti_sn_attach_host()
1252 pdata->host_node = of_graph_get_remote_node(np, 0, 0); in ti_sn_bridge_parse_dsi_host()
1254 if (!pdata->host_node) { in ti_sn_bridge_parse_dsi_host()
1312 of_node_put(pdata->host_node); in ti_sn_bridge_remove()
Dtc358767.c1869 struct device_node *host_node; in tc_mipi_dsi_host_attach() local
1882 host_node = of_graph_get_remote_port_parent(endpoint); in tc_mipi_dsi_host_attach()
1883 host = of_find_mipi_dsi_host_by_node(host_node); in tc_mipi_dsi_host_attach()
1884 of_node_put(host_node); in tc_mipi_dsi_host_attach()
/linux-6.1.9/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c151 host = of_find_mipi_dsi_host_by_node(adv->host_node); in adv7533_attach_dsi()
190 adv->host_node = of_graph_get_remote_node(np, 0, 0); in adv7533_parse_dt()
191 if (!adv->host_node) in adv7533_parse_dt()
194 of_node_put(adv->host_node); in adv7533_parse_dt()
Dadv7511.h375 struct device_node *host_node; member
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr.h563 u8 host_node; member
Dmpi3mr_transport.c1201 mrioc->sas_hba.host_node = 1; in mpi3mr_sas_host_add()
1527 if (mr_sas_node->host_node) { in mpi3mr_sas_port_remove()