| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/ |
| H A D | drvhidcore_4.c | 290 rpt_count = parser->global.report_count; in hid_chk_variable_Port4() 294 usg_count, parser->global.report_size, rpt_count)); in hid_chk_variable_Port4() 296 if (parser->global.usage_page == USEAGE_PAGE_BUTTON) in hid_chk_variable_Port4() 299 buttons_Port4.count=parser->global.report_size * rpt_count; in hid_chk_variable_Port4() 316 axis_Port4[axis_idx_Port4].size=parser->global.report_size; in hid_chk_variable_Port4() 326 axis_Port4[axis_idx_Port4].size=parser->global.report_size; in hid_chk_variable_Port4() 335 …B_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit_Port4, parser->global.report_size)); in hid_chk_variable_Port4() 336 gOffsetBit_Port4+= parser->global.report_size; in hid_chk_variable_Port4() 341 …B_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit_Port4, parser->global.report_size)); in hid_chk_variable_Port4() 342 gOffsetBit_Port4 += parser->global.report_size; in hid_chk_variable_Port4() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/ |
| H A D | drvhidcore_3.c | 290 rpt_count = parser->global.report_count; in hid_chk_variable_Port3() 294 usg_count, parser->global.report_size, rpt_count)); in hid_chk_variable_Port3() 296 if (parser->global.usage_page == USEAGE_PAGE_BUTTON) in hid_chk_variable_Port3() 299 buttons_Port3.count=parser->global.report_size * rpt_count; in hid_chk_variable_Port3() 316 axis_Port3[axis_idx_Port3].size=parser->global.report_size; in hid_chk_variable_Port3() 326 axis_Port3[axis_idx_Port3].size=parser->global.report_size; in hid_chk_variable_Port3() 335 …B_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit_Port3, parser->global.report_size)); in hid_chk_variable_Port3() 336 gOffsetBit_Port3+= parser->global.report_size; in hid_chk_variable_Port3() 341 …B_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit_Port3, parser->global.report_size)); in hid_chk_variable_Port3() 342 gOffsetBit_Port3 += parser->global.report_size; in hid_chk_variable_Port3() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/ |
| H A D | drvhidcore.c | 289 rpt_count = parser->global.report_count; in hid_chk_variable() 293 usg_count, parser->global.report_size, rpt_count);); in hid_chk_variable() 295 if (parser->global.usage_page == USEAGE_PAGE_BUTTON) in hid_chk_variable() 298 buttons.count=parser->global.report_size * rpt_count; in hid_chk_variable() 315 axis[axis_idx].size=parser->global.report_size; in hid_chk_variable() 325 axis[axis_idx].size=parser->global.report_size; in hid_chk_variable() 334 … USB_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit, parser->global.report_size);); in hid_chk_variable() 335 gOffsetBit += parser->global.report_size; in hid_chk_variable() 340 … USB_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit, parser->global.report_size);); in hid_chk_variable() 341 gOffsetBit += parser->global.report_size; in hid_chk_variable() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/ |
| H A D | drvhidcore_2.c | 289 rpt_count = parser->global.report_count; in hid_chk_variable_Port2() 293 usg_count, parser->global.report_size, rpt_count)); in hid_chk_variable_Port2() 295 if (parser->global.usage_page == USEAGE_PAGE_BUTTON) in hid_chk_variable_Port2() 298 buttons_Port2.count=parser->global.report_size * rpt_count; in hid_chk_variable_Port2() 315 axis_Port2[axis_idx_Port2].size=parser->global.report_size; in hid_chk_variable_Port2() 325 axis_Port2[axis_idx_Port2].size=parser->global.report_size; in hid_chk_variable_Port2() 334 …B_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit_Port2, parser->global.report_size)); in hid_chk_variable_Port2() 335 gOffsetBit_Port2+= parser->global.report_size; in hid_chk_variable_Port2() 340 …B_HID_DBG(printf("Unsupport usage: %X, size: %X\n", gOffsetBit_Port2, parser->global.report_size)); in hid_chk_variable_Port2() 341 gOffsetBit_Port2 += parser->global.report_size; in hid_chk_variable_Port2() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 498 # doxygen. The layout file controls the global structure of the generated output files 746 # built-in source browser. The htags tool is part of GNU's global source 747 # tagging system (see http://www.gnu.org/software/global/global.html). You 1421 # doxygen will generate a call dependency graph for every global function 1429 # doxygen will generate a caller dependency graph for every global function
|
| H A D | bsp.dxyfile | 497 # doxygen. The layout file controls the global structure of the generated output files 745 # built-in source browser. The htags tool is part of GNU's global source 746 # tagging system (see http://www.gnu.org/software/global/global.html). You 1420 # doxygen will generate a call dependency graph for every global function 1428 # doxygen will generate a caller dependency graph for every global function
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/macan/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mustang/msos/linux/ |
| H A D | halMPool.h | 158 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maldives/msos/linux/ |
| H A D | halMPool.h | 158 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mainz/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mooney/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k7u/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maxim/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/manhattan/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/curry/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k6/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/messi/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k6lite/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maserati/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/M7621/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/M7821/msos/linux/ |
| H A D | halMPool.h | 163 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/kano/msos/linux/ |
| H A D | halMPool.h | 197 unsigned int global; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/ |
| H A D | drvhid_4.h | 287 struct hid_global global; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/ |
| H A D | drvhid_2.h | 287 struct hid_global global; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvhid.h | 287 struct hid_global global; member
|