Lines Matching refs:client_t

52 typedef struct client_s client_t;  typedef
84 client_t *client_obj;
160 static inline void _record_client_opened_device(client_t *client_obj, uint8_t dev_addr) in _record_client_opened_device()
166 static inline void _clear_client_opened_device(client_t *client_obj, uint8_t dev_addr) in _clear_client_opened_device()
172 static inline bool _check_client_opened_device(client_t *client_obj, uint8_t dev_addr) in _check_client_opened_device()
178 static bool _unblock_client(client_t *client_obj, bool in_isr) in _unblock_client()
235 client_t *client_obj; in send_event_msg_to_clients()
285 client_t *client_obj = (client_t *)urb->usb_host_client; in ctrl_xfer_callback()
339 client_t *client_obj = (client_t *)ep_obj->constant.intf_obj->constant.client_obj; in pipe_callback()
566 static void _handle_pending_ep(client_t *client_obj) in _handle_pending_ep()
625 client_t *client_obj = heap_caps_calloc(1, sizeof(client_t), MALLOC_CAP_DEFAULT); in usb_host_client_register()
669 client_t *client_obj = (client_t *)client_hdl; in usb_host_client_deregister()
720 client_t *client_obj = (client_t *)client_hdl; in usb_host_client_handle_events()
783 client_t *client_obj = (client_t *)client_hdl; in usb_host_client_unblock()
797 client_t *client_obj = (client_t *)client_hdl; in usb_host_device_open()
830 client_t *client_obj = (client_t *)client_hdl; in usb_host_device_close()
961 static interface_t *interface_alloc(client_t *client_obj, usb_device_handle_t dev_hdl, const usb_in… in interface_alloc()
984 static esp_err_t interface_claim(client_t *client_obj, usb_device_handle_t dev_hdl, const usb_confi… in interface_claim()
1041 static esp_err_t interface_release(client_t *client_obj, usb_device_handle_t dev_hdl, uint8_t bInte… in interface_release()
1100 client_t *client_obj = (client_t *)client_hdl; in usb_host_interface_claim()
1137 client_t *client_obj = (client_t *)client_hdl; in usb_host_interface_release()