Searched refs:drvtype (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/regulator/ |
D | fixed.c | 227 const struct fixed_dev_type *drvtype = of_device_get_match_data(dev); in reg_fixed_voltage_probe() local 259 if (drvtype && drvtype->has_enable_clock) { in reg_fixed_voltage_probe() 267 } else if (drvtype && drvtype->has_performance_state) { in reg_fixed_voltage_probe()
|
/linux-6.12.1/drivers/pinctrl/tegra/ |
D | pinctrl-tegra194.c | 1326 e_od, schmitt_b, drvtype, epreemp, \ argument 1572 gpio_sfio_sel, e_od, schmitt_b, drvtype, epreemp, io_reset, rfu_in, io_rail) \ argument 1586 schmitt_b, drvtype, \
|
D | pinctrl-tegra210.c | 1275 #define PINGROUP(pg_name, f0, f1, f2, f3, r, hsm, drvtype, e_io_hv, \ argument 1304 .drvtype_bit = PINGROUP_BIT_##drvtype(13), \
|
D | pinctrl-tegra114.c | 1578 slwf_b, slwf_w, drvtype) \ argument 1604 .drvtype_bit = PINGROUP_BIT_##drvtype(6), \
|
D | pinctrl-tegra124.c | 1747 slwf_b, slwf_w, drvtype) \ argument 1773 .drvtype_bit = PINGROUP_BIT_##drvtype(6), \
|
/linux-6.12.1/drivers/thermal/ |
D | armada_thermal.c | 115 enum drvtype { enum
|