Searched refs:hHid (Results 1 – 6 of 6) sorted by relevance
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/ |
| A D | usbd_hiduser.h | 144 …ErrorCode_t (*HID_GetReport)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuffer, uin… 169 …ErrorCode_t (*HID_SetReport)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuffer, uin… 203 …ErrorCode_t (*HID_GetPhysDesc)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuf, uint… 228 ErrorCode_t (*HID_SetIdle)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t idleTime); 251 ErrorCode_t (*HID_SetProtocol)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t protocol); 315 …ErrorCode_t (*HID_GetReportDesc)(USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuf, uin… 404 …ErrorCode_t (*HID_SetReport)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuffer, uin… 405 …ErrorCode_t (*HID_GetPhysDesc)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuf, uint… 406 ErrorCode_t (*HID_SetIdle)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t idleTime); 407 ErrorCode_t (*HID_SetProtocol)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t protocol); [all …]
|
| A D | usbd_cdcuser.h | 121 …ErrorCode_t (*CIC_GetRequest)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuffer, ui… 482 …ErrorCode_t (*CIC_GetRequest)( USBD_HANDLE_T hHid, USB_SETUP_PACKET* pSetup, uint8_t** pBuffer, ui… 510 …ErrorCode_t (*CIC_GetRequest)(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer, ui…
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/ |
| A D | hid_generic.c | 55 static ErrorCode_t HID_GetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer, … in HID_GetReport() argument 74 static ErrorCode_t HID_SetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer, … in HID_SetReport() argument
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/ |
| A D | hid_keyboard.c | 98 static ErrorCode_t Keyboard_GetReport(USBD_HANDLE_T hHid, in Keyboard_GetReport() argument 119 static ErrorCode_t Keyboard_SetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuf… in Keyboard_SetReport() argument
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/ |
| A D | hid_mouse.c | 111 static ErrorCode_t Mouse_GetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer… in Mouse_GetReport() argument 129 static ErrorCode_t Mouse_SetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer… in Mouse_SetReport() argument
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/ |
| A D | hid_mouse.c | 112 static ErrorCode_t Mouse_GetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer… in Mouse_GetReport() argument 130 static ErrorCode_t Mouse_SetReport(USBD_HANDLE_T hHid, USB_SETUP_PACKET *pSetup, uint8_t * *pBuffer… in Mouse_SetReport() argument
|
Completed in 8 milliseconds