Home
last modified time | relevance | path

Searched refs:chip_hwnum (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/gpio/
H A Dmachine.h37 u16 chip_hwnum; member
60 u16 chip_hwnum; member
92 .chip_hwnum = _chip_hwnum, \
104 .chip_hwnum = _chip_hwnum, \
/linux/drivers/gpio/
H A Dgpiolib.c933 desc = gpiochip_get_desc(gc, hog->chip_hwnum); in gpiochip_machine_hog()
943 __func__, gc->label, hog->chip_hwnum, rv); in gpiochip_machine_hog()
4553 if (p->chip_hwnum == U16_MAX) { in gpio_desc_table_match()
4582 if (gc->ngpio <= p->chip_hwnum) { in gpio_desc_table_match()
4585 idx, p->chip_hwnum, gc->ngpio - 1, in gpio_desc_table_match()
4590 desc = gpio_device_get_desc(gdev, p->chip_hwnum); in gpio_desc_table_match()