Home
last modified time | relevance | path

Searched refs:gpio_flags (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps62360-regulator.c430 int gpio_flags; in tps62360_probe() local
431 gpio_flags = (pdata->vsel0_def_state) ? in tps62360_probe()
434 gpio_flags, "tps62360-vsel0"); in tps62360_probe()
442 gpio_flags = (pdata->vsel1_def_state) ? in tps62360_probe()
445 gpio_flags, "tps62360-vsel1"); in tps62360_probe()
H A Dpwm-regulator.c334 enum gpiod_flags gpio_flags; in pwm_regulator_probe() local
381 gpio_flags = GPIOD_OUT_HIGH; in pwm_regulator_probe()
383 gpio_flags = GPIOD_OUT_LOW; in pwm_regulator_probe()
385 gpio_flags); in pwm_regulator_probe()
H A Dmax8973-regulator.c707 int gpio_flags; in max8973_probe() local
710 gpio_flags = (pdata->dvs_def_state) ? in max8973_probe()
713 gpio_flags, "max8973-dvs"); in max8973_probe()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm0010.c867 unsigned long gpio_flags; in wm0010_spi_probe() local
916 gpio_flags = GPIOF_OUT_INIT_HIGH; in wm0010_spi_probe()
918 gpio_flags = GPIOF_OUT_INIT_LOW; in wm0010_spi_probe()
921 gpio_flags, "wm0010 reset"); in wm0010_spi_probe()
/OK3568_Linux_fs/kernel/net/rfkill/
H A Drfkill-wlan.c383 int gpio_flags = -1; in rockchip_wifi_get_oob_irq_flag() local
388 gpio_flags = wifi_int_irq->enable; in rockchip_wifi_get_oob_irq_flag()
391 return gpio_flags; in rockchip_wifi_get_oob_irq_flag()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-mvebu.c873 unsigned long gpio_flags; in mvebu_pcie_parse_port() local
885 gpio_flags = GPIOF_ACTIVE_LOW | in mvebu_pcie_parse_port()
888 gpio_flags = GPIOF_OUT_INIT_HIGH; in mvebu_pcie_parse_port()
891 ret = devm_gpio_request_one(dev, reset_gpio, gpio_flags, in mvebu_pcie_parse_port()
/OK3568_Linux_fs/kernel/drivers/media/i2c/m5mols/
H A Dm5mols_core.c942 unsigned long gpio_flags; in m5mols_probe() local
969 gpio_flags = pdata->reset_polarity in m5mols_probe()
971 ret = devm_gpio_request_one(&client->dev, pdata->gpio_reset, gpio_flags, in m5mols_probe()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp.c154 static const enum gpiod_flags gpio_flags[] = { enum
314 if (gpio_flags[i] != GPIOD_IN || !sfp->gpio[i]) in sfp_gpio_get_state()
2486 gpio_of_names[i], gpio_flags[i]); in sfp_probe()
2523 if (gpio_flags[i] != GPIOD_IN || !sfp->gpio[i]) in sfp_probe()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2359 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()