/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | immap_5445x.h | 100 typedef struct gpio { struct 101 u8 podr_fec0h; /* FEC0 High Port Output Data Register */ 102 u8 podr_fec0l; /* FEC0 Low Port Output Data Register */ 103 u8 podr_ssi; /* SSI Port Output Data Register */ 104 u8 podr_fbctl; /* Flexbus Control Port Output Data Register */ 105 u8 podr_be; /* Flexbus Byte Enable Port Output Data Register */ 106 u8 podr_cs; /* Flexbus Chip-Select Port Output Data Register */ 107 u8 podr_dma; /* DMA Port Output Data Register */ 108 u8 podr_feci2c; /* FEC1 / I2C Port Output Data Register */ 109 u8 resv0[0x1]; [all …]
|
H A D | immap_5227x.h | 91 typedef struct gpio { struct 93 u8 podr_be; /* 0x00 */ 94 u8 podr_cs; /* 0x01 */ 95 u8 podr_fbctl; /* 0x02 */ 96 u8 podr_i2c; /* 0x03 */ 97 u8 rsvd1; /* 0x04 */ 98 u8 podr_uart; /* 0x05 */ 99 u8 podr_dspi; /* 0x06 */ 100 u8 podr_timer; /* 0x07 */ 101 u8 podr_lcdctl; /* 0x08 */ [all …]
|
H A D | immap_547x_8x.h | 118 typedef struct gpio { struct 120 u8 podr_fbctl; /*0x00 */ 121 u8 podr_fbcs; /*0x01 */ 122 u8 podr_dma; /*0x02 */ 123 u8 rsvd1; /*0x03 */ 124 u8 podr_fec0h; /*0x04 */ 125 u8 podr_fec0l; /*0x05 */ 126 u8 podr_fec1h; /*0x06 */ 127 u8 podr_fec1l; /*0x07 */ 128 u8 podr_feci2c; /*0x08 */ [all …]
|
H A D | immap_5441x.h | 125 typedef struct gpio { struct 126 u8 podr_a; /* 0x00 */ 127 u8 podr_b; /* 0x01 */ 128 u8 podr_c; /* 0x02 */ 129 u8 podr_d; /* 0x03 */ 130 u8 podr_e; /* 0x04 */ 131 u8 podr_f; /* 0x05 */ 132 u8 podr_g; /* 0x06 */ 133 u8 podr_h; /* 0x07 */ 134 u8 podr_i; /* 0x08 */ [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | gpio_base.c | 53 struct gpio *gpio, in dal_gpio_open() 60 struct gpio *gpio, in dal_gpio_open_ex() 79 const struct gpio *gpio, in dal_gpio_get_value() 91 const struct gpio *gpio, in dal_gpio_set_value() 103 const struct gpio *gpio) in dal_gpio_get_mode() 109 struct gpio *gpio) in dal_gpio_lock_pin() 115 struct gpio *gpio) in dal_gpio_unlock_pin() 121 struct gpio *gpio, in dal_gpio_change_mode() 133 const struct gpio *gpio) in dal_gpio_get_id() 139 const struct gpio *gpio) in dal_gpio_get_enum() [all …]
|
/openbmc/linux/include/linux/ |
H A D | gpio.h | 41 struct gpio { struct 42 unsigned gpio; member 49 #include <linux/gpio/consumer.h> argument 84 static inline int gpio_direction_input(unsigned gpio) in gpio_direction_input() 88 static inline int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 93 static inline int gpio_get_value_cansleep(unsigned gpio) in gpio_get_value_cansleep() 97 static inline void gpio_set_value_cansleep(unsigned gpio, int value) in gpio_set_value_cansleep() 102 static inline int gpio_get_value(unsigned gpio) in gpio_get_value() 106 static inline void gpio_set_value(unsigned gpio, int value) in gpio_set_value() 111 static inline int gpio_to_irq(unsigned gpio) in gpio_to_irq() [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio-au1000.h | 45 static inline int au1000_gpio1_to_irq(int gpio) in au1000_gpio1_to_irq() 50 static inline int au1000_gpio2_to_irq(int gpio) in au1000_gpio2_to_irq() 63 static inline int au1500_gpio1_to_irq(int gpio) in au1500_gpio1_to_irq() 76 static inline int au1500_gpio2_to_irq(int gpio) in au1500_gpio2_to_irq() 109 static inline int au1100_gpio1_to_irq(int gpio) in au1100_gpio1_to_irq() 114 static inline int au1100_gpio2_to_irq(int gpio) in au1100_gpio2_to_irq() 136 static inline int au1550_gpio1_to_irq(int gpio) in au1550_gpio1_to_irq() 149 static inline int au1550_gpio2_to_irq(int gpio) in au1550_gpio2_to_irq() 180 static inline int au1200_gpio1_to_irq(int gpio) in au1200_gpio1_to_irq() 185 static inline int au1200_gpio2_to_irq(int gpio) in au1200_gpio2_to_irq() [all …]
|
H A D | gpio-au1300.h | 29 static inline int au1300_gpio_get_value(unsigned int gpio) in au1300_gpio_get_value() 40 static inline int au1300_gpio_direction_input(unsigned int gpio) in au1300_gpio_direction_input() 55 static inline int au1300_gpio_set_value(unsigned int gpio, int v) in au1300_gpio_set_value() 71 static inline int au1300_gpio_direction_output(unsigned int gpio, int v) in au1300_gpio_direction_output() 77 static inline int au1300_gpio_to_irq(unsigned int gpio) in au1300_gpio_to_irq() 87 static inline int au1300_gpio_is_valid(unsigned int gpio) in au1300_gpio_is_valid() 102 static inline int au1300_gpio_getinitlvl(unsigned int gpio) in au1300_gpio_getinitlvl()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | mcfgpio.h | 23 static inline int __gpio_get_value(unsigned gpio) in __gpio_get_value() 31 static inline void __gpio_set_value(unsigned gpio, int value) in __gpio_set_value() 37 static inline int __gpio_to_irq(unsigned gpio) in __gpio_to_irq() 42 static inline int gpio_direction_input(unsigned gpio) in gpio_direction_input() 50 static inline int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 58 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request() 66 static inline void gpio_free(unsigned gpio) in gpio_free() 121 #define mcfgpio_bit(gpio) (1 << ((gpio) % MCFGPIO_PORTSIZE)) argument 122 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE) argument 146 #define MCFGPIO_SETR_PORT(gpio) (MCFGPIO_SETR + \ argument [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | s5p_gpio.c | 21 #define CON_SFR(gpio, cfg) ((cfg) << ((gpio) << 2)) argument 22 #define CON_SFR_UNSHIFT(val, gpio) ((val) >> ((gpio) << 2)) argument 24 #define DAT_MASK(gpio) (0x1 << (gpio)) argument 25 #define DAT_SET(gpio) (0x1 << (gpio)) argument 27 #define PULL_MASK(gpio) (0x3 << ((gpio) << 1)) argument 28 #define PULL_MODE(gpio, pull) ((pull) << ((gpio) << 1)) argument 30 #define DRV_MASK(gpio) (0x3 << ((gpio) << 1)) argument 31 #define DRV_SET(gpio, mode) ((mode) << ((gpio) << 1)) argument 32 #define RATE_MASK(gpio) (0x1 << (gpio + 16)) argument 33 #define RATE_SET(gpio) (0x1 << (gpio + 16)) argument [all …]
|
H A D | spear_gpio.c | 16 static int gpio_direction(unsigned gpio, in gpio_direction() 34 int gpio_set_value(unsigned gpio, int value) in gpio_set_value() 46 int gpio_get_value(unsigned gpio) in gpio_get_value() 56 int gpio_request(unsigned gpio, const char *label) in gpio_request() 64 int gpio_free(unsigned gpio) in gpio_free() 69 void gpio_toggle_value(unsigned gpio) in gpio_toggle_value() 74 int gpio_direction_input(unsigned gpio) in gpio_direction_input() 79 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output()
|
H A D | adi_gpio2.c | 20 static void gpio_error(unsigned gpio) in gpio_error() 59 inline int check_gpio(unsigned gpio) in check_gpio() 72 static void port_setup(unsigned gpio, unsigned short usage) in port_setup() 111 unsigned short get_gpio_dir(unsigned gpio) in get_gpio_dir() 246 int gpio_request(unsigned gpio, const char *label) in gpio_request() 279 int gpio_free(unsigned gpio) in gpio_free() 299 int special_gpio_request(unsigned gpio, const char *label) in special_gpio_request() 331 void special_gpio_free(unsigned gpio) in special_gpio_free() 344 static inline void __gpio_direction_input(unsigned gpio) in __gpio_direction_input() 354 int gpio_direction_input(unsigned gpio) in gpio_direction_input() [all …]
|
H A D | omap_gpio.c | 44 static inline int get_gpio_index(int gpio) in get_gpio_index() 49 int gpio_is_valid(int gpio) in gpio_is_valid() 54 static void _set_gpio_direction(const struct gpio_bank *bank, int gpio, in _set_gpio_direction() 74 static int _get_gpio_direction(const struct gpio_bank *bank, int gpio) in _get_gpio_direction() 89 static void _set_gpio_dataout(const struct gpio_bank *bank, int gpio, in _set_gpio_dataout() 104 static int _get_gpio_value(const struct gpio_bank *bank, int gpio) in _get_gpio_value() 126 static inline const struct gpio_bank *get_gpio_bank(int gpio) in get_gpio_bank() 131 static int check_gpio(int gpio) in check_gpio() 143 int gpio_set_value(unsigned gpio, int value) in gpio_set_value() 158 int gpio_get_value(unsigned gpio) in gpio_get_value() [all …]
|
H A D | mvgpio.c | 21 int gpio_request(unsigned gpio, const char *label) in gpio_request() 30 int gpio_free(unsigned gpio) in gpio_free() 35 int gpio_direction_input(unsigned gpio) in gpio_direction_input() 49 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 64 int gpio_get_value(unsigned gpio) in gpio_get_value() 80 int gpio_set_value(unsigned gpio, int value) in gpio_set_value()
|
H A D | da8xx_gpio.c | 313 int gpio_request(unsigned int gpio, const char *label) in gpio_request() 330 int gpio_free(unsigned int gpio) in gpio_free() 345 static int _gpio_direction_output(struct davinci_gpio *bank, unsigned int gpio, int value) in _gpio_direction_output() 352 static int _gpio_direction_input(struct davinci_gpio *bank, unsigned int gpio) in _gpio_direction_input() 358 static int _gpio_get_value(struct davinci_gpio *bank, unsigned int gpio) in _gpio_get_value() 365 static int _gpio_set_value(struct davinci_gpio *bank, unsigned int gpio, int value) in _gpio_set_value() 375 static int _gpio_get_dir(struct davinci_gpio *bank, unsigned int gpio) in _gpio_get_dir() 384 unsigned int gpio, dir, val; in gpio_info() local 399 int gpio_direction_input(unsigned int gpio) in gpio_direction_input() 407 int gpio_direction_output(unsigned int gpio, int value) in gpio_direction_output() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | gpio.h | 38 struct gpio { struct 39 struct gpio_service *service; argument 40 struct hw_gpio_pin *pin; argument 41 enum gpio_id id; argument 44 union gpio_hw_container hw_container; argument 45 enum gpio_mode mode; argument 48 enum gpio_pin_output_state output_state; argument
|
/openbmc/linux/drivers/ssb/ |
H A D | driver_gpio.c | 26 static int ssb_gpio_to_irq(struct gpio_chip *chip, unsigned int gpio) in ssb_gpio_to_irq() 41 static int ssb_gpio_chipco_get_value(struct gpio_chip *chip, unsigned int gpio) in ssb_gpio_chipco_get_value() 48 static void ssb_gpio_chipco_set_value(struct gpio_chip *chip, unsigned int gpio, in ssb_gpio_chipco_set_value() 57 unsigned int gpio) in ssb_gpio_chipco_direction_input() 66 unsigned int gpio, int value) in ssb_gpio_chipco_direction_output() 75 static int ssb_gpio_chipco_request(struct gpio_chip *chip, unsigned int gpio) in ssb_gpio_chipco_request() 88 static void ssb_gpio_chipco_free(struct gpio_chip *chip, unsigned int gpio) in ssb_gpio_chipco_free() 100 int gpio = irqd_to_hwirq(d); in ssb_gpio_irq_chipco_mask() local 108 int gpio = irqd_to_hwirq(d); in ssb_gpio_irq_chipco_unmask() local 129 int gpio; in ssb_gpio_irq_chipco_handler() local [all …]
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mpc85xx_gpio.h | 22 ccsr_gpio_t *gpio = (void *)(CONFIG_SYS_MPC85xx_GPIO_ADDR); in mpc85xx_gpio_set() local 58 ccsr_gpio_t *gpio = (void *)(CONFIG_SYS_MPC85xx_GPIO_ADDR); in mpc85xx_gpio_get() local 68 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request() 74 static inline int gpio_free(unsigned gpio) in gpio_free() 80 static inline int gpio_direction_input(unsigned gpio) in gpio_direction_input() 86 static inline int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 95 static inline int gpio_get_value(unsigned gpio) in gpio_get_value() 100 static inline int gpio_set_value(unsigned gpio, int value) in gpio_set_value() 109 static inline int gpio_is_valid(int gpio) in gpio_is_valid()
|
/openbmc/linux/arch/mips/ar7/ |
H A D | gpio.c | 22 static int ar7_gpio_get_value(struct gpio_chip *chip, unsigned gpio) in ar7_gpio_get_value() 30 static int titan_gpio_get_value(struct gpio_chip *chip, unsigned gpio) in titan_gpio_get_value() 40 unsigned gpio, int value) in ar7_gpio_set_value() 53 unsigned gpio, int value) in titan_gpio_set_value() 66 static int ar7_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) in ar7_gpio_direction_input() 76 static int titan_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) in titan_gpio_direction_input() 91 unsigned gpio, int value) in ar7_gpio_direction_output() 103 unsigned gpio, int value) in titan_gpio_direction_output() 143 static inline int ar7_gpio_enable_ar7(unsigned gpio) in ar7_gpio_enable_ar7() 152 static inline int ar7_gpio_enable_titan(unsigned gpio) in ar7_gpio_enable_titan() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 29 nvkm_gpio_drive(struct nvkm_gpio *gpio, int idx, int line, int dir, int out) in nvkm_gpio_drive() 35 nvkm_gpio_sense(struct nvkm_gpio *gpio, int idx, int line) in nvkm_gpio_sense() 41 nvkm_gpio_reset(struct nvkm_gpio *gpio, u8 func) in nvkm_gpio_reset() 48 nvkm_gpio_find(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, in nvkm_gpio_find() 80 nvkm_gpio_set(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, int state) in nvkm_gpio_set() 96 nvkm_gpio_get(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line) in nvkm_gpio_get() 114 struct nvkm_gpio *gpio = container_of(event, typeof(*gpio), event); in nvkm_gpio_intr_fini() local 121 struct nvkm_gpio *gpio = container_of(event, typeof(*gpio), event); in nvkm_gpio_intr_init() local 134 struct nvkm_gpio *gpio = nvkm_gpio(subdev); in nvkm_gpio_intr() local 149 struct nvkm_gpio *gpio = nvkm_gpio(subdev); in nvkm_gpio_fini() local [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8350-gpio.c | 18 static int gpio_set_dir(struct wm8350 *wm8350, int gpio, int dir) in gpio_set_dir() 35 static int wm8350_gpio_set_debounce(struct wm8350 *wm8350, int gpio, int db) in wm8350_gpio_set_debounce() 45 static int gpio_set_func(struct wm8350 *wm8350, int gpio, int func) in gpio_set_func() 138 static int gpio_set_pull_up(struct wm8350 *wm8350, int gpio, int up) in gpio_set_pull_up() 150 static int gpio_set_pull_down(struct wm8350 *wm8350, int gpio, int down) in gpio_set_pull_down() 162 static int gpio_set_polarity(struct wm8350 *wm8350, int gpio, int pol) in gpio_set_polarity() 174 static int gpio_set_invert(struct wm8350 *wm8350, int gpio, int invert) in gpio_set_invert() 183 int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func, in wm8350_gpio_config()
|
/openbmc/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() 288 uint32_t gpio = test_gpio_addr(data); in test_gpio_output_mode() local 323 uint32_t gpio = test_gpio_addr(data); in test_gpio_input_mode() local [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pcf857x.c | 120 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_input() local 133 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_get() local 143 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_get_multiple() local 157 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_output() local 180 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_set_multiple() local 193 struct pcf857x *gpio = data; in pcf857x_irq() local 220 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_set_wake() local 227 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_enable() local 236 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_disable() local 245 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_lock() local [all …]
|
H A D | gpio-lp87565.c | 23 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_get() local 36 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_set() local 45 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_get_direction() local 61 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_direction_input() local 71 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_direction_output() local 82 struct lp87565_gpio *gpio = gpiochip_get_data(gc); in lp87565_gpio_request() local 111 struct lp87565_gpio *gpio = gpiochip_get_data(gc); in lp87565_gpio_set_config() local 148 struct lp87565_gpio *gpio; in lp87565_gpio_probe() local
|
H A D | gpio-wcove.c | 102 static inline int to_reg(int gpio, enum ctrl_register type) in to_reg() 112 static inline int to_ireg(int gpio, enum ctrl_register type, unsigned int *mask) in to_ireg() 127 static void wcove_update_irq_mask(struct wcove_gpio *wg, irq_hw_number_t gpio) in wcove_update_irq_mask() 137 static void wcove_update_irq_ctrl(struct wcove_gpio *wg, irq_hw_number_t gpio) in wcove_update_irq_ctrl() 144 static int wcove_gpio_dir_in(struct gpio_chip *chip, unsigned int gpio) in wcove_gpio_dir_in() 155 static int wcove_gpio_dir_out(struct gpio_chip *chip, unsigned int gpio, in wcove_gpio_dir_out() 167 static int wcove_gpio_get_direction(struct gpio_chip *chip, unsigned int gpio) in wcove_gpio_get_direction() 186 static int wcove_gpio_get(struct gpio_chip *chip, unsigned int gpio) in wcove_gpio_get() 202 static void wcove_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value) in wcove_gpio_set() 216 static int wcove_gpio_set_config(struct gpio_chip *chip, unsigned int gpio, in wcove_gpio_set_config() [all …]
|