Home
last modified time | relevance | path

Searched defs:gpios (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/drivers/gpio/
Dvybrid_gpio.c25 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_direction_input() local
36 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_direction_output() local
47 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_get_value() local
55 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_set_value() local
66 const struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_get_function() local
95 struct vybrid_gpios *gpios = dev_get_priv(dev); in vybrid_gpio_probe() local
Dbcm2835_gpio.c22 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_input() local
36 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_output() local
49 static int bcm2835_get_value(const struct bcm2835_gpios *gpios, unsigned gpio) in bcm2835_get_value()
60 const struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_get_value() local
68 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_set_value() local
104 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_probe() local
Dmpc8xxx_gpio.c60 static inline void mpc8xxx_gpio_set_in(struct ccsr_gpio *base, u32 gpios) in mpc8xxx_gpio_set_in()
67 static inline void mpc8xxx_gpio_set_low(struct ccsr_gpio *base, u32 gpios) in mpc8xxx_gpio_set_low()
74 static inline void mpc8xxx_gpio_set_high(struct ccsr_gpio *base, u32 gpios) in mpc8xxx_gpio_set_high()
87 gpios) in mpc8xxx_gpio_open_drain_on()
94 u32 gpios) in mpc8xxx_gpio_open_drain_off()
/external/u-boot/arch/powerpc/include/asm/
Dmpc85xx_gpio.h41 static inline void mpc85xx_gpio_set_in(unsigned int gpios) in mpc85xx_gpio_set_in()
46 static inline void mpc85xx_gpio_set_low(unsigned int gpios) in mpc85xx_gpio_set_low()
51 static inline void mpc85xx_gpio_set_high(unsigned int gpios) in mpc85xx_gpio_set_high()
/external/u-boot/drivers/i2c/muxes/
Di2c-mux-gpio.c33 struct gpio_desc *gpios; member
74 struct gpio_desc *gpios; in i2c_mux_gpio_probe() local
/external/u-boot/board/BuR/brxre1/
Dmux.c48 static struct module_pin_mux gpios[] = { variable
/external/libese/libese-hw/nxp/include/ese/hw/nxp/
Dspi_board.h30 int gpios[kBoardGpioMax]; member
/external/u-boot/drivers/spmi/
Dspmi-sandbox.c40 struct sandbox_emul_gpio gpios[EMUL_GPIO_COUNT]; member
/external/u-boot/arch/x86/cpu/coreboot/
Dtables.c75 struct cb_gpios *gpios = (struct cb_gpios *)ptr; in cb_parse_gpios() local
/external/u-boot/arch/x86/include/asm/arch-coreboot/
Dsysinfo.h46 struct cb_gpio gpios[SYSINFO_MAX_GPIOS]; member
/external/u-boot/drivers/i2c/
Di2c-gpio.c34 struct gpio_desc gpios[PIN_COUNT]; member
Di2c-uclass.c511 struct gpio_desc gpios[PIN_COUNT]; in i2c_deblock_gpio() local
/external/u-boot/include/
Dsh_pfc.h99 struct pinmux_gpio *gpios; member
/external/u-boot/arch/x86/include/asm/
Dcoreboot_tables.h157 struct cb_gpio gpios[0]; member
/external/u-boot/drivers/pinctrl/renesas/
Dsh_pfc.h183 const short *gpios; member