Lines Matching refs:port_t
181 typedef struct port_obj port_t; typedef
255 port_t *port; //The port to which this pipe is routed through
322 port_t *port_obj;
546 static bool _port_persist_all_pipes(port_t *port);
556 static void _port_recover_all_pipes(port_t *port);
565 static bool _port_check_all_pipes_halted(port_t *port);
578 static bool _port_debounce(port_t *port);
586 static esp_err_t _port_cmd_power_on(port_t *port);
596 static esp_err_t _port_cmd_power_off(port_t *port);
607 static esp_err_t _port_cmd_reset(port_t *port);
619 static esp_err_t _port_cmd_bus_suspend(port_t *port);
630 static esp_err_t _port_cmd_bus_resume(port_t *port);
642 static esp_err_t _port_cmd_disable(port_t *port);
654 static void _internal_port_event_wait(port_t *port);
663 static bool _internal_port_event_notify_from_isr(port_t *port);
689 static void _internal_port_event_wait(port_t *port) in _internal_port_event_wait()
705 static bool _internal_port_event_notify_from_isr(port_t *port) in _internal_port_event_notify_from_isr()
768 static hcd_port_event_t _intr_hdlr_hprt(port_t *port, usbh_hal_port_event_t hal_port_event, bool *y… in _intr_hdlr_hprt()
919 port_t *port = (port_t *) arg; in intr_hdlr_main()
960 static port_t *port_obj_alloc(void) in port_obj_alloc()
962 port_t *port = calloc(1, sizeof(port_t)); in port_obj_alloc()
981 static void port_obj_free(port_t *port) in port_obj_free()
1064 static bool _port_persist_all_pipes(port_t *port) in _port_persist_all_pipes()
1090 static void _port_recover_all_pipes(port_t *port) in _port_recover_all_pipes()
1101 static bool _port_check_all_pipes_halted(port_t *port) in _port_check_all_pipes_halted()
1120 static bool _port_debounce(port_t *port) in _port_debounce()
1143 static esp_err_t _port_cmd_power_on(port_t *port) in _port_cmd_power_on()
1158 static esp_err_t _port_cmd_power_off(port_t *port) in _port_cmd_power_off()
1174 static esp_err_t _port_cmd_reset(port_t *port) in _port_cmd_reset()
1224 static esp_err_t _port_cmd_bus_suspend(port_t *port) in _port_cmd_bus_suspend()
1240 static esp_err_t _port_cmd_bus_resume(port_t *port) in _port_cmd_bus_resume()
1275 static esp_err_t _port_cmd_disable(port_t *port) in _port_cmd_disable()
1334 port_t *port_obj = s_hcd_obj->port_obj; in hcd_port_init()
1358 port_t *port = (port_t *)port_hdl; in hcd_port_deinit()
1377 port_t *port = (port_t *)port_hdl; in hcd_port_command()
1417 port_t *port = (port_t *)port_hdl; in hcd_port_get_state()
1427 port_t *port = (port_t *)port_hdl; in hcd_port_get_speed()
1444 port_t *port = (port_t *)port_hdl; in hcd_port_handle_event()
1479 port_t *port = (port_t *)port_hdl; in hcd_port_recover()
1502 port_t *port = (port_t *)port_hdl; in hcd_port_get_context()
1536 port_t *port = (port_t *)port_hdl; in hcd_port_set_fifo_bias()
1820 port_t *port = (port_t *)port_hdl; in hcd_pipe_alloc()