Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/s390/include/uapi/asm/
Dzcrypt.h218 unsigned int hwtype:8; member
326 unsigned int hwtype:8; member
/Linux-v4.19/drivers/gpio/
Dgpio-mxc.c376 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw() local