Home
last modified time | relevance | path

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

/drivers/platform/x86/intel/int3472/
A Ddiscrete.c59 const char *con_id, unsigned long gpio_flags) in skl_int3472_fill_gpiod_lookup() argument
91 agpio, con_id, gpio_flags); in skl_int3472_map_gpio_to_sensor()
182 *gpio_flags = GPIO_ACTIVE_LOW; in int3472_get_con_id_and_polarity()
186 *gpio_flags = GPIO_ACTIVE_LOW; in int3472_get_con_id_and_polarity()
190 *gpio_flags = GPIO_ACTIVE_HIGH; in int3472_get_con_id_and_polarity()
194 *gpio_flags = GPIO_ACTIVE_HIGH; in int3472_get_con_id_and_polarity()
198 *gpio_flags = GPIO_ACTIVE_HIGH; in int3472_get_con_id_and_polarity()
202 *gpio_flags = GPIO_ACTIVE_HIGH; in int3472_get_con_id_and_polarity()
206 *gpio_flags = GPIO_ACTIVE_HIGH; in int3472_get_con_id_and_polarity()
253 unsigned long gpio_flags; in skl_int3472_handle_gpio_resources() local
[all …]
/drivers/regulator/
A Dtps62360-regulator.c328 int gpio_flags; in tps62360_probe() local
404 gpio_flags = (pdata->vsel0_def_state) ? in tps62360_probe()
406 tps->vsel0_gpio = devm_gpiod_get_optional(&client->dev, "vsel0", gpio_flags); in tps62360_probe()
414 gpio_flags = (pdata->vsel1_def_state) ? in tps62360_probe()
416 tps->vsel1_gpio = devm_gpiod_get_optional(&client->dev, "vsel1", gpio_flags); in tps62360_probe()
A Dpwm-regulator.c357 enum gpiod_flags gpio_flags; in pwm_regulator_probe() local
393 gpio_flags = GPIOD_OUT_HIGH; in pwm_regulator_probe()
395 gpio_flags = GPIOD_OUT_LOW; in pwm_regulator_probe()
397 gpio_flags); in pwm_regulator_probe()
/drivers/net/phy/
A Dsfp.c158 static const enum gpiod_flags gpio_flags[] = { enum
595 if (gpio_flags[i] != GPIOD_IN || !sfp->gpio[i]) in sfp_gpio_get_state()
3105 gpio_names[i], gpio_flags[i]); in sfp_probe()
3149 if (gpio_flags[i] != GPIOD_IN || !sfp->gpio[i]) in sfp_probe()

Completed in 16 milliseconds