Searched refs:lp_gpio (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-lynxpoint.c | 61 struct lp_gpio { struct 100 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_reg() 115 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_request() 140 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_free() 152 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_irq_type() 194 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_set() 210 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_direction_input() 224 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_direction_output() 241 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_gpio_irq_handler() 276 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_irq_enable() [all …]
|