reset_pin 48 drivers/input/touchscreen/cy8ctmg110_ts.c int reset_pin; reset_pin 58 drivers/input/touchscreen/cy8ctmg110_ts.c if (ts->reset_pin) reset_pin 59 drivers/input/touchscreen/cy8ctmg110_ts.c gpio_direction_output(ts->reset_pin, 1 - poweron); reset_pin 193 drivers/input/touchscreen/cy8ctmg110_ts.c ts->reset_pin = pdata->reset_pin; reset_pin 212 drivers/input/touchscreen/cy8ctmg110_ts.c if (ts->reset_pin) { reset_pin 213 drivers/input/touchscreen/cy8ctmg110_ts.c err = gpio_request(ts->reset_pin, NULL); reset_pin 217 drivers/input/touchscreen/cy8ctmg110_ts.c ts->reset_pin); reset_pin 274 drivers/input/touchscreen/cy8ctmg110_ts.c if (ts->reset_pin) reset_pin 275 drivers/input/touchscreen/cy8ctmg110_ts.c gpio_free(ts->reset_pin); reset_pin 322 drivers/input/touchscreen/cy8ctmg110_ts.c if (ts->reset_pin) reset_pin 323 drivers/input/touchscreen/cy8ctmg110_ts.c gpio_free(ts->reset_pin); reset_pin 31 drivers/media/i2c/adv7183.c unsigned reset_pin; reset_pin 551 drivers/media/i2c/adv7183.c decoder->reset_pin = pin_array[0]; reset_pin 554 drivers/media/i2c/adv7183.c if (devm_gpio_request_one(&client->dev, decoder->reset_pin, reset_pin 556 drivers/media/i2c/adv7183.c v4l_err(client, "failed to request GPIO %d\n", decoder->reset_pin); reset_pin 597 drivers/media/i2c/adv7183.c gpio_set_value(decoder->reset_pin, 1); reset_pin 991 drivers/media/pci/sta2x11/sta2x11_vip.c ret = vip_gpio_reserve(&pdev->dev, config->reset_pin, 0, reset_pin 1005 drivers/media/pci/sta2x11/sta2x11_vip.c if (gpio_is_valid(config->reset_pin)) { reset_pin 1008 drivers/media/pci/sta2x11/sta2x11_vip.c gpio_direction_output(config->reset_pin, 1); reset_pin 1118 drivers/media/pci/sta2x11/sta2x11_vip.c vip_gpio_release(&pdev->dev, config->reset_pin, config->reset_name); reset_pin 1160 drivers/media/pci/sta2x11/sta2x11_vip.c vip_gpio_release(&pdev->dev, vip->config->reset_pin, reset_pin 22 drivers/media/pci/sta2x11/sta2x11_vip.h int reset_pin; reset_pin 10179 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c u32 reset_pin[2]; reset_pin 10186 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] = REG_RD(bp, shmem_base_path[idx] + reset_pin 10189 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] = (reset_pin[idx] & reset_pin 10192 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] -= PIN_CFG_GPIO0_P0; reset_pin 10193 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] = (1 << reset_pin[idx]); reset_pin 10195 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_gpios = (u8)(reset_pin[0] | reset_pin[1]); reset_pin 10199 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] = REG_RD(bp, shmem_base_path[idx] + reset_pin 10202 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] &= PORT_HW_CFG_EXT_PHY_GPIO_RST_MASK; reset_pin 10203 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] -= PORT_HW_CFG_EXT_PHY_GPIO_RST_GPIO0_P0; reset_pin 10204 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] >>= PORT_HW_CFG_EXT_PHY_GPIO_RST_SHIFT; reset_pin 10205 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_pin[idx] = (1 << reset_pin[idx]); reset_pin 10207 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c reset_gpios = (u8)(reset_pin[0] | reset_pin[1]); reset_pin 7 include/linux/input/cy8ctmg110_pdata.h int reset_pin; /* Reset pin is wired to this GPIO (optional) */ reset_pin 54 sound/atmel/ac97c.c struct gpio_desc *reset_pin; reset_pin 696 sound/atmel/ac97c.c if (!IS_ERR(chip->reset_pin)) { reset_pin 697 sound/atmel/ac97c.c gpiod_set_value(chip->reset_pin, 0); reset_pin 700 sound/atmel/ac97c.c gpiod_set_value(chip->reset_pin, 1); reset_pin 783 sound/atmel/ac97c.c chip->reset_pin = devm_gpiod_get_index(dev, "ac97", 2, GPIOD_OUT_HIGH); reset_pin 784 sound/atmel/ac97c.c if (IS_ERR(chip->reset_pin)) reset_pin 4746 sound/soc/codecs/rt5677.c gpiod_set_value_cansleep(rt5677->reset_pin, 1); reset_pin 4759 sound/soc/codecs/rt5677.c gpiod_set_value_cansleep(rt5677->reset_pin, 1); reset_pin 4774 sound/soc/codecs/rt5677.c gpiod_set_value_cansleep(rt5677->reset_pin, 0); reset_pin 4775 sound/soc/codecs/rt5677.c if (rt5677->pow_ldo2 || rt5677->reset_pin) reset_pin 5306 sound/soc/codecs/rt5677.c rt5677->reset_pin = devm_gpiod_get_optional(&i2c->dev, reset_pin 5308 sound/soc/codecs/rt5677.c if (IS_ERR(rt5677->reset_pin)) { reset_pin 5309 sound/soc/codecs/rt5677.c ret = PTR_ERR(rt5677->reset_pin); reset_pin 5314 sound/soc/codecs/rt5677.c if (rt5677->pow_ldo2 || rt5677->reset_pin) { reset_pin 1843 sound/soc/codecs/rt5677.h struct gpio_desc *reset_pin; /* RESET pin */