Searched refs:tps6586x_gpio (Results 1 – 1 of 1) sorted by relevance
36 struct tps6586x_gpio { struct43 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_get() argument47 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()57 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_set() local59 tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET2, in tps6586x_gpio_set()66 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_output() local74 return tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET1, in tps6586x_gpio_output()80 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_to_irq() local82 return tps6586x_irq_get_virq(tps6586x_gpio->parent, in tps6586x_gpio_to_irq()89 struct tps6586x_gpio *tps6586x_gpio; in tps6586x_gpio_probe() local[all …]