Lines Matching refs:gpio_pint
124 struct gpio_pint { struct
134 int (*pint_map_port)(struct gpio_pint *pint, bool assign, argument
182 struct gpio_pint *pint;
201 static struct gpio_pint *find_gpio_pint(unsigned id) in find_gpio_pint()
203 struct gpio_pint *pint; in find_gpio_pint()
460 struct gpio_pint *pint; in adi_pint_suspend()
474 struct gpio_pint *pint; in adi_pint_resume()
538 struct gpio_pint *pint = irq_desc_get_handler_data(desc); in adi_gpio_handle_pint_irq()
797 static int adi_pint_map_port(struct gpio_pint *pint, bool assign, u8 map, in adi_pint_map_port()
830 struct gpio_pint *pint; in adi_gpio_pint_probe()
832 pint = devm_kzalloc(dev, sizeof(struct gpio_pint), GFP_KERNEL); in adi_gpio_pint_probe()
867 struct gpio_pint *pint = platform_get_drvdata(pdev); in adi_gpio_pint_remove()
898 struct gpio_pint *pint = port->pint; in adi_gpio_init_int()