Home
last modified time | relevance | path

Searched defs:gpio (Results 101 – 125 of 151) sorted by relevance

1234567

/rk3399_rockchip-uboot/drivers/gpio/
H A Dtegra186_gpio.c38 uint32_t gpio) in tegra186_gpio_reg()
144 int gpio, port, ret; in tegra186_gpio_xlate() local
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/a38x/
H A Dsys_env_lib.c96 u32 reg, board_id_index, gpio; in sys_env_suspend_wakeup_check() local
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dpinctrl_broadwell.c131 uint gpio = fdt32_to_cpu(prop[i * 3]); in broadwell_pinctrl_read_pins() local
164 int set, bit, gpio = 0; in broadwell_pinctrl_commit() local
/rk3399_rockchip-uboot/drivers/video/
H A Dscf0403_lcd.c138 static void scf0403_gpio_reset(unsigned int gpio) in scf0403_gpio_reset()
229 static int scf0403_request_reset_gpio(unsigned gpio) in scf0403_request_reset_gpio()
/rk3399_rockchip-uboot/drivers/led/
H A Dled_gpio.c18 struct gpio_desc gpio; member
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c76 gpio_t *gpio = (gpio_t *) MMAP_GPIO; in pci_mcf547x_8x_init() local
/rk3399_rockchip-uboot/arch/arm/dts/
H A Duniphier-pxs3.dtsi185 gpio: gpio@55000000 { label
H A Dmeson-gxbb.dtsi262 gpio: bank@4b0 { label
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f4/
H A Dgpio.h134 static inline unsigned stm32_gpio_to_port(unsigned gpio) in stm32_gpio_to_port()
139 static inline unsigned stm32_gpio_to_pin(unsigned gpio) in stm32_gpio_to_pin()
/rk3399_rockchip-uboot/board/st/stm32f746-disco/
H A Dstm32f746-disco.c129 struct gpio_desc gpio = {}; in board_late_init() local
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f7/
H A Dgpio.h116 static inline unsigned stm32_gpio_to_port(unsigned gpio) in stm32_gpio_to_port()
121 static inline unsigned stm32_gpio_to_pin(unsigned gpio) in stm32_gpio_to_pin()
/rk3399_rockchip-uboot/cmd/
H A Dgpio.c119 unsigned int gpio; in do_gpio() local
/rk3399_rockchip-uboot/board/isee/igep00x0/
H A Digep00x0.c88 static void reset_net_chip(int gpio) in reset_net_chip()
/rk3399_rockchip-uboot/board/ti/am335x/
H A Dboard.c46 #define GPIO_TO_PIN(bank, gpio) (32 * (bank) + (gpio)) argument
568 static void request_and_set_gpio(int gpio, char *name, int val) in request_and_set_gpio()
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dcontrolcenterdc.c83 struct gpio_desc gpio = {}; in board_pex_config() local
/rk3399_rockchip-uboot/include/
H A Dkey.h44 struct gpio_desc gpio; member
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A Dipam390.c241 static int init_led(int gpio, char *name, int val) in init_led()
/rk3399_rockchip-uboot/board/siemens/common/
H A Dboard.c120 int gpio; in get_button_state() local
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/
H A Ducp1020.c52 int gpio = 31 - simple_strtoul(name, NULL, 10); in name_to_gpio() local
/rk3399_rockchip-uboot/board/bachmann/ot1200/
H A Dot1200.c275 unsigned gpio = IMX_GPIO_NR(2, 0); in backlight_lcd_off() local
/rk3399_rockchip-uboot/board/freescale/mx7dsabresd/
H A Dmx7dsabresd.c225 unsigned int gpio; in board_eth_init() local
/rk3399_rockchip-uboot/board/samsung/common/
H A Dboard.c346 struct gpio_desc gpio = {}; in reset_misc() local
/rk3399_rockchip-uboot/board/siemens/pxm2/
H A Dboard.c317 static int set_gpio(int gpio, int state) in set_gpio()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dcommon.c1398 int gpio = gpio_cfg[board].mmc_cd; in board_mmc_getcd() local
/rk3399_rockchip-uboot/board/bosch/shc/
H A Dboard.h19 #define GPIO_TO_PIN(bank, gpio) (32 * (bank) + (gpio)) argument

1234567