Home
last modified time | relevance | path

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

/include/linux/usb/
Dcomposite.h545 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
548 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \
551 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
554 module_param_named(iSerialNumber, coverwrite.serial_number, charp, \
558 module_param_named(iManufacturer, coverwrite.manufacturer, charp, \
562 module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
/include/linux/
Ddm-kcopyd.h45 module_param_named(name, dm_kcopyd_throttle.throttle, uint, 0644); \
Dmoduleparam.h127 module_param_named(name, name, type, perm)
149 #define module_param_named(name, value, type, perm) \ macro