Lines Matching refs:uint8_t

39 static const uint8_t usb_stm32mp1_desc[USB_LEN_DEV_DESC] = {
61 static const uint8_t usb_stm32mp1_lang_id_desc[USB_LEN_LANGID_STR_DESC] = {
69 static const uint8_t
84 static uint8_t usb_stm32mp1_serial[USB_SIZ_STRING_SERIAL + 1];
87 static const uint8_t usb_stm32mp1_config_desc[USB_DFU_CONFIG_DESC_SIZ] = {
128 static uint8_t usb_str_dec[USBD_MAX_STR_DESC_SIZ];
136 static void stm32mp1_get_string(const char *desc, uint8_t *unicode, uint16_t *len) in stm32mp1_get_string()
138 uint8_t idx = 0U; in stm32mp1_get_string()
159 uint8_t i; in update_serial_num_string()
196 static uint8_t *stm32mp1_get_qualifier_desc(uint16_t *length) in stm32mp1_get_qualifier_desc()
200 return (uint8_t *)usbd_stm32mp1_qualifier_desc; in stm32mp1_get_qualifier_desc()
208 static uint8_t *stm32mp1_get_config_desc(uint16_t *length) in stm32mp1_get_config_desc()
212 return (uint8_t *)usb_stm32mp1_config_desc; in stm32mp1_get_config_desc()
220 static uint8_t *stm32mp1_device_desc(uint16_t *length) in stm32mp1_device_desc()
224 return (uint8_t *)usb_stm32mp1_desc; in stm32mp1_device_desc()
232 static uint8_t *stm32mp1_lang_id_desc(uint16_t *length) in stm32mp1_lang_id_desc()
236 return (uint8_t *)usb_stm32mp1_lang_id_desc; in stm32mp1_lang_id_desc()
244 static uint8_t *stm32mp1_product_desc(uint16_t *length) in stm32mp1_product_desc()
269 static uint8_t *stm32mp1_manufacturer_desc(uint16_t *length) in stm32mp1_manufacturer_desc()
281 static uint8_t *stm32mp1_serial_desc(uint16_t *length) in stm32mp1_serial_desc()
285 return (uint8_t *)usb_stm32mp1_serial; in stm32mp1_serial_desc()
293 static uint8_t *stm32mp1_config_desc(uint16_t *length) in stm32mp1_config_desc()
305 static uint8_t *stm32mp1_interface_desc(uint16_t *length) in stm32mp1_interface_desc()
319 static uint8_t *stm32mp1_get_usr_desc(uint8_t index, uint16_t *length) in stm32mp1_get_usr_desc()
373 uint8_t usb_dfu_get_phase(uint8_t alt) in usb_dfu_get_phase()
375 uint8_t ret; in usb_dfu_get_phase()