Searched refs:port_obj (Results 1 – 1 of 1) sorted by relevance
181 typedef struct port_obj port_t;281 struct port_obj { struct322 port_t *port_obj; argument1008 p_hcd_obj_dmy->port_obj = port_obj_alloc(); in hcd_install()1012 (void *)p_hcd_obj_dmy->port_obj, in hcd_install()1014 if (p_hcd_obj_dmy->port_obj == NULL) { in hcd_install()1036 port_obj_free(p_hcd_obj_dmy->port_obj); in hcd_install()1045 if (s_hcd_obj == NULL || s_hcd_obj->port_obj->initialized) { in hcd_uninstall()1054 port_obj_free(p_hcd_obj_dmy->port_obj); in hcd_uninstall()1332 …HCD_CHECK_FROM_CRIT(s_hcd_obj != NULL && !s_hcd_obj->port_obj->initialized, ESP_ERR_INVALID_STATE); in hcd_port_init()[all …]