Searched refs:module_param_named (Results 1 – 3 of 3) sorted by relevance
| /include/linux/usb/ |
| D | composite.h | 545 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/ |
| D | dm-kcopyd.h | 45 module_param_named(name, dm_kcopyd_throttle.throttle, uint, 0644); \
|
| D | moduleparam.h | 127 module_param_named(name, name, type, perm) 149 #define module_param_named(name, value, type, perm) \ macro
|