Lines Matching refs:uint8_t

44 static const uint8_t usb_stm32mp1_desc[USB_LEN_DEV_DESC] = {
66 static const uint8_t usb_stm32mp1_lang_id_desc[USB_LEN_LANGID_STR_DESC] = {
74 static const uint8_t
89 static uint8_t usb_stm32mp1_serial[USB_SIZ_STRING_SERIAL + 1];
92 static const uint8_t usb_stm32mp1_config_desc[USB_DFU_CONFIG_DESC_SIZ] = {
148 static uint8_t usb_str_dec[USBD_MAX_STR_DESC_SIZ];
156 static void stm32mp1_get_string(const char *desc, uint8_t *unicode, uint16_t *len) in stm32mp1_get_string()
158 uint8_t idx = 0U; in stm32mp1_get_string()
179 uint8_t i; in update_serial_num_string()
217 static uint8_t *stm32mp1_get_qualifier_desc(uint16_t *length) in stm32mp1_get_qualifier_desc()
221 return (uint8_t *)usbd_stm32mp1_qualifier_desc; in stm32mp1_get_qualifier_desc()
229 static uint8_t *stm32mp1_get_config_desc(uint16_t *length) in stm32mp1_get_config_desc()
233 return (uint8_t *)usb_stm32mp1_config_desc; in stm32mp1_get_config_desc()
241 static uint8_t *stm32mp1_device_desc(uint16_t *length) in stm32mp1_device_desc()
245 return (uint8_t *)usb_stm32mp1_desc; in stm32mp1_device_desc()
253 static uint8_t *stm32mp1_lang_id_desc(uint16_t *length) in stm32mp1_lang_id_desc()
257 return (uint8_t *)usb_stm32mp1_lang_id_desc; in stm32mp1_lang_id_desc()
265 static uint8_t *stm32mp1_product_desc(uint16_t *length) in stm32mp1_product_desc()
290 static uint8_t *stm32mp1_manufacturer_desc(uint16_t *length) in stm32mp1_manufacturer_desc()
302 static uint8_t *stm32mp1_serial_desc(uint16_t *length) in stm32mp1_serial_desc()
306 return (uint8_t *)usb_stm32mp1_serial; in stm32mp1_serial_desc()
314 static uint8_t *stm32mp1_config_desc(uint16_t *length) in stm32mp1_config_desc()
326 static uint8_t *stm32mp1_interface_desc(uint16_t *length) in stm32mp1_interface_desc()
340 static uint8_t *stm32mp1_get_usr_desc(uint8_t index, uint16_t *length) in stm32mp1_get_usr_desc()
396 uint8_t usb_dfu_get_phase(uint8_t alt) in usb_dfu_get_phase()
398 uint8_t ret; in usb_dfu_get_phase()