Searched defs:int3472_discrete_device (Results 1 – 1 of 1) sorted by relevance
73 struct int3472_discrete_device { struct74 struct acpi_device *adev;75 struct device *dev;76 struct acpi_device *sensor;77 const char *sensor_name;79 const struct int3472_sensor_config *sensor_config;81 struct int3472_gpio_regulator {89 } regulator;91 struct int3472_clock {119 int skl_int3472_register_gpio_clock(struct int3472_discrete_device *int3472, argument