Searched refs:gpio_flags (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/drivers/regulator/ |
| D | tps62360-regulator.c | 335 int gpio_flags; in tps62360_probe() local 411 gpio_flags = (pdata->vsel0_def_state) ? in tps62360_probe() 413 tps->vsel0_gpio = devm_gpiod_get_optional(&client->dev, "vsel0", gpio_flags); in tps62360_probe() 421 gpio_flags = (pdata->vsel1_def_state) ? in tps62360_probe() 423 tps->vsel1_gpio = devm_gpiod_get_optional(&client->dev, "vsel1", gpio_flags); in tps62360_probe()
|
| D | pwm-regulator.c | 323 enum gpiod_flags gpio_flags; in pwm_regulator_probe() local 360 gpio_flags = GPIOD_OUT_HIGH; in pwm_regulator_probe() 362 gpio_flags = GPIOD_OUT_LOW; in pwm_regulator_probe() 364 gpio_flags); in pwm_regulator_probe()
|
| D | max8973-regulator.c | 675 int gpio_flags; in max8973_probe() local 678 gpio_flags = (pdata->dvs_def_state) ? in max8973_probe() 681 gpio_flags, "max8973-dvs"); in max8973_probe()
|
| /Linux-v6.1/sound/soc/codecs/ |
| D | wm0010.c | 866 unsigned long gpio_flags; in wm0010_spi_probe() local 915 gpio_flags = GPIOF_OUT_INIT_HIGH; in wm0010_spi_probe() 917 gpio_flags = GPIOF_OUT_INIT_LOW; in wm0010_spi_probe() 920 gpio_flags, "wm0010 reset"); in wm0010_spi_probe()
|
| /Linux-v6.1/drivers/pci/controller/ |
| D | pci-mvebu.c | 1337 unsigned long gpio_flags; in mvebu_pcie_parse_port() local 1349 gpio_flags = GPIOF_ACTIVE_LOW | in mvebu_pcie_parse_port() 1352 gpio_flags = GPIOF_OUT_INIT_HIGH; in mvebu_pcie_parse_port() 1355 ret = devm_gpio_request_one(dev, reset_gpio, gpio_flags, in mvebu_pcie_parse_port()
|
| /Linux-v6.1/drivers/net/phy/ |
| D | sfp.c | 155 static const enum gpiod_flags gpio_flags[] = { enum 457 if (gpio_flags[i] != GPIOD_IN || !sfp->gpio[i]) in sfp_gpio_get_state() 2716 gpio_of_names[i], gpio_flags[i]); in sfp_probe() 2755 if (gpio_flags[i] != GPIOD_IN || !sfp->gpio[i]) in sfp_probe()
|
| /Linux-v6.1/drivers/usb/gadget/udc/ |
| D | pxa27x_udc.c | 2359 unsigned long gpio_flags; in pxa_udc_probe() local 2362 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0; in pxa_udc_probe() 2366 gpio_flags, in pxa_udc_probe()
|