Home
last modified time | relevance | path

Searched refs:of_gpio_n_cells (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/gpio/
Dgpiolib-of.c50 if (chip->of_gpio_n_cells != gpiospec->args_count) in of_xlate_and_get_gpiod_flags()
421 if (gc->of_gpio_n_cells < 2) { in of_gpio_simple_xlate()
426 if (WARN_ON(gpiospec->args_count < gc->of_gpio_n_cells)) in of_gpio_simple_xlate()
631 chip->of_gpio_n_cells = 2; in of_gpiochip_add()
635 if (chip->of_gpio_n_cells > MAX_PHANDLE_ARGS) in of_gpiochip_add()
Dgpio-ge.c84 gc->of_gpio_n_cells = 2; in gef_gpio_probe()
Dgpio-tegra186.c217 if (WARN_ON(chip->of_gpio_n_cells < 2)) in tegra186_gpio_of_xlate()
220 if (WARN_ON(spec->args_count < chip->of_gpio_n_cells)) in tegra186_gpio_of_xlate()
491 gpio->gpio.of_gpio_n_cells = 2; in tegra186_gpio_probe()
Dgpio-brcmstb.c425 if (gc->of_gpio_n_cells != 2) { in brcmstb_gpio_of_xlate()
430 if (WARN_ON(gpiospec->args_count < gc->of_gpio_n_cells)) in brcmstb_gpio_of_xlate()
717 gc->of_gpio_n_cells = 2; in brcmstb_gpio_probe()
Dgpio-zevio.c168 .of_gpio_n_cells = 2,
Dgpio-mt7621.c237 rg->chip.of_gpio_n_cells = 2; in mediatek_gpio_bank_probe()
Dgpio-lpc32xx.c513 lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3; in lpc32xx_gpio_probe()
Dgpio-davinci.c246 chips->chip.of_gpio_n_cells = 2; in davinci_gpio_probe()
Dgpio-pxa.c377 pchip->chip.of_gpio_n_cells = 2; in pxa_init_gpio_chip()
/linux-4.19.296/include/linux/gpio/
Ddriver.h334 unsigned int of_gpio_n_cells; member