Lines Matching defs:tc3589x_gpio
27 struct tc3589x_gpio { struct
40 static inline struct tc3589x_gpio *to_tc3589x_gpio(struct gpio_chip *chip) in to_tc3589x_gpio() argument
47 struct tc3589x_gpio *tc3589x_gpio = to_tc3589x_gpio(chip); in tc3589x_gpio_get() local
62 struct tc3589x_gpio *tc3589x_gpio = to_tc3589x_gpio(chip); in tc3589x_gpio_set() local
74 struct tc3589x_gpio *tc3589x_gpio = to_tc3589x_gpio(chip); in tc3589x_gpio_direction_output() local
87 struct tc3589x_gpio *tc3589x_gpio = to_tc3589x_gpio(chip); in tc3589x_gpio_direction_input() local
97 struct tc3589x_gpio *tc3589x_gpio = to_tc3589x_gpio(chip); in tc3589x_gpio_to_irq() local
115 struct tc3589x_gpio *tc3589x_gpio = irq_data_get_irq_chip_data(d); in tc3589x_gpio_irq_set_type() local
142 struct tc3589x_gpio *tc3589x_gpio = irq_data_get_irq_chip_data(d); in tc3589x_gpio_irq_lock() local
149 struct tc3589x_gpio *tc3589x_gpio = irq_data_get_irq_chip_data(d); in tc3589x_gpio_irq_sync_unlock() local
177 struct tc3589x_gpio *tc3589x_gpio = irq_data_get_irq_chip_data(d); in tc3589x_gpio_irq_mask() local
187 struct tc3589x_gpio *tc3589x_gpio = irq_data_get_irq_chip_data(d); in tc3589x_gpio_irq_unmask() local
206 struct tc3589x_gpio *tc3589x_gpio = dev; in tc3589x_gpio_irq() local
236 static int tc3589x_gpio_irq_init(struct tc3589x_gpio *tc3589x_gpio) in tc3589x_gpio_irq_init()
256 static void tc3589x_gpio_irq_remove(struct tc3589x_gpio *tc3589x_gpio) in tc3589x_gpio_irq_remove()
274 struct tc3589x_gpio *tc3589x_gpio; in tc3589x_gpio_probe() local
343 struct tc3589x_gpio *tc3589x_gpio = platform_get_drvdata(pdev); in tc3589x_gpio_remove() local