Searched refs:wl2868c (Results 1 – 2 of 2) sorted by relevance
72 struct wl2868c { struct188 static void wl2868c_reset(struct wl2868c *wl2868c) in wl2868c_reset() argument190 gpiod_set_value_cansleep(wl2868c->reset_gpio, 0); in wl2868c_reset()192 gpiod_set_value_cansleep(wl2868c->reset_gpio, 1); in wl2868c_reset()194 gpiod_set_value_cansleep(wl2868c->reset_gpio, 0); in wl2868c_reset()204 struct wl2868c *wl2868c; in wl2868c_i2c_probe() local207 wl2868c = devm_kzalloc(dev, sizeof(struct wl2868c), GFP_KERNEL); in wl2868c_i2c_probe()208 if (!wl2868c) in wl2868c_i2c_probe()211 wl2868c->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); in wl2868c_i2c_probe()212 if (IS_ERR(wl2868c->reset_gpio)) { in wl2868c_i2c_probe()[all …]
159 obj-$(CONFIG_REGULATOR_WL2868C) += wl2868c-regulator.o