Searched refs:GET_CORE_IF (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd_intr.c102 int num_in_eps = GET_CORE_IF(pcd)->dev_if->num_in_eps;
121 int num_out_eps = GET_CORE_IF(pcd)->dev_if->num_out_eps;
166 uint32_t max_transfer = GET_CORE_IF(ep->pcd)->core_params->max_transfer_size;
195 dwc_otg_ep_start_transfer(GET_CORE_IF(ep->pcd), &ep->dwc_ep);
205 dwc_otg_core_if_t *core_if = GET_CORE_IF(pcd);
239 dwc_otg_core_if_t *core_if = GET_CORE_IF(pcd);
414 dwc_otg_core_if_t *core_if = GET_CORE_IF(pcd);
479 dwc_otg_core_if_t *core_if = GET_CORE_IF(pcd);
540 num_in_eps = GET_CORE_IF(pcd)->dev_if->num_in_eps;
541 num_out_eps = GET_CORE_IF(pc
[all...]
H A Ddwc_otg_pcd.c307 dwc_otg_ep_activate(GET_CORE_IF(pcd), &ep->dwc_ep);
339 dwc_otg_ep_deactivate(GET_CORE_IF(ep->pcd), &ep->dwc_ep);
344 dwc_otg_flush_tx_fifo(GET_CORE_IF(ep->pcd), ep->dwc_ep.tx_fifo_num);
345 release_perio_tx_fifo(GET_CORE_IF(ep->pcd), ep->dwc_ep.tx_fifo_num);
346 release_tx_fifo(GET_CORE_IF(ep->pcd), ep->dwc_ep.tx_fifo_num);
455 if (GET_CORE_IF(pcd)->dma_enable) {
490 if (GET_CORE_IF(pcd)->dma_enable) {
557 if (!GET_CORE_IF(pcd)->core_params->opt) {
572 _core_if = GET_CORE_IF(pcd);
654 dwc_otg_ep0_start_transfer(GET_CORE_IF(pc
[all...]
H A Ddwc_otg_pcd.h91 #define GET_CORE_IF( _pcd ) (_pcd->otg_dev->core_if) macro

Completed in 57 milliseconds