Home
last modified time | relevance | path

Searched refs:software_node_ref_args (Results 1 – 9 of 9) sorted by relevance

/linux/include/media/
H A Dipu-bridge.h151 struct software_node_ref_args local_ref[1];
152 struct software_node_ref_args remote_ref[1];
153 struct software_node_ref_args vcm_ref[1];
154 struct software_node_ref_args ivsc_sensor_ref[1];
155 struct software_node_ref_args ivsc_ipu_ref[1];
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_type.h406 struct software_node_ref_args i2c_ref[1];
407 struct software_node_ref_args gpio0_ref[1];
408 struct software_node_ref_args gpio1_ref[1];
409 struct software_node_ref_args gpio2_ref[1];
410 struct software_node_ref_args gpio3_ref[1];
411 struct software_node_ref_args gpio4_ref[1];
412 struct software_node_ref_args gpio5_ref[1];
413 struct software_node_ref_args sfp_ref[1];
/linux/sound/hda/codecs/side-codecs/
H A Dcirrus_scodec_test.c150 static void cirrus_scodec_test_set_gpio_ref_arg(struct software_node_ref_args *arg, in cirrus_scodec_test_set_gpio_ref_arg()
153 struct software_node_ref_args template = in cirrus_scodec_test_set_gpio_ref_arg()
161 struct software_node_ref_args *args, in cirrus_scodec_test_set_spkid_swnode()
196 struct software_node_ref_args *refs; in cirrus_scodec_test_spkid_parse()
/linux/include/linux/
H A Dproperty.h352 struct software_node_ref_args { struct
359 (const struct software_node_ref_args) { \ argument
418 .length = (_len_) * sizeof(struct software_node_ref_args), \
459 .length = sizeof(struct software_node_ref_args), \
/linux/drivers/platform/x86/amd/
H A Damd_isp4.c86 static const struct software_node_ref_args isp4_refs[] = {
152 static const struct software_node_ref_args ov05c10_refs[] = {
/linux/arch/arm/mach-pxa/
H A Dspitz.c381 static const struct software_node_ref_args spitz_mkp_row_gpios[] = {
391 static const struct software_node_ref_args spitz_mkp_col_gpios[] = {
662 static const struct software_node_ref_args spitz_spi_gpio_refs[] = {
/linux/drivers/base/
H A Dswnode.c510 const struct software_node_ref_args *ref_array; in software_node_get_reference_args()
511 const struct software_node_ref_args *ref; in software_node_get_reference_args()
626 const struct software_node_ref_args *ref; in software_node_graph_get_remote_endpoint()
/linux/drivers/spi/
H A Dspi-cs42l43.c59 static const struct software_node_ref_args cs42l43_cs_refs[] = {
/linux/drivers/base/test/
H A Dproperty-entry-test.c412 static const struct software_node_ref_args refs[] = { in pe_test_reference()