Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/
H A Dipu-bridge.c387 PROPERTY_ENTRY_REF_ARRAY(names->remote_endpoint, in ipu_bridge_create_fwnode_properties()
398 PROPERTY_ENTRY_REF_ARRAY(names->remote_endpoint, in ipu_bridge_create_fwnode_properties()
420 PROPERTY_ENTRY_REF_ARRAY("lens-focus", sensor->vcm_ref); in ipu_bridge_create_fwnode_properties()
429 sensor->ep_properties[2] = PROPERTY_ENTRY_REF_ARRAY( in ipu_bridge_create_fwnode_properties()
442 sensor->ipu_properties[1] = PROPERTY_ENTRY_REF_ARRAY( in ipu_bridge_create_fwnode_properties()
/linux/drivers/platform/x86/amd/
H A Damd_isp4.c92 PROPERTY_ENTRY_REF_ARRAY("remote-endpoint", isp4_refs),
174 PROPERTY_ENTRY_REF_ARRAY("remote-endpoint", ov05c10_refs),
/linux/arch/arm/mach-pxa/
H A Dspitz.c407 PROPERTY_ENTRY_REF_ARRAY("row-gpios", spitz_mkp_row_gpios),
408 PROPERTY_ENTRY_REF_ARRAY("col-gpios", spitz_mkp_col_gpios),
672 PROPERTY_ENTRY_REF_ARRAY("gpios", spitz_spi_gpio_refs),
/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c85 PROPERTY_ENTRY_REF_ARRAY("usb-role-switch", fusb302_mux_refs),
/linux/drivers/spi/
H A Dspi-cs42l43.c380 PROPERTY_ENTRY_REF_ARRAY("cs-gpios", args), in cs42l43_spi_probe()
/linux/drivers/base/test/
H A Dproperty-entry-test.c420 PROPERTY_ENTRY_REF_ARRAY("ref-3", refs), in pe_test_reference()
/linux/include/linux/
H A Dproperty.h451 #define PROPERTY_ENTRY_REF_ARRAY(_name_, _val_) \ macro