Lines Matching refs:tegra_gpio

77 struct tegra_gpio {  struct
90 tegra186_gpio_get_port(struct tegra_gpio *gpio, unsigned int *pin) in tegra186_gpio_get_port() argument
108 static void __iomem *tegra186_gpio_get_base(struct tegra_gpio *gpio, in tegra186_gpio_get_base()
126 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_get_direction()
144 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_direction_input()
167 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_direction_output()
193 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_get()
213 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_set()
234 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_set_config()
268 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_add_pin_ranges()
314 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_of_xlate()
340 #define to_tegra_gpio(x) container_of((x), struct tegra_gpio, gpio)
345 struct tegra_gpio *gpio = to_tegra_gpio(gc); in tegra186_irq_ack()
358 struct tegra_gpio *gpio = to_tegra_gpio(gc); in tegra186_irq_mask()
374 struct tegra_gpio *gpio = to_tegra_gpio(gc); in tegra186_irq_unmask()
390 struct tegra_gpio *gpio = to_tegra_gpio(gc); in tegra186_irq_set_type()
455 struct tegra_gpio *gpio = irq_desc_get_handler_data(desc); in tegra186_gpio_irq()
497 struct tegra_gpio *gpio = gpiochip_get_data(domain->host_data); in tegra186_gpio_irq_domain_translate()
525 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_populate_parent_fwspec()
556 struct tegra_gpio *gpio = gpiochip_get_data(chip); in tegra186_gpio_child_offset_to_irq()
575 static void tegra186_gpio_init_route_mapping(struct tegra_gpio *gpio) in tegra186_gpio_init_route_mapping()
610 struct tegra_gpio *gpio; in tegra186_gpio_probe()