Searched refs:device_t (Results 1 – 1 of 1) sorted by relevance
38 typedef struct device_s device_t; typedef129 static esp_err_t device_alloc(hcd_port_handle_t port_hdl, usb_speed_t speed, device_t **dev_obj_ret) in device_alloc()132 device_t *dev_obj = heap_caps_calloc(1, sizeof(device_t), MALLOC_CAP_DEFAULT); in device_alloc()169 static void device_free(device_t *dev_obj) in device_free()195 static bool _dev_set_actions(device_t *dev_obj, uint32_t action_flags) in _dev_set_actions()218 device_t *dev_obj = (device_t *)user_arg; in default_pipe_callback()262 static void handle_pipe_halt_and_flush(device_t *dev_obj) in handle_pipe_halt_and_flush()280 static bool handle_dev_free(device_t *dev_obj) in handle_dev_free()398 device_t *dev_obj = TAILQ_FIRST(&p_usbh_obj->dynamic.devs_pending_tailq); in usbh_process()499 device_t *dev_obj; in usbh_dev_addr_list_fill()[all …]