Home
last modified time | relevance | path

Searched defs:gpio (Results 76 – 100 of 244) sorted by relevance

12345678910

/openbmc/u-boot/arch/mips/mach-mscc/
H A Dgpio.c9 void mscc_gpio_set_alternate(int gpio, int mode) in mscc_gpio_set_alternate()
/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c463 int gpio_request(unsigned gpio, const char *label) in gpio_request()
468 int gpio_free(unsigned gpio) in gpio_free()
473 int gpio_direction_input(unsigned gpio) in gpio_direction_input()
480 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output()
487 int gpio_get_value(unsigned gpio) in gpio_get_value()
493 int gpio_set_value(unsigned gpio, int value) in gpio_set_value()
/openbmc/dbus-sensors/src/
H A DGPIOInterface.hpp10 namespace gpio namespace
/openbmc/u-boot/board/siemens/rut/
H A Dboard.c86 static int request_and_pulse_reset(int gpio, const char *name) in request_and_pulse_reset()
115 #define GPIO_TO_PIN(bank, gpio) (32 * (bank) + (gpio)) argument
406 static int set_gpio(int gpio, int state) in set_gpio()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dcommon.c1282 #define SETUP_GPIO_OUTPUT(gpio, name, level) \ argument
1285 #define SETUP_GPIO_INPUT(gpio, name) \ argument
1729 int gpio = gpio_cfg[board].mmc_cd; in board_mmc_getcd() local
/openbmc/u-boot/board/freescale/m54451evb/
H A Dm54451evb.c39 gpio_t *gpio = (gpio_t *)(MMAP_GPIO); in dram_init() local
/openbmc/u-boot/test/dm/
H A Dpanel.c23 struct udevice *dev, *pwm, *gpio, *reg; in dm_test_panel() local
/openbmc/u-boot/board/freescale/m52277evb/
H A Dm52277evb.c35 gpio_t *gpio = (gpio_t *)(MMAP_GPIO); in dram_init() local
/openbmc/phosphor-gpio-monitor/
H A Devdev.cpp17 namespace gpio namespace
H A Dfile.hpp9 namespace gpio namespace
/openbmc/u-boot/board/freescale/m5235evb/
H A Dm5235evb.c27 gpio_t *gpio = (gpio_t *)(MMAP_GPIO); in dram_init() local
/openbmc/u-boot/arch/mips/dts/
H A Dbrcm,bcm6338.dtsi106 gpio: gpio-controller@fffe0404 { label
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpio.h45 uint16_t gpio; member
61 uint16_t gpio; member
/openbmc/u-boot/arch/m68k/include/asm/
H A Dimmap_5307.h109 typedef struct gpio { struct
114 } gpio_t; argument
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_gpio.c13 struct gpio_desc gpio; member
/openbmc/u-boot/board/freescale/m54418twr/
H A Dm54418twr.c40 gpio_t *gpio = (gpio_t *) MMAP_GPIO; in dram_init() local
/openbmc/u-boot/board/freescale/m5329evb/
H A Dnand.c51 gpio_t *gpio = (gpio_t *) MMAP_GPIO; in board_nand_init() local
/openbmc/u-boot/arch/arm/include/asm/arch-spear/
H A Dgpio.h21 #define DATA_REG_ADDR(gpio) (1 << (gpio + 2)) argument
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_sys_env_lib.c40 u32 reg, board_id_index, gpio; in mv_ddr_sys_env_suspend_wakeup_check() local
/openbmc/phosphor-hwmon/
H A Dgpio_handle.cpp11 namespace gpio namespace
/openbmc/u-boot/board/compulab/cm_t35/
H A Dcm_t35.c406 static int cm_t3x_reset_net_chip(int gpio) in cm_t3x_reset_net_chip()
424 static inline int cm_t3x_reset_net_chip(int gpio) { return 0; } in cm_t3x_reset_net_chip()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-gpio.c18 static void virtio_gpio_cleanup(QVhostUserGPIO *gpio) in virtio_gpio_cleanup()
34 static void virtio_gpio_setup(QVhostUserGPIO *gpio) in virtio_gpio_setup()
/openbmc/u-boot/board/freescale/m5373evb/
H A Dnand.c52 gpio_t *gpio = (gpio_t *) MMAP_GPIO; in board_nand_init() local
/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c110 ulong gpio; in eeprom_enable_access() local
120 static void eeprom_disable_access(ulong gpio) in eeprom_disable_access()
351 ulong gpio; in do_eeprom_save_mac() local
/openbmc/u-boot/board/sysam/amcore/
H A Damcore.c25 gpio_t *gpio = (gpio_t *)(MMAP_GPIO); in init_lcd() local

12345678910