Searched defs:int3472_discrete_device (Results 1 – 1 of 1) sorted by relevance
107 struct int3472_discrete_device { struct108 struct acpi_device *adev;109 struct device *dev;110 struct acpi_device *sensor;111 const char *sensor_name;113 struct int3472_gpio_regulator regulators[INT3472_MAX_REGULATORS];115 struct int3472_clock {122 } clock;124 struct int3472_pled {148 int int3472_discrete_parse_crs(struct int3472_discrete_device *int3472); argument