Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmoduleparam.h471 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
479 #define module_param_hw(name, type, hwtype, perm) \ argument
496 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument
/linux-4.19.296/drivers/gpio/
Dgpio-mxc.c377 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local