Searched refs:ochip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | gpio.c | 51 static void __iomem *GPIO_OUT(struct orion_gpio_chip *ochip) in GPIO_OUT() argument 53 return ochip->base + GPIO_OUT_OFF; in GPIO_OUT() 56 static void __iomem *GPIO_IO_CONF(struct orion_gpio_chip *ochip) in GPIO_IO_CONF() argument 58 return ochip->base + GPIO_IO_CONF_OFF; in GPIO_IO_CONF() 61 static void __iomem *GPIO_BLINK_EN(struct orion_gpio_chip *ochip) in GPIO_BLINK_EN() argument 63 return ochip->base + GPIO_BLINK_EN_OFF; in GPIO_BLINK_EN() 66 static void __iomem *GPIO_IN_POL(struct orion_gpio_chip *ochip) in GPIO_IN_POL() argument 68 return ochip->base + GPIO_IN_POL_OFF; in GPIO_IN_POL() 71 static void __iomem *GPIO_DATA_IN(struct orion_gpio_chip *ochip) in GPIO_DATA_IN() argument 73 return ochip in GPIO_DATA_IN() 76 GPIO_EDGE_CAUSE(struct orion_gpio_chip *ochip) GPIO_EDGE_CAUSE() argument 81 GPIO_EDGE_MASK(struct orion_gpio_chip *ochip) GPIO_EDGE_MASK() argument 86 GPIO_LEVEL_MASK(struct orion_gpio_chip *ochip) GPIO_LEVEL_MASK() argument 96 __set_direction(struct orion_gpio_chip *ochip, unsigned pin, int input) __set_direction() argument 108 __set_level(struct orion_gpio_chip *ochip, unsigned pin, int high) __set_level() argument 121 __set_blinking(struct orion_gpio_chip *ochip, unsigned pin, int blink) __set_blinking() argument 134 orion_gpio_is_valid(struct orion_gpio_chip *ochip, unsigned pin, int mode) orion_gpio_is_valid() argument 157 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_request() local 168 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_direction_input() local 183 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_get() local 198 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_direction_output() local 215 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_set() local 225 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_to_irq() local 239 struct orion_gpio_chip *ochip = orion_gpio_chips + i; orion_gpio_chip_find() local 251 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); orion_gpio_set_unused() local 265 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); orion_gpio_set_valid() local 288 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); orion_gpio_set_blink() local 355 struct orion_gpio_chip *ochip = gc->private; gpio_irq_set_type() local 406 struct orion_gpio_chip *ochip = irq_desc_get_handler_data(desc); gpio_irq_handler() local 443 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_dbg_show() local 525 struct orion_gpio_chip *ochip; orion_gpio_init() local [all...] |
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | gpio.c | 52 static void __iomem *GPIO_OUT(struct orion_gpio_chip *ochip) in GPIO_OUT() argument 54 return ochip->base + GPIO_OUT_OFF; in GPIO_OUT() 57 static void __iomem *GPIO_IO_CONF(struct orion_gpio_chip *ochip) in GPIO_IO_CONF() argument 59 return ochip->base + GPIO_IO_CONF_OFF; in GPIO_IO_CONF() 62 static void __iomem *GPIO_BLINK_EN(struct orion_gpio_chip *ochip) in GPIO_BLINK_EN() argument 64 return ochip->base + GPIO_BLINK_EN_OFF; in GPIO_BLINK_EN() 67 static void __iomem *GPIO_IN_POL(struct orion_gpio_chip *ochip) in GPIO_IN_POL() argument 69 return ochip->base + GPIO_IN_POL_OFF; in GPIO_IN_POL() 72 static void __iomem *GPIO_DATA_IN(struct orion_gpio_chip *ochip) in GPIO_DATA_IN() argument 74 return ochip in GPIO_DATA_IN() 77 GPIO_EDGE_CAUSE(struct orion_gpio_chip *ochip) GPIO_EDGE_CAUSE() argument 82 GPIO_EDGE_MASK(struct orion_gpio_chip *ochip) GPIO_EDGE_MASK() argument 87 GPIO_LEVEL_MASK(struct orion_gpio_chip *ochip) GPIO_LEVEL_MASK() argument 97 __set_direction(struct orion_gpio_chip *ochip, unsigned pin, int input) __set_direction() argument 109 __set_level(struct orion_gpio_chip *ochip, unsigned pin, int high) __set_level() argument 122 __set_blinking(struct orion_gpio_chip *ochip, unsigned pin, int blink) __set_blinking() argument 135 orion_gpio_is_valid(struct orion_gpio_chip *ochip, unsigned pin, int mode) orion_gpio_is_valid() argument 158 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_request() local 169 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_direction_input() local 184 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_get() local 199 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_direction_output() local 216 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_set() local 226 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_to_irq() local 240 struct orion_gpio_chip *ochip = orion_gpio_chips + i; orion_gpio_chip_find() local 252 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); orion_gpio_set_unused() local 266 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); orion_gpio_set_valid() local 289 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); orion_gpio_set_blink() local 356 struct orion_gpio_chip *ochip = gc->private; gpio_irq_set_type() local 407 struct orion_gpio_chip *ochip = irq_desc_get_handler_data(desc); gpio_irq_handler() local 444 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); orion_gpio_dbg_show() local 525 struct orion_gpio_chip *ochip; orion_gpio_init() local [all...] |
Completed in 2 milliseconds