| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_mctrl_gpio.c | 45 void mctrl_gpio_set(struct mctrl_gpios *gpios, unsigned int mctrl) in mctrl_gpio_set() 66 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() 76 unsigned int mctrl_gpio_get(struct mctrl_gpios *gpios, unsigned int *mctrl) in mctrl_gpio_get() 97 mctrl_gpio_get_outputs(struct mctrl_gpios *gpios, unsigned int *mctrl) in mctrl_gpio_get_outputs() 119 struct mctrl_gpios *gpios; in mctrl_gpio_init_noauto() local 158 struct mctrl_gpios *gpios = context; in mctrl_gpio_irq_handle() local 194 struct mctrl_gpios *gpios; in mctrl_gpio_init() local 238 void mctrl_gpio_free(struct device *dev, struct mctrl_gpios *gpios) in mctrl_gpio_free() 256 void mctrl_gpio_enable_ms(struct mctrl_gpios *gpios) in mctrl_gpio_enable_ms() 281 void mctrl_gpio_disable_ms(struct mctrl_gpios *gpios) in mctrl_gpio_disable_ms()
|
| H A D | serial_mctrl_gpio.h | 97 void mctrl_gpio_set(struct mctrl_gpios *gpios, unsigned int mctrl) in mctrl_gpio_set() 102 unsigned int mctrl_gpio_get(struct mctrl_gpios *gpios, unsigned int *mctrl) in mctrl_gpio_get() 108 mctrl_gpio_get_outputs(struct mctrl_gpios *gpios, unsigned int *mctrl) in mctrl_gpio_get_outputs() 114 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() 133 void mctrl_gpio_free(struct device *dev, struct mctrl_gpios *gpios) in mctrl_gpio_free() 137 static inline void mctrl_gpio_enable_ms(struct mctrl_gpios *gpios) in mctrl_gpio_enable_ms() 141 static inline void mctrl_gpio_disable_ms(struct mctrl_gpios *gpios) in mctrl_gpio_disable_ms()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | bcm2835_gpio.c | 21 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_input() local 35 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_output() local 48 static int bcm2835_get_value(const struct bcm2835_gpios *gpios, unsigned gpio) in bcm2835_get_value() 59 const struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_get_value() local 67 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_set_value() local 78 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_get_func_id() local 111 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_probe() local
|
| H A D | vybrid_gpio.c | 26 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_direction_input() local 37 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_direction_output() local 48 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_get_value() local 56 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_set_value() local 67 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_get_function() local 96 struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_probe() local
|
| H A D | mpc85xx_gpio.c | 55 static inline void mpc85xx_gpio_set_in(struct ccsr_gpio *base, u32 gpios) in mpc85xx_gpio_set_in() 62 static inline void mpc85xx_gpio_set_low(struct ccsr_gpio *base, u32 gpios) in mpc85xx_gpio_set_low() 69 static inline void mpc85xx_gpio_set_high(struct ccsr_gpio *base, u32 gpios) in mpc85xx_gpio_set_high() 82 gpios) in mpc85xx_gpio_open_drain_on() 89 u32 gpios) in mpc85xx_gpio_open_drain_off()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-jack.c | 23 struct snd_soc_jack_gpio *gpios; member 281 struct snd_soc_jack_gpio *gpios) in jack_free_gpios() 313 struct snd_soc_jack_gpio *gpios) in snd_soc_jack_add_gpios() 427 int count, struct snd_soc_jack_gpio *gpios) in snd_soc_jack_add_gpiods() 448 struct snd_soc_jack_gpio *gpios) in snd_soc_jack_free_gpios()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | mpc85xx_gpio.h | 42 static inline void mpc85xx_gpio_set_in(unsigned int gpios) in mpc85xx_gpio_set_in() 47 static inline void mpc85xx_gpio_set_low(unsigned int gpios) in mpc85xx_gpio_set_low() 52 static inline void mpc85xx_gpio_set_high(unsigned int gpios) in mpc85xx_gpio_set_high()
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | mdio-mux-gpio.c | 18 struct gpio_descs *gpios; member 42 struct gpio_descs *gpios; in mdio_mux_gpio_probe() local
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | i2c-mux-gpio.c | 34 struct gpio_desc *gpios; member 75 struct gpio_desc *gpios; in i2c_mux_gpio_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | rt4801-regulator.c | 66 struct gpio_descs *gpios = priv->enable_gpios; in rt4801_enable() local 88 struct gpio_descs *gpios = priv->enable_gpios; in rt4801_disable() local
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | ts-nbus.c | 138 struct gpio_descs *gpios = ts_nbus->data; in ts_nbus_read_byte() local 158 struct gpio_descs *gpios = ts_nbus->data; in ts_nbus_write_byte() local
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | wm1250-ev1.h | 21 int gpios[WM1250_EV1_NUM_GPIOS]; member
|
| /OK3568_Linux_fs/u-boot/board/BuR/brxre1/ |
| H A D | mux.c | 49 static struct module_pin_mux gpios[] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/mux/ |
| H A D | gpio.c | 19 struct gpio_descs *gpios; member
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | pxa2xx_hx4700.c | 17 static struct gpio gpios[] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | gpio-fan.c | 36 struct gpio_desc **gpios; member 338 struct gpio_desc **gpios = fan_data->gpios; in fan_ctrl_init() local 415 struct gpio_desc **gpios; in gpio_fan_get_of_data() local
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/ |
| H A D | pinctrl-qdf2xxx.c | 40 u8 gpios[MAX_GPIOS]; /* An array of supported GPIOs */ in qdf2xxx_pinctrl_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/olpc_dcon/ |
| H A D | olpc_dcon_xo_1.c | 37 static struct gpio_desc *gpios[5]; variable
|
| H A D | olpc_dcon_xo_1_5.c | 68 static struct gpio_desc *gpios[3]; variable
|
| /OK3568_Linux_fs/kernel/include/linux/regulator/ |
| H A D | gpio-regulator.h | 39 int gpios; member
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | gpio_decoder.c | 34 struct gpio_descs *gpios = decoder->input_gpios; in gpio_decoder_get_gpios_state() local
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-adp5520.c | 93 int ret, i, gpios; in adp5520_gpio_probe() local
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm1250-ev1.c | 27 struct gpio gpios[WM1250_EV1_NUM_GPIOS]; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | key.h | 43 u32 gpios[2]; /* gpios[0]: gpio controller phandle, gpios[1]: pin */ member
|
| /OK3568_Linux_fs/u-boot/drivers/spmi/ |
| H A D | spmi-sandbox.c | 43 struct sandbox_emul_gpio gpios[EMUL_GPIO_COUNT]; member
|