Home
last modified time | relevance | path

Searched refs:PROPERTY_ENTRY_REF_ARRAY (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_phy.c62 nodes->sfp_props[1] = PROPERTY_ENTRY_REF_ARRAY("i2c-bus", nodes->i2c_ref); in txgbe_swnodes_register()
63 nodes->sfp_props[2] = PROPERTY_ENTRY_REF_ARRAY("tx-fault-gpios", nodes->gpio0_ref); in txgbe_swnodes_register()
64 nodes->sfp_props[3] = PROPERTY_ENTRY_REF_ARRAY("tx-disable-gpios", nodes->gpio1_ref); in txgbe_swnodes_register()
65 nodes->sfp_props[4] = PROPERTY_ENTRY_REF_ARRAY("mod-def0-gpios", nodes->gpio2_ref); in txgbe_swnodes_register()
66 nodes->sfp_props[5] = PROPERTY_ENTRY_REF_ARRAY("los-gpios", nodes->gpio3_ref); in txgbe_swnodes_register()
67 nodes->sfp_props[6] = PROPERTY_ENTRY_REF_ARRAY("rate-select1-gpios", nodes->gpio4_ref); in txgbe_swnodes_register()
68 nodes->sfp_props[7] = PROPERTY_ENTRY_REF_ARRAY("rate-select0-gpios", nodes->gpio5_ref); in txgbe_swnodes_register()
73 nodes->phylink_props[1] = PROPERTY_ENTRY_REF_ARRAY("sfp", nodes->sfp_ref); in txgbe_swnodes_register()
/Linux-v6.6/drivers/media/pci/intel/
Dipu-bridge.c322 PROPERTY_ENTRY_REF_ARRAY(names->remote_endpoint, in ipu_bridge_create_fwnode_properties()
333 PROPERTY_ENTRY_REF_ARRAY(names->remote_endpoint, in ipu_bridge_create_fwnode_properties()
355 PROPERTY_ENTRY_REF_ARRAY("lens-focus", sensor->vcm_ref); in ipu_bridge_create_fwnode_properties()
364 sensor->ep_properties[2] = PROPERTY_ENTRY_REF_ARRAY( in ipu_bridge_create_fwnode_properties()
377 sensor->ipu_properties[1] = PROPERTY_ENTRY_REF_ARRAY( in ipu_bridge_create_fwnode_properties()
/Linux-v6.6/arch/arm/mach-omap1/
Dboard-nokia770.c234 PROPERTY_ENTRY_REF_ARRAY("gpios", nokia770_cbus_gpio_refs),
/Linux-v6.6/drivers/platform/x86/intel/
Dchtwc_int33fe.c85 PROPERTY_ENTRY_REF_ARRAY("usb-role-switch", fusb302_mux_refs),
/Linux-v6.6/include/linux/
Dproperty.h363 #define PROPERTY_ENTRY_REF_ARRAY(_name_, _val_) \ macro
/Linux-v6.6/drivers/base/test/
Dproperty-entry-test.c420 PROPERTY_ENTRY_REF_ARRAY("ref-3", refs), in pe_test_reference()