Home
last modified time | relevance | path

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

123

/linux-6.14.4/drivers/platform/surface/
Dsurface_aggregator_registry.c38 static const struct software_node ssam_node_root = {
43 static const struct software_node ssam_node_hub_kip = {
49 static const struct software_node ssam_node_hub_base = {
55 static const struct software_node ssam_node_bat_ac = {
61 static const struct software_node ssam_node_bat_main = {
67 static const struct software_node ssam_node_bat_sb3base = {
73 static const struct software_node ssam_node_tmp_perf_profile = {
86 static const struct software_node ssam_node_tmp_perf_profile_with_fan = {
93 static const struct software_node ssam_node_tmp_sensors = {
99 static const struct software_node ssam_node_fan_speed = {
[all …]
/linux-6.14.4/drivers/platform/x86/x86-android-tablets/
Dother.c36 static const struct software_node acer_b1_750_bma250e_node = {
136 static const struct software_node chuwi_hi8_gsl1680_node = {
151 static const struct software_node chuwi_hi8_bma250e_node = {
292 static const struct software_node medion_lifetab_s10346_accel_node = {
303 static const struct software_node medion_lifetab_s10346_touchscreen_node = {
375 static const struct software_node nextbook_ares8_accel_node = {
385 static const struct software_node nextbook_ares8_touchscreen_node = {
444 static const struct software_node nextbook_ares8a_accel_node = {
538 static const struct software_node whitelabel_tm800a550l_accel_node = {
549 static const struct software_node whitelabel_tm800a550l_goodix_node = {
[all …]
Dshared-psy-info.h16 struct software_node;
22 extern const struct software_node fg_bq24190_supply_node;
23 extern const struct software_node fg_bq25890_supply_node;
24 extern const struct software_node generic_lipo_hv_4v35_battery_node;
Dasus.c52 static const struct software_node asus_me176c_accel_node = {
65 static const struct software_node asus_me176c_bq24190_node = {
76 static const struct software_node asus_me176c_ug3105_node = {
196 static const struct software_node asus_tf103c_accel_node = {
205 static const struct software_node asus_tf103c_touchscreen_node = {
220 static const struct software_node asus_tf103c_battery_node = {
233 static const struct software_node asus_tf103c_bq24190_node = {
244 static const struct software_node asus_tf103c_ug3105_node = {
Dshared-psy-info.c29 const struct software_node fg_bq24190_supply_node = {
38 const struct software_node fg_bq25890_supply_node = {
54 const struct software_node generic_lipo_hv_4v35_battery_node = {
Dlenovo.c70 static const struct software_node lenovo_yb1_x90_wacom_node = {
91 static const struct software_node lenovo_yb1_x90_hideep_ts_node = {
293 static const struct software_node lenovo_yoga_tab2_830_1050_bq24190_node = {
450 static const struct software_node lenovo_yoga_tab2_830_lms303d_node = {
585 static const struct software_node lenovo_yoga_tab2_1380_bq24190_node = {
613 static const struct software_node lenovo_yoga_tab2_1380_lc824206xa_node = {
628 static const struct software_node lenovo_yoga_tab2_1380_lms303d_node = {
798 static const struct software_node fg_bq25890_1_supply_node = {
819 static const struct software_node lenovo_yt3_bq25892_0_node = {
830 static const struct software_node lenovo_yt3_hideep_ts_node = {
Dx86-android-tablets.h22 struct software_node;
87 const struct software_node *bat_swnode;
/linux-6.14.4/arch/x86/platform/geode/
Dgeode-common.c17 static const struct software_node geode_gpiochip_node = {
26 static const struct software_node geode_gpio_keys_node = {
39 static const struct software_node geode_restart_key_node = {
44 static const struct software_node *geode_gpio_keys_swnodes[] __initconst = {
90 static const struct software_node geode_gpio_leds_node = {
99 const struct software_node *group[MAX_LEDS + 2] = { 0 }; in geode_create_leds()
100 struct software_node *swnodes; in geode_create_leds()
/linux-6.14.4/include/media/
Dipu-bridge.h28 (const struct software_node) { \
34 (const struct software_node) { \
40 (const struct software_node) { \
47 (const struct software_node) { \
132 const struct software_node *group[SWNODE_COUNT + 1];
133 struct software_node swnodes[SWNODE_COUNT];
165 struct software_node ipu_hid_node;
/linux-6.14.4/drivers/mfd/
Dintel-lpss-acpi.c32 static const struct software_node spt_spi_node = {
46 static const struct software_node spt_i2c_node = {
62 static const struct software_node uart_node = {
77 static const struct software_node bxt_spi_node = {
93 static const struct software_node bxt_i2c_node = {
109 static const struct software_node apl_i2c_node = {
123 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.h30 struct software_node;
38 const struct software_node *swnode;
Dintel-lpss-pci.c102 static const struct software_node spt_spi_node = {
116 static const struct software_node spt_i2c_node = {
132 static const struct software_node uart_node = {
147 static const struct software_node bxt_spi_node = {
169 static const struct software_node bxt_i2c_node = {
185 static const struct software_node apl_i2c_node = {
201 static const struct software_node glk_i2c_node = {
215 static const struct software_node cnl_spi_node = {
239 static const struct software_node tgl_spi_node = {
/linux-6.14.4/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-6.14.4/include/linux/
Dproperty.h318 struct software_node;
327 const struct software_node *node;
529 struct software_node { struct
531 const struct software_node *parent; argument
536 (struct software_node) { \ argument
543 const struct software_node *
545 struct fwnode_handle *software_node_fwnode(const struct software_node *node);
547 const struct software_node *
548 software_node_find_by_name(const struct software_node *parent,
551 int software_node_register_node_group(const struct software_node **node_group);
[all …]
/linux-6.14.4/arch/arm/mach-omap1/
Dboard-nokia770.c39 static const struct software_node nokia770_mpuio_gpiochip_node = {
43 static const struct software_node nokia770_gpiochip1_node = {
47 static const struct software_node nokia770_gpiochip2_node = {
51 static const struct software_node *nokia770_gpiochip_nodes[] = {
120 static const struct software_node nokia770_mipid_swnode = {
146 static const struct software_node nokia770_ads7846_swnode = {
/linux-6.14.4/drivers/base/
Dswnode.c30 const struct software_node *node;
79 software_node_to_swnode(const struct software_node *node) in software_node_to_swnode()
101 const struct software_node *to_software_node(const struct fwnode_handle *fwnode) in to_software_node()
109 struct fwnode_handle *software_node_fwnode(const struct software_node *node) in software_node_fwnode()
707 const struct software_node *
708 software_node_find_by_name(const struct software_node *parent, const char *name) in software_node_find_by_name()
734 static struct software_node *software_node_alloc(const struct property_entry *properties) in software_node_alloc()
737 struct software_node *node; in software_node_alloc()
754 static void software_node_free(const struct software_node *node) in software_node_free()
784 swnode_register(const struct software_node *node, struct swnode *parent, in swnode_register()
[all …]
/linux-6.14.4/arch/arm/mach-pxa/
Dspitz.c133 static const struct software_node spitz_scoop_1_gpiochip_node = {
138 static const struct software_node spitz_scoop_2_gpiochip_node = {
143 static const struct software_node akita_max7310_gpiochip_node = {
440 static const struct software_node spitz_gpio_keys_node = {
454 static const struct software_node spitz_suspend_key_node = {
468 static const struct software_node spitz_sw1_node = {
482 static const struct software_node spitz_sw2_node = {
487 static const struct software_node *spitz_gpio_keys_swnodes[] = {
525 static const struct software_node spitz_gpio_leds_node = {
536 static const struct software_node spitz_orange_led_node = {
[all …]
/linux-6.14.4/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()
/linux-6.14.4/include/linux/gpio/
Dproperty.h7 struct software_node;
12 extern const struct software_node swnode_gpio_undefined;
/linux-6.14.4/drivers/gpio/
Dgpiolib-swnode.c29 const struct software_node *gdev_node; in swnode_get_gpio_device()
63 const struct software_node *swnode; in swnode_find_gpio()
141 const struct software_node swnode_gpio_undefined = {
/linux-6.14.4/drivers/usb/dwc3/
Ddwc3-pci.c189 static const struct software_node dwc3_pci_intel_swnode = {
193 static const struct software_node dwc3_pci_intel_phy_charger_detect_swnode = {
197 static const struct software_node dwc3_pci_intel_byt_swnode = {
201 static const struct software_node dwc3_pci_intel_mrfld_swnode = {
205 static const struct software_node dwc3_pci_amd_swnode = {
209 static const struct software_node dwc3_pci_amd_mr_swnode = {
214 const struct software_node *swnode) in dwc3_pci_quirks()
/linux-6.14.4/include/linux/mfd/
Dcore.h53 struct software_node;
82 const struct software_node *swnode;
/linux-6.14.4/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_type.h280 (const struct software_node) { \
310 struct software_node swnodes[SWNODE_MAX];
311 const struct software_node *group[SWNODE_MAX + 1];

123