Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvhidcore.c704 tmp=GetValue(report,axis[i].startbit,axis[i].size); in Parse_Joystick_Report()
718 tmp2=GetValue(report,buttons.startbit,buttons.count); in Parse_Joystick_Report()
731 __u32 GetValue(__u8 *buf, __u16 offset,__u8 size) in GetValue() function
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvhid.h312 __u32 GetValue(__u8 *buf, __u16 offset,__u8 size);