Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.c75 struct cdns2_endpoint *pep) in cdns2_get_dma_pos()
99 dma_addr_t cdns2_trb_virt_to_dma(struct cdns2_endpoint *pep, in cdns2_trb_virt_to_dma()
107 static void cdns2_free_tr_segment(struct cdns2_endpoint *pep) in cdns2_free_tr_segment()
119 static int cdns2_alloc_tr_segment(struct cdns2_endpoint *pep) in cdns2_alloc_tr_segment()
153 static void cdns2_ep_stall_flush(struct cdns2_endpoint *pep) in cdns2_ep_stall_flush()
227 static struct cdns2_trb *cdns2_next_trb(struct cdns2_endpoint *pep, in cdns2_next_trb()
236 void cdns2_gadget_giveback(struct cdns2_endpoint *pep, in cdns2_gadget_giveback()
265 static void cdns2_wa1_restore_cycle_bit(struct cdns2_endpoint *pep) in cdns2_wa1_restore_cycle_bit()
280 static int cdns2_wa1_update_guard(struct cdns2_endpoint *pep, in cdns2_wa1_update_guard()
303 struct cdns2_endpoint *pep) in cdns2_wa1_tray_restore_cycle_bit()
[all …]
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 …]
Dcdns2-debug.h98 static inline const char *cdns2_raw_ring(struct cdns2_endpoint *pep, in cdns2_raw_ring()
Dcdns2-gadget.h600 struct cdns2_endpoint *pep; member
/linux-6.12.1/drivers/net/ethernet/marvell/
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 = from_timer(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-6.12.1/drivers/usb/cdns3/
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()
643 struct cdnsp_ep *pep) in cdnsp_free_stream_info()
782 struct cdnsp_ep *pep) in cdnsp_parse_exponent_interval()
812 struct cdnsp_ep *pep, in cdnsp_microframes_to_exponent()
830 struct cdnsp_ep *pep) in cdnsp_get_endpoint_interval()
866 static u32 cdnsp_get_endpoint_mult(struct usb_gadget *g, struct cdnsp_ep *pep) in cdnsp_get_endpoint_mult()
[all …]
Dcdnsp-gadget.c344 int cdnsp_ep_enqueue(struct cdnsp_ep *pep, struct cdnsp_request *preq) in cdnsp_ep_enqueue()
423 int cdnsp_ep_dequeue(struct cdnsp_ep *pep, struct cdnsp_request *preq) in cdnsp_ep_dequeue()
488 struct cdnsp_ep *pep) in cdnsp_invalidate_ep_events()
596 struct cdnsp_ep *pep, in cdnsp_halt_endpoint()
636 struct cdnsp_ep *pep) in cdnsp_update_eps_configuration()
765 int cdnsp_alloc_streams(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_alloc_streams()
931 struct cdnsp_ep *pep; in cdnsp_gadget_ep_enable() local
1005 struct cdnsp_ep *pep; in cdnsp_gadget_ep_disable() local
1064 struct cdnsp_ep *pep = to_cdnsp_ep(ep); in cdnsp_gadget_ep_alloc_request() local
1094 struct cdnsp_ep *pep; in cdnsp_gadget_ep_queue() local
[all …]
Dcdnsp-ring.c277 struct cdnsp_ep *pep, in cdnsp_ring_ep_doorbell()
323 struct cdnsp_ep *pep, in cdnsp_get_transfer_ring()
348 struct cdnsp_ep *pep) in cdnsp_ring_doorbell_for_active_rings()
403 struct cdnsp_ep *pep; in cdnsp_get_hw_deq() local
431 struct cdnsp_ep *pep, in cdnsp_find_new_dequeue_state()
635 struct cdnsp_ep *pep, in cdnsp_cmd_set_deq()
692 struct cdnsp_ep *pep) in cdnsp_remove_request()
966 struct cdnsp_ep *pep, in cdnsp_giveback_first_trb()
998 struct cdnsp_ep *pep, in cdnsp_process_ctrl_td()
1046 struct cdnsp_ep *pep, in cdnsp_process_isoc_td()
[all …]
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
Dcdnsp-gadget.h1309 struct cdnsp_ep *pep; member
/linux-6.12.1/drivers/scsi/
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-6.12.1/fs/
Deventpoll.c1117 static int ep_alloc(struct eventpoll **pep) in ep_alloc()