Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpiolib-of.c44 (gc->of_gpio_n_cells != gg_data->gpiospec.args_count) || in of_gpiochip_find_and_xlate()
249 if (gc->of_gpio_n_cells < 2) { in of_gpio_simple_xlate()
254 if (WARN_ON(gpiospec->args_count < gc->of_gpio_n_cells)) in of_gpio_simple_xlate()
432 chip->of_gpio_n_cells = 2; in of_gpiochip_add()
Dgpio-ge.c88 bgc->gc.of_gpio_n_cells = 2; in gef_gpio_probe()
Dgpio-zevio.c171 .of_gpio_n_cells = 2,
Dgpio-lpc32xx.c553 lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3; in lpc32xx_gpio_probe()
Dgpio-davinci.c255 chips[i].chip.of_gpio_n_cells = 2; in davinci_gpio_probe()
Dgpio-sx150x.c490 chip->gpio_chip.of_gpio_n_cells = 2; in sx150x_init_chip()
Dgpio-pxa.c332 c->of_gpio_n_cells = 2; in pxa_init_gpio_chip()
Dgpio-mcp23s08.c605 mcp->chip.of_gpio_n_cells = 2; in mcp23s08_probe_one()
/linux-4.1.27/include/linux/gpio/
Ddriver.h132 int of_gpio_n_cells; member
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c563 if (chip->of_gpio_n_cells < 2) in pmic_gpio_of_xlate()
777 state->chip.of_gpio_n_cells = 2; in pmic_gpio_probe()
Dpinctrl-spmi-mpp.c666 if (chip->of_gpio_n_cells < 2) in pmic_mpp_of_xlate()
891 state->chip.of_gpio_n_cells = 2; in pmic_mpp_probe()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-st.c818 if (WARN_ON(gc->of_gpio_n_cells < 1)) in st_gpio_xlate()
821 if (WARN_ON(gpiospec->args_count < gc->of_gpio_n_cells)) in st_gpio_xlate()
1501 .of_gpio_n_cells = 1,
/linux-4.1.27/drivers/pinctrl/meson/
Dpinctrl-meson.c576 domain->chip.of_gpio_n_cells = 2; in meson_gpiolib_register()
/linux-4.1.27/drivers/pinctrl/sirf/
Dpinctrl-sirf.c812 sgpio->chip.gc.of_gpio_n_cells = 2; in sirfsoc_gpio_probe()
/linux-4.1.27/drivers/pinctrl/sunxi/
Dpinctrl-sunxi.c935 pctl->chip->of_gpio_n_cells = 3, in sunxi_pinctrl_init()
/linux-4.1.27/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c916 .of_gpio_n_cells = 2,