Home
last modified time | relevance | path

Searched defs:dev_obj (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/usb/
Dusbh.c132 device_t *dev_obj = heap_caps_calloc(1, sizeof(device_t), MALLOC_CAP_DEFAULT); in device_alloc() local
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() local
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() local
499 device_t *dev_obj; in usbh_dev_addr_list_fill() local
532 device_t *dev_obj; in usbh_dev_open() local
566 device_t *dev_obj = (device_t *)dev_hdl; in usbh_dev_close() local
[all …]