Searched refs:get_direction (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/drivers/gpio/ |
D | gpio-xtensa.c | 133 .get_direction = xtensa_impwire_get_direction, 142 .get_direction = xtensa_expstate_get_direction,
|
D | gpio-74xx-mmio.c | 145 priv->bgc.gc.get_direction = mmio_74xx_get_direction; in mmio_74xx_gpio_probe()
|
D | gpio-104-idio-16.c | 134 idio16gpio->chip.get_direction = idio_16_gpio_get_direction; in idio_16_probe()
|
D | gpio-kempld.c | 177 chip->get_direction = kempld_gpio_get_direction; in kempld_gpio_probe()
|
D | gpio-generic.c | 501 bgc->gc.get_direction = bgpio_get_dir; in bgpio_setup_direction() 506 bgc->gc.get_direction = bgpio_get_dir_inv; in bgpio_setup_direction()
|
D | gpio-mxs.c | 342 port->bgc.gc.get_direction = mxs_gpio_get_direction; in mxs_gpio_probe()
|
D | gpio-ich.c | 294 chip->get_direction = ichx_gpio_get_direction; in ichx_gpiolib_setup()
|
D | gpiolib.c | 166 if (!chip->get_direction) in gpiod_get_direction() 169 status = chip->get_direction(chip, offset); in gpiod_get_direction() 923 if (chip->get_direction) { in __gpiod_request()
|
D | gpio-dln2.c | 475 dln2->gpio.get_direction = dln2_gpio_get_direction; in dln2_gpio_probe()
|
D | gpio-bcm-kona.c | 318 .get_direction = bcm_kona_gpio_get_dir,
|
D | gpio-omap.c | 1084 bank->chip.get_direction = omap_gpio_get_direction; in omap_gpio_chip_init()
|
/linux-4.4.14/include/linux/gpio/ |
D | driver.h | 101 int (*get_direction)(struct gpio_chip *chip, member
|
/linux-4.4.14/drivers/pinctrl/vt8500/ |
D | pinctrl-wmt.c | 555 .get_direction = wmt_gpio_get_direction,
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-pistachio.c | 1327 .get_direction = pistachio_gpio_get_direction, \
|
D | pinctrl-st.c | 1489 .get_direction = st_gpio_get_direction,
|
D | pinctrl-at91.c | 1670 .get_direction = at91_gpio_get_direction,
|
/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 1233 .get_direction = chv_gpio_get_direction,
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 997 .get_direction = mtk_gpio_get_direction,
|