Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-max7360.c151 unsigned int outconf; in max7360_gpio_probe() local
202 ret = device_property_read_u32(dev, "maxim,constant-current-disable", &outconf); in max7360_gpio_probe()
204 ret = regmap_write(regmap, MAX7360_REG_GPIOOUTM, outconf); in max7360_gpio_probe()