Searched defs:pep (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/usb/gadget/udc/cdns2/ |
| H A D | cdns2-gadget.c | 76 struct cdns2_endpoint *pep) in cdns2_get_dma_pos() 1343 struct cdns2_endpoint *pep; in cdns2_eps_onchip_buffer_init() local 1532 struct cdns2_endpoint *pep; in cdns2_gadget_ep_enable() local 1614 struct cdns2_endpoint *pep; in cdns2_gadget_ep_disable() local 1701 struct cdns2_endpoint *pep; in cdns2_gadget_ep_queue() local 1743 struct cdns2_endpoint *pep; in cdns2_gadget_ep_dequeue() local 1824 struct cdns2_endpoint *pep, in cdns2_halt_endpoint() 1927 struct cdns2_endpoint *pep; in cdns2_find_available_ep() local 1967 struct cdns2_endpoint *pep; in cdns2_gadget_match_ep() local 2131 struct cdns2_endpoint *pep; in cdns2_gadget_udc_stop() local [all …]
|
| H A D | cdns2-ep0.c | 45 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 D | cdns2-debug.h | 98 static inline const char *cdns2_raw_ring(struct cdns2_endpoint *pep, in cdns2_raw_ring()
|
| H A D | cdns2-gadget.h | 600 struct cdns2_endpoint *pep; member
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | pxa168_eth.c | 305 struct pxa168_eth_private *pep = netdev_priv(dev); in rxq_refill() local 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 603 struct pxa168_eth_private *pep = netdev_priv(dev); in pxa168_eth_set_mac_address() local 630 struct pxa168_eth_private *pep = netdev_priv(dev); in eth_port_start() local 666 struct pxa168_eth_private *pep = netdev_priv(dev); in eth_port_reset() local 698 struct pxa168_eth_private *pep = netdev_priv(dev); in txq_reclaim() local 1226 struct pxa168_eth_private *pep = in pxa168_rx_poll() local 1302 struct pxa168_eth_private *pep = bus->priv; in pxa168_smi_read() local 1327 struct pxa168_eth_private *pep = bus->priv; in pxa168_smi_write() local [all …]
|
| /linux-6.15/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 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() 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() 876 struct cdnsp_ep *pep) in cdnsp_get_endpoint_max_burst() 916 struct cdnsp_ep *pep) in cdnsp_get_max_esit_payload() 942 struct cdnsp_ep *pep, in cdnsp_endpoint_init() [all …]
|
| H A D | cdnsp-gadget.c | 509 struct cdnsp_ep *pep) in cdnsp_invalidate_ep_events() 617 struct cdnsp_ep *pep, in cdnsp_halt_endpoint() 657 struct cdnsp_ep *pep) in cdnsp_update_eps_configuration() 952 struct cdnsp_ep *pep; in cdnsp_gadget_ep_enable() local 1026 struct cdnsp_ep *pep; in cdnsp_gadget_ep_disable() local 1085 struct cdnsp_ep *pep = to_cdnsp_ep(ep); in cdnsp_gadget_ep_alloc_request() local 1115 struct cdnsp_ep *pep; in cdnsp_gadget_ep_queue() local 1142 struct cdnsp_ep *pep = to_cdnsp_ep(ep); in cdnsp_gadget_ep_dequeue() local 1591 struct cdnsp_ep *pep) in cdnsp_get_ep_buffering() 1620 struct cdnsp_ep *pep; in cdnsp_gadget_init_endpoints() local [all …]
|
| H A D | cdnsp-ring.c | 277 struct cdnsp_ep *pep, in cdnsp_ring_ep_doorbell() 324 struct cdnsp_ep *pep, in cdnsp_get_transfer_ring() 349 struct cdnsp_ep *pep) in cdnsp_ring_doorbell_for_active_rings() 404 struct cdnsp_ep *pep; in cdnsp_get_hw_deq() local 432 struct cdnsp_ep *pep, in cdnsp_find_new_dequeue_state() 693 struct cdnsp_ep *pep) in cdnsp_remove_request() 999 struct cdnsp_ep *pep, in cdnsp_process_ctrl_td() 1047 struct cdnsp_ep *pep, in cdnsp_process_isoc_td() 1181 struct cdnsp_ep *pep; in cdnsp_handle_tx_nrdy() local 1238 struct cdnsp_ep *pep; in cdnsp_handle_tx_event() local [all …]
|
| H A D | cdnsp-ep0.c | 21 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
|
| H A D | cdnsp-gadget.h | 1312 struct cdnsp_ep *pep; member
|
| /linux-6.15/drivers/scsi/ |
| H A D | am53c974.c | 120 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.15/fs/ |
| H A D | eventpoll.c | 1147 static int ep_alloc(struct eventpoll **pep) in ep_alloc()
|