/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 75 cdns2_get_dma_pos(struct cdns2_device * pdev,struct cdns2_endpoint * pep) cdns2_get_dma_pos() argument 99 cdns2_trb_virt_to_dma(struct cdns2_endpoint * pep,struct cdns2_trb * trb) cdns2_trb_virt_to_dma() argument 107 cdns2_free_tr_segment(struct cdns2_endpoint * pep) cdns2_free_tr_segment() argument 119 cdns2_alloc_tr_segment(struct cdns2_endpoint * pep) cdns2_alloc_tr_segment() argument 153 cdns2_ep_stall_flush(struct cdns2_endpoint * pep) cdns2_ep_stall_flush() argument 227 cdns2_next_trb(struct cdns2_endpoint * pep,struct cdns2_trb * trb) cdns2_next_trb() argument 236 cdns2_gadget_giveback(struct cdns2_endpoint * pep,struct cdns2_request * preq,int status) cdns2_gadget_giveback() argument 265 cdns2_wa1_restore_cycle_bit(struct cdns2_endpoint * pep) cdns2_wa1_restore_cycle_bit() argument 280 cdns2_wa1_update_guard(struct cdns2_endpoint * pep,struct cdns2_trb * trb) cdns2_wa1_update_guard() argument 303 cdns2_wa1_tray_restore_cycle_bit(struct cdns2_device * pdev,struct cdns2_endpoint * pep) cdns2_wa1_tray_restore_cycle_bit() argument 316 cdns2_prepare_ring(struct cdns2_device * pdev,struct cdns2_endpoint * pep,int num_trbs) cdns2_prepare_ring() argument 363 cdns2_dbg_request_trbs(struct cdns2_endpoint * pep,struct cdns2_request * preq) cdns2_dbg_request_trbs() argument 383 cdns2_count_trbs(struct cdns2_endpoint * pep,u64 addr,u64 len) cdns2_count_trbs() argument 412 cdns2_count_sg_trbs(struct cdns2_endpoint * pep,struct usb_request * req) cdns2_count_sg_trbs() argument 498 cdns2_ep_tx_isoc(struct cdns2_endpoint * pep,struct cdns2_request * preq,int num_trbs) cdns2_ep_tx_isoc() argument 614 cdns2_ep_tx_bulk(struct cdns2_endpoint * pep,struct cdns2_request * preq,int trbs_per_td) cdns2_ep_tx_bulk() argument 689 cdns2_set_drdy(struct cdns2_device * pdev,struct cdns2_endpoint * pep) cdns2_set_drdy() argument 712 cdns2_prepare_first_isoc_transfer(struct cdns2_device * pdev,struct cdns2_endpoint * pep) cdns2_prepare_first_isoc_transfer() argument 761 cdns2_ep_run_transfer(struct cdns2_endpoint * pep,struct cdns2_request * preq) cdns2_ep_run_transfer() argument 822 cdns2_start_all_request(struct cdns2_device * pdev,struct cdns2_endpoint * pep) cdns2_start_all_request() argument 878 cdns2_trb_handled(struct cdns2_endpoint * pep,struct cdns2_request * preq) cdns2_trb_handled() argument 950 cdns2_skip_isoc_td(struct cdns2_device * pdev,struct cdns2_endpoint * pep,struct cdns2_request * preq) cdns2_skip_isoc_td() argument 972 cdns2_transfer_completed(struct cdns2_device * pdev,struct cdns2_endpoint * pep) cdns2_transfer_completed() argument 1051 cdns2_rearm_transfer(struct cdns2_endpoint * pep,u8 rearm) cdns2_rearm_transfer() argument 1072 cdns2_handle_epx_interrupt(struct cdns2_endpoint * pep) cdns2_handle_epx_interrupt() argument 1342 struct cdns2_endpoint *pep; cdns2_eps_onchip_buffer_init() local 1411 cdns2_ep_config(struct cdns2_endpoint * pep,bool enable) cdns2_ep_config() argument 1504 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); cdns2_gadget_ep_alloc_request() local 1531 struct cdns2_endpoint *pep; cdns2_gadget_ep_enable() local 1613 struct cdns2_endpoint *pep; cdns2_gadget_ep_disable() local 1668 cdns2_ep_enqueue(struct cdns2_endpoint * pep,struct cdns2_request * preq,gfp_t gfp_flags) cdns2_ep_enqueue() argument 1700 struct cdns2_endpoint *pep; cdns2_gadget_ep_queue() local 1742 struct cdns2_endpoint *pep; cdns2_gadget_ep_dequeue() local 1823 cdns2_halt_endpoint(struct cdns2_device * pdev,struct cdns2_endpoint * pep,int value) cdns2_halt_endpoint() argument 1887 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); cdns2_gadget_ep_set_halt() local 1914 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); cdns2_gadget_ep_set_wedge() local 1926 struct cdns2_endpoint *pep; cdns2_find_available_ep() local 1966 struct cdns2_endpoint *pep; cdns2_gadget_match_ep() local 2130 struct cdns2_endpoint *pep; cdns2_gadget_udc_stop() local 2178 struct cdns2_endpoint *pep; cdns2_init_eps() 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/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 273 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/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 410 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 …]
|
H A D | cdnsp-gadget.c | 344 cdnsp_ep_enqueue(struct cdnsp_ep * pep,struct cdnsp_request * preq) cdnsp_ep_enqueue() argument 423 cdnsp_ep_dequeue(struct cdnsp_ep * pep,struct cdnsp_request * preq) cdnsp_ep_dequeue() argument 488 cdnsp_invalidate_ep_events(struct cdnsp_device * pdev,struct cdnsp_ep * pep) cdnsp_invalidate_ep_events() argument 596 cdnsp_halt_endpoint(struct cdnsp_device * pdev,struct cdnsp_ep * pep,int value) cdnsp_halt_endpoint() argument 636 cdnsp_update_eps_configuration(struct cdnsp_device * pdev,struct cdnsp_ep * pep) cdnsp_update_eps_configuration() argument 765 cdnsp_alloc_streams(struct cdnsp_device * pdev,struct cdnsp_ep * pep) cdnsp_alloc_streams() argument 931 struct cdnsp_ep *pep; cdnsp_gadget_ep_enable() local 1005 struct cdnsp_ep *pep; cdnsp_gadget_ep_disable() local 1064 struct cdnsp_ep *pep = to_cdnsp_ep(ep); cdnsp_gadget_ep_alloc_request() local 1094 struct cdnsp_ep *pep; cdnsp_gadget_ep_queue() local 1121 struct cdnsp_ep *pep = to_cdnsp_ep(ep); cdnsp_gadget_ep_dequeue() local 1149 struct cdnsp_ep *pep = to_cdnsp_ep(ep); cdnsp_gadget_ep_set_halt() local 1175 struct cdnsp_ep *pep = to_cdnsp_ep(ep); cdnsp_gadget_ep_set_wedge() local 1210 cdnsp_gadget_giveback(struct cdnsp_ep * pep,struct cdnsp_request * preq,int status) cdnsp_gadget_giveback() argument 1570 cdnsp_get_ep_buffering(struct cdnsp_device * pdev,struct cdnsp_ep * pep) cdnsp_get_ep_buffering() argument 1599 struct cdnsp_ep *pep; cdnsp_gadget_init_endpoints() local 1689 struct cdnsp_ep *pep; cdnsp_gadget_free_endpoints() local [all...] |
H A D | cdnsp-ring.c | 277 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 …]
|
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 | 1309 struct cdnsp_ep *pep; member
|
/linux/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
|