Searched refs:endpoint_id (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/htc/ |
D | htc_api.h | 548 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, 559 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id); 569 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id); 579 htc_disable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id); 591 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_register_custom_cb() argument 605 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_unregister_custom_cb() argument 618 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_enable_custom_cb() argument 631 htc_disable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_disable_custom_cb() argument 878 int htc_get_tx_queue_depth(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id);
|
D | htc_send.c | 82 int htc_get_tx_queue_depth(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_get_tx_queue_depth() argument 85 HTC_ENDPOINT *endpoint = &target->endpoint[endpoint_id]; in htc_get_tx_queue_depth() 2016 htc_get_endpoint_ul_pipeid(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_get_endpoint_ul_pipeid() argument 2029 if (endpoint_id >= ENDPOINT_MAX || endpoint_id <= ENDPOINT_UNUSED) { in htc_get_endpoint_ul_pipeid() 2035 end_point = &target->endpoint[endpoint_id]; in htc_get_endpoint_ul_pipeid() 2049 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_register_custom_cb() argument 2057 status = htc_get_endpoint_ul_pipeid(htc_handle, endpoint_id, in htc_register_custom_cb() 2081 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_unregister_custom_cb() argument 2088 status = htc_get_endpoint_ul_pipeid(htc_handle, endpoint_id, in htc_unregister_custom_cb() 2112 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_enable_custom_cb() argument [all …]
|
D | htc_internal.h | 339 HTC_ENDPOINT_ID endpoint_id,
|