Searched refs:hid_snto32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/hid/ |
D | hid-core.c | 428 parser->global.unit_exponent = hid_snto32(raw_value, 4); in hid_parser_global() 1333 s32 hid_snto32(__u32 value, unsigned n) in hid_snto32() function 1337 EXPORT_SYMBOL_GPL(hid_snto32);
|
D | hid-logitech-hidpp.c | 3303 v = hid_snto32(hid_field_extract(hdev, data+3, 0, 12), 12); in m560_raw_event() 3306 v = hid_snto32(hid_field_extract(hdev, data+3, 12, 12), 12); in m560_raw_event() 3309 v = hid_snto32(data[6], 8); in m560_raw_event()
|
/Linux-v6.6/include/linux/ |
D | hid.h | 972 s32 hid_snto32(__u32 value, unsigned n);
|