Home
last modified time | relevance | path

Searched defs:pep (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c76 struct cdns2_endpoint *pep) in cdns2_get_dma_pos()
100 dma_addr_t cdns2_trb_virt_to_dma(struct cdns2_endpoint *pep, in cdns2_trb_virt_to_dma()
108 static void cdns2_free_tr_segment(struct cdns2_endpoint *pep) in cdns2_free_tr_segment()
120 static int cdns2_alloc_tr_segment(struct cdns2_endpoint *pep) in cdns2_alloc_tr_segment()
154 static void cdns2_ep_stall_flush(struct cdns2_endpoint *pep) in cdns2_ep_stall_flush()
228 static struct cdns2_trb *cdns2_next_trb(struct cdns2_endpoint *pep, in cdns2_next_trb()
237 void cdns2_gadget_giveback(struct cdns2_endpoint *pep, in cdns2_gadget_giveback()
266 static void cdns2_wa1_restore_cycle_bit(struct cdns2_endpoint *pep) in cdns2_wa1_restore_cycle_bit()
281 static int cdns2_wa1_update_guard(struct cdns2_endpoint *pep, in cdns2_wa1_update_guard()
304 struct cdns2_endpoint *pep) in cdns2_wa1_tray_restore_cycle_bit()
[all …]
H A Dcdns2-ep0.c45 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_ep0_enqueue() local
92 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_ep0_stall() local
109 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_status_stage() local
176 struct cdns2_endpoint *pep; in cdns2_req_ep0_handle_status() local
286 struct cdns2_endpoint *pep; in cdns2_ep0_handle_feature_endpoint() local
381 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_handle_setup_packet() local
461 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_transfer_completed() local
517 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); in cdns2_gadget_ep0_set_halt() local
540 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); in cdns2_gadget_ep0_queue() local
621 struct cdns2_endpoint *pep; in cdns2_ep0_config() local
[all …]
H A Dcdns2-debug.h98 static inline const char *cdns2_raw_ring(struct cdns2_endpoint *pep, in cdns2_raw_ring()
H A Dcdns2-gadget.h600 struct cdns2_endpoint *pep; member
/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c273 static inline u32 rdl(struct pxa168_eth_private *pep, int offset) in rdl()
278 static inline void wrl(struct pxa168_eth_private *pep, int offset, u32 data) in wrl()
283 static void abort_dma(struct pxa168_eth_private *pep) in abort_dma()
305 struct pxa168_eth_private *pep = netdev_priv(dev); in rxq_refill() local
356 struct pxa168_eth_private *pep = timer_container_of(pep, t, timeout); in rxq_refill_timer_wrapper() local
436 static int add_del_hash_entry(struct pxa168_eth_private *pep, in add_del_hash_entry()
522 static void update_hash_table_mac_address(struct pxa168_eth_private *pep, in update_hash_table_mac_address()
533 static int init_hash_table(struct pxa168_eth_private *pep) in init_hash_table()
563 struct pxa168_eth_private *pep = netdev_priv(dev); in pxa168_eth_set_rx_mode() local
588 struct pxa168_eth_private *pep = netdev_priv(dev); in pxa168_eth_get_mac_address() local
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c410 void cdnsp_free_endpoint_rings(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_free_endpoint_rings()
518 struct cdnsp_ep *pep) in cdnsp_free_stream_ctx()
526 *cdnsp_alloc_stream_ctx(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_alloc_stream_ctx()
543 struct cdnsp_ring *cdnsp_dma_to_transfer_ring(struct cdnsp_ep *pep, u64 address) in cdnsp_dma_to_transfer_ring()
562 struct cdnsp_ep *pep, in cdnsp_alloc_stream_info()
644 struct cdnsp_ep *pep) in cdnsp_free_stream_info()
783 struct cdnsp_ep *pep) in cdnsp_parse_exponent_interval()
813 struct cdnsp_ep *pep, in cdnsp_microframes_to_exponent()
831 struct cdnsp_ep *pep) in cdnsp_get_endpoint_interval()
867 static u32 cdnsp_get_endpoint_mult(struct usb_gadget *g, struct cdnsp_ep *pep) in cdnsp_get_endpoint_mult()
[all …]
H A Dcdnsp-gadget.c374 int cdnsp_ep_enqueue(struct cdnsp_ep *pep, struct cdnsp_request *preq) in cdnsp_ep_enqueue()
453 int cdnsp_ep_dequeue(struct cdnsp_ep *pep, struct cdnsp_request *preq) in cdnsp_ep_dequeue()
518 struct cdnsp_ep *pep) in cdnsp_invalidate_ep_events()
642 struct cdnsp_ep *pep, in cdnsp_halt_endpoint()
682 struct cdnsp_ep *pep) in cdnsp_update_eps_configuration()
811 int cdnsp_alloc_streams(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_alloc_streams()
977 struct cdnsp_ep *pep; in cdnsp_gadget_ep_enable() local
1051 struct cdnsp_ep *pep; in cdnsp_gadget_ep_disable() local
1110 struct cdnsp_ep *pep = to_cdnsp_ep(ep); in cdnsp_gadget_ep_alloc_request() local
1140 struct cdnsp_ep *pep; in cdnsp_gadget_ep_queue() local
[all …]
H A Dcdnsp-ep0.c21 struct cdnsp_ep *pep; in cdnsp_ep0_stall() local
147 struct cdnsp_ep *pep; in cdnsp_ep0_handle_status() local
301 struct cdnsp_ep *pep; in cdnsp_ep0_handle_feature_endpoint() local
417 struct cdnsp_ep *pep; in cdnsp_setup_analyze() local
/linux/drivers/scsi/
H A Dam53c974.c120 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_irq_pending() local
183 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_dma_invalidate() local
193 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_dma_error() local
214 struct pci_esp_priv *pep = pci_esp_get_priv(esp); in pci_esp_send_dma_cmd() local
378 struct pci_esp_priv *pep; in pci_esp_probe_one() local
500 struct pci_esp_priv *pep = pci_get_drvdata(pdev); in pci_esp_remove_one() local
/linux/fs/
H A Deventpoll.c1435 static int ep_alloc(struct eventpoll **pep) in ep_alloc()