Searched refs:regulator_enable_gpio (Results 1 – 2 of 2) sorted by relevance
26 struct regulator_enable_gpio;383 struct regulator_enable_gpio *ena_pin;
79 struct regulator_enable_gpio { struct1731 struct regulator_enable_gpio *pin; in regulator_ena_gpio_request()1751 pin = kzalloc(sizeof(struct regulator_enable_gpio), GFP_KERNEL); in regulator_ena_gpio_request()1769 struct regulator_enable_gpio *pin, *n; in regulator_ena_gpio_free()1801 struct regulator_enable_gpio *pin = rdev->ena_pin; in regulator_ena_gpio_ctrl()