Searched refs:ushort (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | vt_kern.h | 69 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list); 70 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list); 99 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 104 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
|
D | types.h | 90 typedef unsigned short ushort; typedef
|
D | jbd2.h | 59 extern ushort jbd2_journal_enable_debug;
|
/include/linux/usb/ |
D | composite.h | 540 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \ 543 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \ 546 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
|