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.h431 struct software_node_ref_args i2c_ref[1];
432 struct software_node_ref_args gpio0_ref[1];
433 struct software_node_ref_args gpio1_ref[1];
434 struct software_node_ref_args gpio2_ref[1];
435 struct software_node_ref_args gpio3_ref[1];
436 struct software_node_ref_args gpio4_ref[1];
437 struct software_node_ref_args gpio5_ref[1];
438 struct software_node_ref_args sfp_ref[1];
/linux/include/linux/
H A Dproperty.h363 struct software_node_ref_args { struct
371 (const struct software_node_ref_args) { \ argument
435 .length = (_len_) * sizeof(struct software_node_ref_args), \
476 .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()
641 const struct software_node_ref_args *ref; in software_node_graph_get_remote_endpoint()
/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c79 static struct software_node_ref_args fusb302_mux_refs[] = {
/linux/drivers/spi/
H A Dspi-cs42l43.c375 struct software_node_ref_args args[] = { in cs42l43_spi_probe()
/linux/drivers/base/test/
H A Dproperty-entry-test.c412 static const struct software_node_ref_args refs[] = { in pe_test_reference()