/qemu/tests/qtest/ |
H A D | stm32l4x5_gpio-test.c | 94 static uint32_t gpio_readl(unsigned int gpio, unsigned int offset) in gpio_readl() 99 static void gpio_writel(unsigned int gpio, unsigned int offset, uint32_t value) in gpio_writel() 104 static void gpio_set_bit(unsigned int gpio, unsigned int reg, in gpio_set_bit() 111 static void gpio_set_2bits(unsigned int gpio, unsigned int reg, in gpio_set_2bits() 124 static void gpio_set_irq(unsigned int gpio, int num, int level) in gpio_set_irq() 131 static void disconnect_all_pins(unsigned int gpio) in disconnect_all_pins() 144 static uint32_t get_disconnected_pins(unsigned int gpio) in get_disconnected_pins() 159 static uint32_t reset(uint32_t gpio, unsigned int offset) in reset() 280 uint32_t gpio = test_gpio_addr(data); in test_gpio_output_mode() local 315 uint32_t gpio = test_gpio_addr(data); in test_gpio_input_mode() local [all …]
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-gpio.h | 27 QVhostUserGPIO gpio; member 32 QVhostUserGPIO gpio; member
|
H A D | virtio-gpio.c | 18 static void virtio_gpio_cleanup(QVhostUserGPIO *gpio) in virtio_gpio_cleanup() 34 static void virtio_gpio_setup(QVhostUserGPIO *gpio) in virtio_gpio_setup()
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_gpio.h | 45 uint16_t gpio; member 61 uint16_t gpio; member
|
/qemu/hw/arm/ |
H A D | b-l475e-iot01a.c | 78 unsigned gpio, pin; in bl475e_init() local
|
H A D | strongarm.h | 59 DeviceState *gpio; member
|
/qemu/include/hw/arm/ |
H A D | nrf51_soc.h | 38 NRF51GPIOState gpio; member
|
H A D | stm32l4x5_soc.h | 57 Stm32l4x5GpioState gpio[NUM_GPIOS]; member
|
H A D | bcm2838_peripherals.h | 67 BCM2838GpioState gpio; member
|
H A D | npcm8xx.h | 98 NPCM7xxGPIOState gpio[8]; member
|
H A D | npcm7xx.h | 102 NPCM7xxGPIOState gpio[8]; member
|
H A D | bcm2835_peripherals.h | 98 BCM2835GpioState gpio; member
|
H A D | fsl-imx31.h | 52 IMXGPIOState gpio[FSL_IMX31_NUM_GPIOS]; member
|
H A D | fsl-imx25.h | 61 IMXGPIOState gpio[FSL_IMX25_NUM_GPIOS]; member
|
/qemu/include/hw/sparc/ |
H A D | sparc32_dma.h | 22 qemu_irq gpio[2]; member
|
/qemu/hw/misc/macio/ |
H A D | gpio.c | 43 void macio_set_gpio(MacIOGPIOState *s, uint32_t gpio, bool state) in macio_set_gpio()
|
/qemu/hw/misc/ |
H A D | stm32l4x5_syscfg.c | 91 const uint8_t gpio = irq / GPIO_NUM_PINS; in stm32l4x5_syscfg_set_irq() local
|
/qemu/hw/ |
H A D | meson.build | 12 subdir('gpio') subdir
|
/qemu/include/hw/riscv/ |
H A D | sifive_e.h | 40 SIFIVEGPIOState gpio; member
|
H A D | sifive_u.h | 49 SIFIVEGPIOState gpio; member
|
/qemu/hw/gpio/ |
H A D | omap_gpio.c | 223 void omap_gpio_set_clk(Omap1GpioState *gpio, omap_clk clk) in omap_gpio_set_clk()
|
/qemu/hw/pci-host/ |
H A D | articia.c | 45 uint32_t gpio; /* bits 0-7 in, 8-15 out, 16-23 direction (0 in, 1 out) */ member
|
/qemu/include/hw/misc/macio/ |
H A D | macio.h | 144 MacIOGPIOState gpio; member
|
H A D | pmu.h | 229 MacIOGPIOState *gpio; member
|
/qemu/hw/vmapple/ |
H A D | vmapple.c | 317 static void create_gpio_devices(const VMAppleMachineState *vms, int gpio, in create_gpio_devices()
|