Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/gpio/
Dmachine.h69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument
73 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \
81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument
82 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags)
89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
92 .chip_hwnum = _chip_hwnum, \
101 #define GPIO_HOG(_chip_label, _chip_hwnum, _line_name, _lflags, _dflags) \ argument
104 .chip_hwnum = _chip_hwnum, \