Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dmipi-disco-img.c449 struct fwnode_handle *port_fwnode, in init_csi2_port_local() argument
467 ret = fwnode_property_read_u64_array(port_fwnode, in init_csi2_port_local()
486 struct fwnode_handle *port_fwnode, in init_csi2_port() argument
507 ret = fwnode_property_count_u8(port_fwnode, "mipi-img-data-lanes"); in init_csi2_port()
517 ret = fwnode_property_read_u8_array(port_fwnode, in init_csi2_port()
577 init_csi2_port_local(adev, port, port_fwnode, ep_prop_index); in init_csi2_port()
662 struct fwnode_handle *port_fwnode; in init_crs_csi2_swnodes() local
671 port_fwnode = get_mipi_port_handle(adev_fwnode, port->port_nr); in init_crs_csi2_swnodes()
672 if (!port_fwnode) { in init_crs_csi2_swnodes()
679 init_csi2_port(adev, swnodes, port, port_fwnode, i); in init_crs_csi2_swnodes()
[all …]
H A Dproperty.c1626 struct fwnode_handle *port_fwnode = fwnode_get_parent(fwnode); in acpi_fwnode_graph_parse_endpoint() local
1630 if (fwnode_property_read_u32(port_fwnode, "reg", &endpoint->port)) in acpi_fwnode_graph_parse_endpoint()
1631 fwnode_property_read_u32(port_fwnode, "port", &endpoint->port); in acpi_fwnode_graph_parse_endpoint()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6797 if (!is_acpi_node(port_fwnode)) in mvpp2_use_acpi_compat_mode()
6801 !fwnode_property_present(port_fwnode, "managed") && in mvpp2_use_acpi_compat_mode()
6802 !fwnode_get_named_child_node(port_fwnode, "fixed-link")); in mvpp2_use_acpi_compat_mode()
6807 struct fwnode_handle *port_fwnode, in mvpp2_port_probe() argument
6813 struct device_node *port_node = to_of_node(port_fwnode); in mvpp2_port_probe()
6839 phy_mode = fwnode_get_phy_mode(port_fwnode); in mvpp2_port_probe()
6879 port->fwnode = port_fwnode; in mvpp2_port_probe()
6926 if (fwnode_property_read_u32(port_fwnode, "gop-port-id", in mvpp2_port_probe()
7026 device_set_node(&dev->dev, port_fwnode); in mvpp2_port_probe()
7032 if (!mvpp2_use_acpi_compat_mode(port_fwnode)) { in mvpp2_port_probe()
[all …]
/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3369 struct fwnode_handle *port_fwnode; in mv88e6xxx_setup_port() local
3387 fwnode_for_each_child_node(ports_fwnode, port_fwnode) { in mv88e6xxx_setup_port()
3388 if (fwnode_property_read_u32(port_fwnode, "reg", &val)) in mv88e6xxx_setup_port()
3391 p->fwnode = port_fwnode; in mv88e6xxx_setup_port()
3392 p->fiber = fwnode_property_present(port_fwnode, "sfp"); in mv88e6xxx_setup_port()