Home
last modified time | relevance | path

Searched defs:gpiochip_add_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/gpio/
Ddriver.h486 #define gpiochip_add_data(chip, data) ({ \ macro
493 #define gpiochip_add_data(chip, data) gpiochip_add_data_with_key(chip, data, NULL, NULL) macro