Home
last modified time | relevance | path

Searched refs:software_node (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v6.1/drivers/platform/surface/
Dsurface_aggregator_registry.c37 static const struct software_node ssam_node_root = {
42 static const struct software_node ssam_node_hub_kip = {
48 static const struct software_node ssam_node_hub_base = {
54 static const struct software_node ssam_node_bat_ac = {
60 static const struct software_node ssam_node_bat_main = {
66 static const struct software_node ssam_node_bat_sb3base = {
72 static const struct software_node ssam_node_tmp_pprof = {
78 static const struct software_node ssam_node_kip_tablet_switch = {
84 static const struct software_node ssam_node_bas_dtx = {
90 static const struct software_node ssam_node_hid_sam_keyboard = {
[all …]
/Linux-v6.1/drivers/mfd/
Dintel-lpss-acpi.c27 static const struct software_node spt_spi_node = {
41 static const struct software_node spt_i2c_node = {
57 static const struct software_node uart_node = {
72 static const struct software_node bxt_spi_node = {
88 static const struct software_node bxt_i2c_node = {
104 static const struct software_node apl_i2c_node = {
118 static const struct software_node cnl_spi_node = {
Dintel_quark_i2c_gpio.c48 static const struct software_node intel_quark_i2c_controller_standard_node = {
58 static const struct software_node intel_quark_i2c_controller_fast_node = {
113 static const struct software_node intel_quark_gpio_controller_node = {
124 static const struct software_node intel_quark_gpio_portA_node = {
130 static const struct software_node *intel_quark_gpio_node_group[] = {
213 cell->swnode = (struct software_node *)dmi_id->driver_data; in intel_quark_i2c_setup()
Dintel-lpss.h18 struct software_node;
26 const struct software_node *swnode;
Dintel-lpss-pci.c82 static const struct software_node spt_spi_node = {
96 static const struct software_node spt_i2c_node = {
112 static const struct software_node uart_node = {
127 static const struct software_node bxt_spi_node = {
149 static const struct software_node bxt_i2c_node = {
165 static const struct software_node apl_i2c_node = {
181 static const struct software_node glk_i2c_node = {
195 static const struct software_node cnl_spi_node = {
219 static const struct software_node tgl_spi_node = {
/Linux-v6.1/drivers/media/pci/intel/ipu3/
Dcio2-bridge.h29 (const struct software_node) { \
35 (const struct software_node) { \
41 (const struct software_node) { \
48 (const struct software_node) { \
121 struct software_node swnodes[SWNODE_COUNT + 1];
138 struct software_node cio2_hid_node;
/Linux-v6.1/include/linux/
Dproperty.h249 struct software_node;
258 const struct software_node *node;
468 struct software_node { struct
470 const struct software_node *parent; argument
475 const struct software_node * argument
477 struct fwnode_handle *software_node_fwnode(const struct software_node *node);
479 const struct software_node *
480 software_node_find_by_name(const struct software_node *parent,
483 int software_node_register_nodes(const struct software_node *nodes);
484 void software_node_unregister_nodes(const struct software_node *nodes);
[all …]
/Linux-v6.1/drivers/platform/x86/intel/
Dchtwc_int33fe.c69 static const struct software_node max17047_node = {
89 static const struct software_node fusb302_node = {
106 static const struct software_node pi3usb30532_node = {
110 static const struct software_node displayport_node = {
127 static const struct software_node usb_connector_node = {
133 static const struct software_node altmodes_node = {
144 static const struct software_node dp_altmode_node = {
150 static const struct software_node *node_group[] = {
207 const struct software_node *mux_ref_node; in cht_int33fe_add_nodes()
/Linux-v6.1/drivers/platform/x86/
Dx86-android-tablets.c175 const struct software_node *bat_swnode;
197 static const struct software_node fg_bq24190_supply_node = {
206 static const struct software_node fg_bq25890_supply_node = {
222 static const struct software_node generic_lipo_hv_4v35_battery_node = {
325 static const struct software_node asus_me176c_accel_node = {
338 static const struct software_node asus_me176c_bq24190_node = {
349 static const struct software_node asus_me176c_ug3105_node = {
469 static const struct software_node asus_tf103c_accel_node = {
478 static const struct software_node asus_tf103c_touchscreen_node = {
493 static const struct software_node asus_tf103c_battery_node = {
[all …]
/Linux-v6.1/drivers/base/
Dswnode.c19 const struct software_node *node;
68 software_node_to_swnode(const struct software_node *node) in software_node_to_swnode()
90 const struct software_node *to_software_node(const struct fwnode_handle *fwnode) in to_software_node()
98 struct fwnode_handle *software_node_fwnode(const struct software_node *node) in software_node_fwnode()
692 const struct software_node *
693 software_node_find_by_name(const struct software_node *parent, const char *name) in software_node_find_by_name()
719 static struct software_node *software_node_alloc(const struct property_entry *properties) in software_node_alloc()
722 struct software_node *node; in software_node_alloc()
739 static void software_node_free(const struct software_node *node) in software_node_free()
769 swnode_register(const struct software_node *node, struct swnode *parent, in swnode_register()
[all …]
/Linux-v6.1/drivers/i2c/busses/
Di2c-ccgx-ucsi.h7 struct software_node;
10 const struct software_node *swnode);
Di2c-ccgx-ucsi.c14 struct software_node;
17 const struct software_node *swnode) in i2c_new_ccgx_ucsi()
Di2c-cht-wc.c278 static const struct software_node bq24190_node = {
334 static const struct software_node xiaomi_mipad2_node = {
371 static const struct software_node lenovo_yb1_bq25892_node = {
Di2c-icy.c117 static const struct software_node icy_ltc2990_node = {
Di2c-nvidia-gpu.c267 static const struct software_node ccgx_node = {
/Linux-v6.1/drivers/usb/dwc3/
Ddwc3-pci.c181 static const struct software_node dwc3_pci_intel_swnode = {
185 static const struct software_node dwc3_pci_intel_phy_charger_detect_swnode = {
189 static const struct software_node dwc3_pci_intel_byt_swnode = {
193 static const struct software_node dwc3_pci_intel_mrfld_swnode = {
197 static const struct software_node dwc3_pci_amd_swnode = {
201 static const struct software_node dwc3_pci_amd_mr_swnode = {
206 const struct software_node *swnode) in dwc3_pci_quirks()
Ddwc3-haps.c36 static const struct software_node dwc3_haps_swnode = {
/Linux-v6.1/include/linux/mfd/
Dcore.h53 struct software_node;
82 const struct software_node *swnode;
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-software_node1 What: /sys/devices/.../software_node/
/Linux-v6.1/arch/arm/mach-pxa/
Dicontrol.c73 static const struct software_node mcp251x_node = {
/Linux-v6.1/drivers/usb/roles/
Dintel-xhci-usb-role-switch.c51 static const struct software_node intel_xhci_usb_node = {
/Linux-v6.1/drivers/tty/serial/8250/
D8250_exar.c359 const struct software_node *node) in __xr17v35x_register_gpio()
391 static const struct software_node exar_gpio_node = {
488 static const struct software_node iot2040_gpio_node = {
/Linux-v6.1/include/linux/spi/
Dspi.h23 struct software_node;
1453 const struct software_node *swnode;
/Linux-v6.1/Documentation/input/devices/
Drotary-encoder.rst117 static const struct software_node rotary_encoder_node = {
/Linux-v6.1/arch/arm/mach-davinci/
Dboard-mityomapl138.c199 static const struct software_node mityomapl138_fd_chip_node = {

12