Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/
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];
/Linux-v6.6/include/media/
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];
/Linux-v6.6/include/linux/
Dproperty.h282 struct software_node_ref_args { struct
289 (const struct software_node_ref_args) { \ argument
348 .length = (_len_) * sizeof(struct software_node_ref_args), \
389 .length = sizeof(struct software_node_ref_args), \
/Linux-v6.6/arch/arm/mach-omap1/
Dboard-nokia770.c227 static const struct software_node_ref_args nokia770_cbus_gpio_refs[] = {
/Linux-v6.6/drivers/base/
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()
612 const struct software_node_ref_args *ref; in software_node_graph_get_remote_endpoint()
/Linux-v6.6/drivers/platform/x86/intel/
Dchtwc_int33fe.c79 static struct software_node_ref_args fusb302_mux_refs[] = {
/Linux-v6.6/drivers/base/test/
Dproperty-entry-test.c412 static const struct software_node_ref_args refs[] = { in pe_test_reference()