Home
last modified time | relevance | path

Searched refs:tb10x_gpio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tb10x.c41 struct tb10x_gpio { struct
48 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs) in tb10x_reg_read()
53 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_reg_write()
59 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_set_bits()
77 struct tb10x_gpio *tb10x_gpio = gpiochip_get_data(chip); in tb10x_gpio_to_irq() local
79 return irq_create_mapping(tb10x_gpio->domain, offset); in tb10x_gpio_to_irq()
96 struct tb10x_gpio *tb10x_gpio = data; in tb10x_gpio_irq_cascade() local
97 u32 r = tb10x_reg_read(tb10x_gpio, OFFSET_TO_REG_CHANG in tb10x_gpio_irq_cascade()
110 struct tb10x_gpio *tb10x_gpio; tb10x_gpio_probe() local
220 struct tb10x_gpio *tb10x_gpio = platform_get_drvdata(pdev); tb10x_gpio_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tb10x.c41 struct tb10x_gpio { struct
48 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs) in tb10x_reg_read()
53 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_reg_write()
59 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_set_bits()
77 struct tb10x_gpio *tb10x_gpio = gpiochip_get_data(chip); in tb10x_gpio_to_irq() local
79 return irq_create_mapping(tb10x_gpio->domain, offset); in tb10x_gpio_to_irq()
96 struct tb10x_gpio *tb10x_gpio = data; in tb10x_gpio_irq_cascade() local
97 u32 r = tb10x_reg_read(tb10x_gpio, OFFSET_TO_REG_CHANG in tb10x_gpio_irq_cascade()
110 struct tb10x_gpio *tb10x_gpio; tb10x_gpio_probe() local
220 struct tb10x_gpio *tb10x_gpio = platform_get_drvdata(pdev); tb10x_gpio_remove() local
[all...]

Completed in 2 milliseconds