Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_type.h168 struct software_node_ref_args i2c_ref[1];
169 struct software_node_ref_args gpio0_ref[1];
170 struct software_node_ref_args gpio1_ref[1];
171 struct software_node_ref_args gpio2_ref[1];
172 struct software_node_ref_args gpio3_ref[1];
173 struct software_node_ref_args gpio4_ref[1];
174 struct software_node_ref_args gpio5_ref[1];
175 struct software_node_ref_args sfp_ref[1];
/openbmc/linux/include/media/
H A Dipu-bridge.h150 struct software_node_ref_args local_ref[1];
151 struct software_node_ref_args remote_ref[1];
152 struct software_node_ref_args vcm_ref[1];
153 struct software_node_ref_args ivsc_sensor_ref[1];
154 struct software_node_ref_args ivsc_ipu_ref[1];
/openbmc/linux/include/linux/
H A Dproperty.h316 struct software_node_ref_args { struct
323 (const struct software_node_ref_args) { \ argument
382 .length = (_len_) * sizeof(struct software_node_ref_args), \
423 .length = sizeof(struct software_node_ref_args), \
/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-nokia770.c227 static const struct software_node_ref_args nokia770_cbus_gpio_refs[] = {
/openbmc/linux/drivers/base/
H A Dswnode.c499 const struct software_node_ref_args *ref_array; in software_node_get_reference_args()
500 const struct software_node_ref_args *ref; in software_node_get_reference_args()
615 const struct software_node_ref_args *ref; in software_node_graph_get_remote_endpoint()
/openbmc/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c79 static struct software_node_ref_args fusb302_mux_refs[] = {
/openbmc/linux/drivers/base/test/
H A Dproperty-entry-test.c412 static const struct software_node_ref_args refs[] = { in pe_test_reference()