Searched refs:hid_snto32 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-core.c | 426 parser->global.unit_exponent = hid_snto32(raw_value, 4); in hid_parser_global() 1324 s32 hid_snto32(__u32 value, unsigned n) in hid_snto32() function 1328 EXPORT_SYMBOL_GPL(hid_snto32);
|
| H A D | hid-logitech-hidpp.c | 2752 v = hid_snto32(hid_field_extract(hdev, data+3, 0, 12), 12); in m560_raw_event() 2755 v = hid_snto32(hid_field_extract(hdev, data+3, 12, 12), 12); in m560_raw_event() 2758 v = hid_snto32(data[6], 8); in m560_raw_event()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hid.h | 922 s32 hid_snto32(__u32 value, unsigned n);
|