Searched refs:ep (Results 26 - 50 of 623) sorted by relevance

1234567891011>>

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c18 void dw_pcie_ep_linkup(struct dw_pcie_ep *ep) argument
20 struct pci_epc *epc = ep->epc;
26 void dw_pcie_ep_init_notify(struct dw_pcie_ep *ep) argument
28 struct pci_epc *epc = ep->epc;
35 dw_pcie_ep_get_func_from_ep(struct dw_pcie_ep *ep, u8 func_no) argument
39 list_for_each_entry(ep_func, &ep->func_list, list) {
50 struct dw_pcie_ep *ep = &pci->ep; local
55 dw_pcie_ep_writel_dbi2(ep, func_no, reg, 0x0);
56 dw_pcie_ep_writel_dbi(ep, func_n
75 __dw_pcie_ep_find_next_cap(struct dw_pcie_ep *ep, u8 func_no, u8 cap_ptr, u8 cap) argument
97 dw_pcie_ep_find_capability(struct dw_pcie_ep *ep, u8 func_no, u8 cap) argument
111 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
133 dw_pcie_ep_inbound_atu(struct dw_pcie_ep *ep, u8 func_no, int type, dma_addr_t cpu_addr, enum pci_barno bar) argument
163 dw_pcie_ep_outbound_atu(struct dw_pcie_ep *ep, u8 func_no, phys_addr_t phys_addr, u64 pci_addr, size_t size) argument
191 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
207 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
245 dw_pcie_find_index(struct dw_pcie_ep *ep, phys_addr_t addr, u32 *atu_index) argument
266 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
281 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
295 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
316 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
338 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
359 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
392 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
402 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
410 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
419 struct dw_pcie_ep *ep = epc_get_drvdata(epc); local
443 dw_pcie_ep_raise_intx_irq(struct dw_pcie_ep *ep, u8 func_no) argument
454 dw_pcie_ep_raise_msi_irq(struct dw_pcie_ep *ep, u8 func_no, u8 interrupt_num) argument
503 dw_pcie_ep_raise_msix_irq_doorbell(struct dw_pcie_ep *ep, u8 func_no, u16 interrupt_num) argument
522 dw_pcie_ep_raise_msix_irq(struct dw_pcie_ep *ep, u8 func_no, u16 interrupt_num) argument
569 dw_pcie_ep_exit(struct dw_pcie_ep *ep) argument
604 dw_pcie_ep_init_complete(struct dw_pcie_ep *ep) argument
664 dw_pcie_ep_init(struct dw_pcie_ep *ep) argument
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dnet2272.c44 "ep-a", "ep-b", "ep-c",
60 * dma_ep: selects the endpoint for use with dma (1=ep-a, 2=ep-b)
89 * mode 0 == ep-{a,b,c} 512db each
90 * mode 1 == ep-a 1k, ep-{b,c} 512db
91 * mode 2 == ep-a 1k, ep
106 assert_out_naking(struct net2272_ep *ep, const char *where) argument
123 stop_out_naking(struct net2272_ep *ep) argument
178 struct net2272_ep *ep; local
248 net2272_ep_reset(struct net2272_ep *ep) argument
296 struct net2272_ep *ep; local
346 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) argument
385 net2272_write_packet(struct net2272_ep *ep, u8 *buf, struct net2272_request *req, unsigned max) argument
422 net2272_write_fifo(struct net2272_ep *ep, struct net2272_request *req) argument
483 net2272_out_flush(struct net2272_ep *ep) argument
493 net2272_read_packet(struct net2272_ep *ep, u8 *buf, struct net2272_request *req, unsigned avail) argument
535 net2272_read_fifo(struct net2272_ep *ep, struct net2272_request *req) argument
610 net2272_pio_advance(struct net2272_ep *ep) argument
623 net2272_request_dma(struct net2272 *dev, unsigned ep, u32 buf, unsigned len, unsigned dir) argument
702 net2272_kick_dma(struct net2272_ep *ep, struct net2272_request *req) argument
811 struct net2272_ep *ep; local
909 net2272_dequeue_all(struct net2272_ep *ep) argument
928 struct net2272_ep *ep; local
970 struct net2272_ep *ep; local
1026 struct net2272_ep *ep; local
1047 struct net2272_ep *ep; local
1229 struct net2272_ep *ep; local
1373 struct net2272_ep *ep = &dev->ep[i]; local
1518 net2272_handle_dma(struct net2272_ep *ep) argument
1596 net2272_handle_ep(struct net2272_ep *ep) argument
1634 struct net2272_ep *ep; local
1718 struct net2272_ep *ep; local
[all...]
H A Datmel_usba_udc.c39 struct usba_ep *ep = inode->i_private; local
48 spin_lock_irq(&ep->udc->lock);
49 list_for_each_entry(req, &ep->queue, queue) {
55 spin_unlock_irq(&ep->udc->lock);
61 spin_unlock_irq(&ep->udc->lock);
204 struct usba_ep *ep)
208 ep_root = debugfs_create_dir(ep->ep.name, udc->debugfs_root);
209 ep->debugfs_dir = ep_root;
211 debugfs_create_file("queue", 0400, ep_root, ep,
203 usba_ep_init_debugfs(struct usba_udc *udc, struct usba_ep *ep) argument
219 usba_ep_cleanup_debugfs(struct usba_ep *ep) argument
250 usba_ep_init_debugfs(struct usba_udc *udc, struct usba_ep *ep) argument
256 usba_ep_cleanup_debugfs(struct usba_ep *ep) argument
406 next_fifo_transaction(struct usba_ep *ep, struct usba_request *req) argument
427 submit_request(struct usba_ep *ep, struct usba_request *req) argument
462 submit_next_request(struct usba_ep *ep) argument
476 send_status(struct usba_udc *udc, struct usba_ep *ep) argument
483 receive_data(struct usba_ep *ep) argument
540 request_complete(struct usba_ep *ep, struct usba_request *req, int status) argument
562 request_complete_list(struct usba_ep *ep, struct list_head *list, int status) argument
575 struct usba_ep *ep = to_usba_ep(_ep); local
667 struct usba_ep *ep = to_usba_ep(_ep); local
725 queue_dma(struct usba_udc *udc, struct usba_ep *ep, struct usba_request *req, gfp_t gfp_flags) argument
778 struct usba_ep *ep = to_usba_ep(_ep); local
821 usba_update_req(struct usba_ep *ep, struct usba_request *req, u32 status) argument
826 stop_dma(struct usba_ep *ep, u32 *pstatus) argument
860 struct usba_ep *ep = to_usba_ep(_ep); local
921 struct usba_ep *ep = to_usba_ep(_ep); local
966 struct usba_ep *ep = to_usba_ep(_ep); local
973 struct usba_ep *ep = to_usba_ep(_ep); local
1043 struct usba_ep *ep; local
1136 struct usba_ep *ep; local
1150 struct usba_ep *ep; local
1172 set_protocol_stall(struct usba_udc *udc, struct usba_ep *ep) argument
1178 is_stalled(struct usba_udc *udc, struct usba_ep *ep) argument
1212 struct usba_ep *ep; local
1303 handle_ep0_setup(struct usba_udc *udc, struct usba_ep *ep, struct usb_ctrlrequest *crq) argument
1429 usba_control_irq(struct usba_udc *udc, struct usba_ep *ep) argument
1617 usba_ep_irq(struct usba_udc *udc, struct usba_ep *ep) argument
1670 usba_dma_irq(struct usba_udc *udc, struct usba_ep *ep) argument
1792 struct usba_ep *ep0, *ep; local
2141 struct usba_ep *eps, *ep; local
[all...]
H A Dpxa25x_udc.c158 #define UICR0_IM0 (1 << 0) /* Interrupt mask ep 0 */
159 #define UICR0_IM1 (1 << 1) /* Interrupt mask ep 1 */
160 #define UICR0_IM2 (1 << 2) /* Interrupt mask ep 2 */
161 #define UICR0_IM3 (1 << 3) /* Interrupt mask ep 3 */
162 #define UICR0_IM4 (1 << 4) /* Interrupt mask ep 4 */
163 #define UICR0_IM5 (1 << 5) /* Interrupt mask ep 5 */
164 #define UICR0_IM6 (1 << 6) /* Interrupt mask ep 6 */
165 #define UICR0_IM7 (1 << 7) /* Interrupt mask ep 7 */
167 #define UICR1_IM8 (1 << 0) /* Interrupt mask ep 8 */
168 #define UICR1_IM9 (1 << 1) /* Interrupt mask ep
314 pio_irq_enable(struct pxa25x_ep *ep) argument
328 pio_irq_disable(struct pxa25x_ep *ep) argument
369 udc_ep_get_UDCCS(struct pxa25x_ep *ep) argument
374 udc_ep_set_UDCCS(struct pxa25x_ep *ep, u32 data) argument
389 udc_ep_get_UDDR(struct pxa25x_ep *ep) argument
394 udc_ep_set_UDDR(struct pxa25x_ep *ep, u32 data) argument
399 udc_ep_get_UBCR(struct pxa25x_ep *ep) argument
421 struct pxa25x_ep *ep; local
472 struct pxa25x_ep *ep; local
538 done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) argument
567 write_packet(struct pxa25x_ep *ep, struct pxa25x_request *req, unsigned max) argument
592 write_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) argument
659 write_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) argument
720 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) argument
797 read_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) argument
839 struct pxa25x_ep *ep; local
945 nuke(struct pxa25x_ep *ep, int status) argument
964 struct pxa25x_ep *ep; local
997 struct pxa25x_ep *ep; local
1052 struct pxa25x_ep *ep; local
1071 struct pxa25x_ep *ep; local
1300 struct pxa25x_ep *ep = &dev->ep [i]; local
1390 struct pxa25x_ep *ep = &dev->ep[i]; local
1501 struct pxa25x_ep *ep = &dev->ep[i]; local
1528 struct pxa25x_ep *ep = &dev->ep[i]; local
1593 struct pxa25x_ep *ep = &dev->ep [0]; local
1814 handle_ep(struct pxa25x_ep *ep) argument
[all...]
H A Daspeed_udc.c37 #define AST_UDC_EP_ACK_IER 0x10 /* Programmable ep Pool ACK Interrupt Enable Reg */
38 #define AST_UDC_EP_NAK_IER 0x14 /* Programmable ep Pool NAK Interrupt Enable Reg */
39 #define AST_UDC_EP_ACK_ISR 0x18 /* Programmable ep Pool ACK Interrupt Status Reg */
40 #define AST_UDC_EP_NAK_ISR 0x1C /* Programmable ep Pool NAK Interrupt Status Reg */
43 #define AST_VHUB_EP_DATA 0x28 /* Programmable ep Pool Data Toggle Value Set */
177 struct usb_ep ep; member in struct:ast_udc_ep
199 #define to_ast_ep(__ep) container_of(__ep, struct ast_udc_ep, ep)
212 struct ast_udc_ep ep[AST_UDC_NUM_ENDPOINTS]; member in struct:ast_udc_dev
249 (e)->ep.name, ##__VA_ARGS__)
251 #define EP_DBG(ep, fm
281 ast_udc_done(struct ast_udc_ep *ep, struct ast_udc_request *req, int status) argument
305 ast_udc_nuke(struct ast_udc_ep *ep, int status) argument
331 struct ast_udc_ep *ep; local
345 struct ast_udc_ep *ep = to_ast_ep(_ep); local
432 struct ast_udc_ep *ep = to_ast_ep(_ep); local
452 struct ast_udc_ep *ep = to_ast_ep(_ep); local
474 ast_dma_descriptor_setup(struct ast_udc_ep *ep, u32 dma_buf, u16 tx_len, struct ast_udc_request *req) argument
530 ast_udc_epn_kick(struct ast_udc_ep *ep, struct ast_udc_request *req) argument
549 ast_udc_epn_kick_desc(struct ast_udc_ep *ep, struct ast_udc_request *req) argument
582 ast_udc_ep0_queue(struct ast_udc_ep *ep, struct ast_udc_request *req) argument
630 struct ast_udc_ep *ep = to_ast_ep(_ep); local
693 struct ast_udc_ep *ep = to_ast_ep(_ep); local
722 struct ast_udc_ep *ep = to_ast_ep(_ep); local
789 struct ast_udc_ep *ep = &udc->ep[0]; local
829 struct ast_udc_ep *ep = &udc->ep[0]; local
861 struct ast_udc_ep *ep = &udc->ep[ep_num]; local
900 struct ast_udc_ep *ep = &udc->ep[ep_num]; local
997 struct ast_udc_ep *ep; local
1032 struct ast_udc_ep *ep = &udc->ep[0]; local
1122 struct ast_udc_ep *ep; local
1295 struct ast_udc_ep *ep; local
1353 struct ast_udc_ep *ep; local
[all...]
H A Dsnps_udc_core.c41 static struct udc_request *udc_alloc_bna_dummy(struct udc_ep *ep);
194 DBG(dev, "dev ep int's = %08x\n", readl(&dev->regs->ep_irqsts));
195 DBG(dev, "dev ep intmask = %08x\n", readl(&dev->regs->ep_irqmsk));
232 /* mask all ep interrupts */
279 static int udc_set_txfifo_addr(struct udc_ep *ep) argument
285 if (!ep || !(ep->in))
288 dev = ep->dev;
289 ep->txfifo = dev->txfifo;
291 /* traverse ep'
306 UDC_QUEUE_CNAK(struct udc_ep *ep, unsigned num) argument
321 struct udc_ep *ep; local
447 ep_init(struct udc_regs __iomem *regs, struct udc_ep *ep) argument
491 struct udc_ep *ep = NULL; local
518 struct udc_ep *ep; local
583 struct udc_ep *ep; local
627 udc_alloc_bna_dummy(struct udc_ep *ep) argument
644 udc_txfifo_write(struct udc_ep *ep, struct usb_request *req) argument
717 udc_rxfifo_read(struct udc_ep *ep, struct udc_request *req) argument
754 udc_create_dma_chain( struct udc_ep *ep, struct udc_request *req, unsigned long buf_len, gfp_t gfp_flags ) argument
871 prep_dma(struct udc_ep *ep, struct udc_request *req, gfp_t gfp) argument
1053 struct udc_ep *ep; local
1235 empty_req_queue(struct udc_ep *ep) argument
1252 struct udc_ep *ep; local
1307 struct udc_ep *ep; local
1523 struct udc_ep *ep; local
1755 udc_handle_halt_state(struct udc_ep *ep) argument
1787 struct udc_ep *ep; local
2060 struct udc_ep *ep; local
2275 struct udc_ep *ep; local
2432 struct udc_ep *ep; variable in typeref:struct:udc_ep
2643 struct udc_ep *ep; local
2746 struct udc_ep *ep; variable in typeref:struct:udc_ep
[all...]
H A Dr8a66597-udc.c35 static void irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req);
36 static void irq_packet_write(struct r8a66597_ep *ep,
41 static void transfer_complete(struct r8a66597_ep *ep,
98 INIT_LIST_HEAD(&r8a66597->ep[0].queue);
298 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; local
300 if (ep->use_dma)
301 r8a66597_bclr(r8a66597, DREQE, ep->fifosel);
303 r8a66597_mdfy(r8a66597, pipenum, CURPIPE, ep->fifosel);
307 if (r8a66597_is_sudmac(r8a66597) && ep->use_dma)
308 r8a66597_bclr(r8a66597, mbw_value(r8a66597), ep
391 pipe_initialize(struct r8a66597_ep *ep) argument
409 r8a66597_ep_setting(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, const struct usb_endpoint_descriptor *desc, u16 pipenum, int dma) argument
435 r8a66597_ep_release(struct r8a66597_ep *ep) argument
450 alloc_pipe_config(struct r8a66597_ep *ep, const struct usb_endpoint_descriptor *desc) argument
534 free_pipe_config(struct r8a66597_ep *ep) argument
568 start_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
599 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; local
629 sudmac_alloc_channel(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, struct r8a66597_request *req) argument
666 sudmac_free_channel(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, struct r8a66597_request *req) argument
685 sudmac_start(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, struct r8a66597_request *req) argument
698 start_packet_write(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
733 start_packet_read(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
768 start_packet(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
776 start_ep0(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
892 get_request_from_ep(struct r8a66597_ep *ep) argument
935 irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
989 irq_packet_write(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
1038 irq_packet_read(struct r8a66597_ep *ep, struct r8a66597_request *req) argument
1099 struct r8a66597_ep *ep; local
1130 struct r8a66597_ep *ep; local
1163 struct r8a66597_ep *ep; variable in typeref:struct:r8a66597_ep
1208 struct r8a66597_ep *ep; local
1269 struct r8a66597_ep *ep; local
1370 struct r8a66597_ep *ep; variable in typeref:struct:r8a66597_ep
1400 sudmac_finish(struct r8a66597 *r8a66597, struct r8a66597_ep *ep) argument
1447 struct r8a66597_ep *ep; local
1552 struct r8a66597_ep *ep; local
1560 struct r8a66597_ep *ep; local
1603 struct r8a66597_ep *ep; local
1637 struct r8a66597_ep *ep; local
1654 struct r8a66597_ep *ep = container_of(_ep, struct r8a66597_ep, ep); local
1675 struct r8a66597_ep *ep; local
1692 struct r8a66597_ep *ep; local
1821 nop_completion(struct usb_ep *ep, struct usb_request *r) argument
1906 struct r8a66597_ep *ep = &r8a66597->ep[i]; local
[all...]
H A Dudc-xilinx.c105 #define to_xusb_ep(ep) container_of((ep), struct xusb_ep, ep_usb)
112 * @ep: pointer to xusb_endpoint structure
117 struct xusb_ep *ep; member in struct:xusb_req
161 * @ep: an array of endpoint structures
179 struct xusb_ep ep[8]; member in struct:xusb_udc
261 struct xusb_ep *ep0 = &udc->ep[XUSB_EP_NUMBER_ZERO];
273 * @ep: pointer to the usb device endpoint structure.
279 static void xudc_epconfig(struct xusb_ep *ep, struct xusb_udc *udc) argument
287 epcfgreg = ((ep
316 xudc_start_dma(struct xusb_ep *ep, dma_addr_t src, dma_addr_t dst, u32 length) argument
376 xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, u8 *buffer, u32 length) argument
430 xudc_dma_receive(struct xusb_ep *ep, struct xusb_req *req, u8 *buffer, u32 length) argument
479 xudc_eptxrx(struct xusb_ep *ep, struct xusb_req *req, u8 *bufferptr, u32 bufferlen) argument
551 xudc_done(struct xusb_ep *ep, struct xusb_req *req, int status) argument
586 xudc_read_fifo(struct xusb_ep *ep, struct xusb_req *req) argument
676 xudc_write_fifo(struct xusb_ep *ep, struct xusb_req *req) argument
734 xudc_nuke(struct xusb_ep *ep, int status) argument
753 struct xusb_ep *ep = to_xusb_ep(_ep); local
805 __xudc_ep_enable(struct xusb_ep *ep, const struct usb_endpoint_descriptor *desc) argument
896 struct xusb_ep *ep; local
929 struct xusb_ep *ep; local
970 struct xusb_ep *ep = to_xusb_ep(_ep); local
1080 struct xusb_ep *ep = to_xusb_ep(_ep); local
1140 struct xusb_ep *ep = to_xusb_ep(_ep); local
1173 xudc_ep0_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) argument
1187 xudc_ep0_disable(struct usb_ep *ep) argument
1309 struct xusb_ep *ep = &udc->ep[ep_number]; local
1359 struct xusb_ep *ep; local
1448 struct xusb_ep *ep; local
1966 struct xusb_ep *ep; local
[all...]
H A Dat91_udc.c105 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) argument
114 struct at91_udc *udc = ep->udc;
118 csr = __raw_readl(ep->creg);
124 ep->ep.name, ep->ep.maxpacket,
125 ep->is_in ? "in" : "out",
126 ep->is_iso ? " iso" : "",
127 ep
185 struct at91_ep *ep; local
259 done(struct at91_ep *ep, struct at91_request *req, int status) argument
310 read_fifo(struct at91_ep *ep, struct at91_request *req) argument
385 write_fifo(struct at91_ep *ep, struct at91_request *req) argument
453 nuke(struct at91_ep *ep, int status) argument
474 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); local
551 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); local
608 struct at91_ep *ep; local
706 struct at91_ep *ep; local
738 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); local
835 struct at91_ep *ep = &udc->ep[i]; local
860 struct at91_ep *ep = &udc->ep[i]; local
885 struct at91_ep *ep = &udc->ep[i]; local
1005 handle_ep(struct at91_ep *ep) argument
1047 handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) argument
1490 struct at91_ep *ep = &udc->ep[1]; local
1598 struct at91_ep *ep; local
1641 struct at91_ep *ep; local
1679 struct at91_ep *ep; local
1721 struct at91_ep *ep; local
1801 struct at91_ep *ep; local
[all...]
H A Dfusb300_udc.c33 static void done(struct fusb300_ep *ep, struct fusb300_request *req,
55 static void fusb300_ep_setting(struct fusb300_ep *ep, argument
58 ep->epnum = info.epnum;
59 ep->type = info.type;
62 static int fusb300_ep_release(struct fusb300_ep *ep) argument
64 if (!ep->epnum)
66 ep->epnum = 0;
67 ep->stall = 0;
68 ep->wedged = 0;
73 u32 ep)
72 fusb300_set_fifo_entry(struct fusb300 *fusb300, u32 ep) argument
82 fusb300_set_start_entry(struct fusb300 *fusb300, u8 ep) argument
142 fusb300_set_ep_active(struct fusb300 *fusb300, u8 ep) argument
197 config_ep(struct fusb300_ep *ep, const struct usb_endpoint_descriptor *desc) argument
235 struct fusb300_ep *ep; local
250 struct fusb300_ep *ep; local
289 enable_fifo_int(struct fusb300_ep *ep) argument
304 disable_fifo_int(struct fusb300_ep *ep) argument
330 fusb300_wrcxf(struct fusb300_ep *ep, struct fusb300_request *req) argument
382 fusb300_set_epnstall(struct fusb300 *fusb300, u8 ep) argument
388 fusb300_clear_epnstall(struct fusb300 *fusb300, u8 ep) argument
399 ep0_queue(struct fusb300_ep *ep, struct fusb300_request *req) argument
422 struct fusb300_ep *ep; local
455 struct fusb300_ep *ep; local
472 struct fusb300_ep *ep; local
600 fusb300_rdfifo(struct fusb300_ep *ep, struct fusb300_request *req, u32 length) argument
657 fusb300_get_epnstall(struct fusb300 *fusb300, u8 ep) argument
687 u8 ep; variable
725 u8 ep; local
751 fusb300_clear_seqnum(struct fusb300 *fusb300, u8 ep) argument
759 struct fusb300_ep *ep = local
864 done(struct fusb300_ep *ep, struct fusb300_request *req, int status) argument
887 fusb300_fill_idma_prdtbl(struct fusb300_ep *ep, dma_addr_t d, u32 len) argument
912 fusb300_wait_idma_finished(struct fusb300_ep *ep) argument
938 fusb300_set_idma(struct fusb300_ep *ep, struct fusb300_request *req) argument
959 in_ep_fifo_handler(struct fusb300_ep *ep) argument
969 out_ep_fifo_handler(struct fusb300_ep *ep) argument
1008 struct fusb300_ep *ep = fusb300->ep[0]; local
1030 struct fusb300_ep *ep = fusb300->ep[0]; local
1439 struct fusb300_ep *ep = fusb300->ep[i]; local
[all...]
H A Dtrace.h145 TP_PROTO(struct usb_ep *ep, int ret),
146 TP_ARGS(ep, ret),
148 __string(name, ep->name)
160 __assign_str(name, ep->name);
161 __entry->maxpacket = ep->maxpacket;
162 __entry->maxpacket_limit = ep->maxpacket_limit;
163 __entry->max_streams = ep->max_streams;
164 __entry->mult = ep->mult;
165 __entry->maxburst = ep->maxburst;
166 __entry->address = ep
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c245 * @ep: Echange to be held
247 static inline void fc_exch_hold(struct fc_exch *ep) argument
249 atomic_inc(&ep->ex_refcnt);
255 * @ep: The exchange to that will use the header
262 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, argument
268 fr_sof(fp) = ep->class;
269 if (ep->seq.cnt)
270 fr_sof(fp) = fc_sof_normal(ep->class);
274 if (fc_sof_needs_ack((enum fc_sof)ep->class))
298 fh->fh_ox_id = htons(ep
311 fc_exch_release(struct fc_exch *ep) argument
328 fc_exch_timer_cancel(struct fc_exch *ep) argument
345 fc_exch_timer_set_locked(struct fc_exch *ep, unsigned int timer_msec) argument
366 fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) argument
379 fc_exch_done_locked(struct fc_exch *ep) argument
425 fc_exch_ptr_set(struct fc_exch_pool *pool, u16 index, struct fc_exch *ep) argument
435 fc_exch_delete(struct fc_exch *ep) argument
466 struct fc_exch *ep; local
527 struct fc_exch *ep; local
546 fc_seq_alloc(struct fc_exch *ep, u8 seq_id) argument
564 struct fc_exch *ep = fc_seq_exch(sp); local
579 struct fc_exch *ep = fc_seq_exch(sp); local
598 struct fc_exch *ep = fc_seq_exch(sp); local
633 fc_exch_abort_locked(struct fc_exch *ep, unsigned int timer_msec) argument
694 struct fc_exch *ep; local
729 fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, struct fc_frame *fp) argument
766 struct fc_exch *ep = container_of(work, struct fc_exch, local
815 struct fc_exch *ep; local
909 struct fc_exch *ep; local
930 struct fc_exch *ep = NULL; local
969 struct fc_exch *ep = fc_seq_exch(sp); local
994 struct fc_exch *ep; local
1043 struct fc_exch *ep = NULL; local
1172 struct fc_exch *ep; local
1205 fc_exch_set_addr(struct fc_exch *ep, u32 orig_id, u32 resp_id) argument
1260 struct fc_exch *ep = fc_seq_exch(sp); local
1280 struct fc_exch *ep = fc_seq_exch(sp); local
1411 fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) argument
1514 struct fc_exch *ep = NULL; local
1575 struct fc_exch *ep; local
1687 fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) argument
1767 struct fc_exch *ep; local
1891 fc_exch_reset(struct fc_exch *ep) argument
1938 struct fc_exch *ep; local
2020 struct fc_exch *ep; local
2183 struct fc_exch *ep; local
2243 fc_exch_rrq(struct fc_exch *ep) argument
2296 struct fc_exch *ep = NULL; /* request or subject exchange */ local
[all...]
/linux-master/drivers/usb/host/
H A Dfhci-tds.c82 void fhci_push_dummy_bd(struct endpoint *ep) argument
84 if (!ep->already_pushed_dummy_bd) {
85 u16 td_status = in_be16(&ep->empty_td->status);
87 out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER);
89 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
90 ep->already_pushed_dummy_bd = true;
97 struct endpoint *ep; local
100 ep
151 struct endpoint *ep; local
242 fhci_init_ep_registers(struct fhci_usb *usb, struct endpoint *ep, enum fhci_mem_alloc data_mem) argument
279 struct endpoint *ep = usb->ep0; local
385 struct endpoint *ep = usb->ep0; local
472 struct endpoint *ep = usb->ep0; local
528 struct endpoint *ep = usb->ep0; local
592 struct endpoint *ep = usb->ep0; local
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Dverbs.c76 static void rpcrdma_ep_get(struct rpcrdma_ep *ep);
77 static int rpcrdma_ep_put(struct rpcrdma_ep *ep);
89 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
90 struct rdma_cm_id *id = ep->re_id;
95 if (atomic_inc_return(&ep->re_receiving) > 1)
96 wait_for_completion(&ep->re_done);
108 rpcrdma_ep_put(ep);
115 void rpcrdma_force_disconnect(struct rpcrdma_ep *ep) argument
117 if (atomic_add_unless(&ep->re_force_disconnect, 1, 1))
118 xprt_force_disconnect(ep
189 rpcrdma_update_cm_private(struct rpcrdma_ep *ep, struct rdma_conn_param *param) argument
226 struct rpcrdma_ep *ep = id->context; local
283 rpcrdma_create_id(struct rpcrdma_xprt *r_xprt, struct rpcrdma_ep *ep) argument
331 struct rpcrdma_ep *ep = container_of(kref, struct rpcrdma_ep, re_kref); local
353 rpcrdma_ep_get(struct rpcrdma_ep *ep) argument
362 rpcrdma_ep_put(struct rpcrdma_ep *ep) argument
372 struct rpcrdma_ep *ep; local
489 struct rpcrdma_ep *ep; local
550 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
603 rpcrdma_sendctx_create(struct rpcrdma_ep *ep) argument
741 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
791 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
1332 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
[all...]
/linux-master/sound/usb/
H A Dmidi2.c50 struct snd_usb_midi2_endpoint *ep; member in struct:snd_usb_midi2_urb
105 static void do_submit_urbs_locked(struct snd_usb_midi2_endpoint *ep, argument
112 if (ep->disconnected)
115 while (ep->urb_free) {
116 index = find_first_bit(&ep->urb_free, ep->num_urbs);
117 if (index >= ep->num_urbs)
119 ctx = &ep->urbs[index];
120 err = prepare(ep, ctx->urb);
125 ctx->urb->dev = ep
137 prepare_output_urb(struct snd_usb_midi2_endpoint *ep, struct urb *urb) argument
153 submit_output_urbs_locked(struct snd_usb_midi2_endpoint *ep) argument
162 struct snd_usb_midi2_endpoint *ep = ctx->ep; local
175 prepare_input_urb(struct snd_usb_midi2_endpoint *ep, struct urb *urb) argument
182 submit_input_urbs_locked(struct snd_usb_midi2_endpoint *ep) argument
191 struct snd_usb_midi2_endpoint *ep = ctx->ep; local
215 submit_io_urbs(struct snd_usb_midi2_endpoint *ep) argument
230 kill_midi_urbs(struct snd_usb_midi2_endpoint *ep, bool suspending) argument
247 drain_urb_queue(struct snd_usb_midi2_endpoint *ep) argument
261 free_midi_urbs(struct snd_usb_midi2_endpoint *ep) argument
283 alloc_midi_urbs(struct snd_usb_midi2_endpoint *ep) argument
346 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); local
366 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); local
379 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); local
389 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); local
397 struct snd_usb_midi2_endpoint *ep; local
436 struct snd_usb_midi2_endpoint *ep; local
478 free_midi2_endpoint(struct snd_usb_midi2_endpoint *ep) argument
488 struct snd_usb_midi2_endpoint *ep; local
771 find_matching_ep_partner(struct snd_usb_midi2_interface *umidi, struct snd_usb_midi2_endpoint *ep, int blk_id) argument
943 struct snd_usb_midi2_endpoint *ep; local
1175 suspend_midi2_endpoint(struct snd_usb_midi2_endpoint *ep) argument
1184 struct snd_usb_midi2_endpoint *ep; local
1192 resume_midi2_endpoint(struct snd_usb_midi2_endpoint *ep) argument
1203 struct snd_usb_midi2_endpoint *ep; local
1215 struct snd_usb_midi2_endpoint *ep; local
[all...]
/linux-master/drivers/net/ethernet/smsc/
H A Depic100.c326 struct epic_private *ep; local
357 dev = alloc_etherdev(sizeof (*ep));
370 ep = netdev_priv(dev);
371 ep->ioaddr = ioaddr;
372 ep->mii.dev = dev;
373 ep->mii.mdio_read = mdio_read;
374 ep->mii.mdio_write = mdio_write;
375 ep->mii.phy_id_mask = 0x1f;
376 ep->mii.reg_num_mask = 0x1f;
382 ep
539 epic_disable_int(struct net_device *dev, struct epic_private *ep) argument
553 epic_napi_irq_off(struct net_device *dev, struct epic_private *ep) argument
562 epic_napi_irq_on(struct net_device *dev, struct epic_private *ep) argument
571 read_eeprom(struct epic_private *ep, int location) argument
609 struct epic_private *ep = netdev_priv(dev); local
633 struct epic_private *ep = netdev_priv(dev); local
649 struct epic_private *ep = netdev_priv(dev); local
759 struct epic_private *ep = netdev_priv(dev); local
782 struct epic_private *ep = netdev_priv(dev); local
832 struct epic_private *ep = netdev_priv(dev); local
853 struct epic_private *ep = from_timer(ep, t, timer); local
873 struct epic_private *ep = netdev_priv(dev); local
901 struct epic_private *ep = netdev_priv(dev); local
948 struct epic_private *ep = netdev_priv(dev); local
1000 epic_tx_error(struct net_device *dev, struct epic_private *ep, int status) argument
1022 epic_tx(struct net_device *dev, struct epic_private *ep) argument
1075 struct epic_private *ep = netdev_priv(dev); local
1143 struct epic_private *ep = netdev_priv(dev); local
1239 epic_rx_err(struct net_device *dev, struct epic_private *ep) argument
1256 struct epic_private *ep = container_of(napi, struct epic_private, napi); local
1282 struct epic_private *ep = netdev_priv(dev); local
1334 struct epic_private *ep = netdev_priv(dev); local
1355 struct epic_private *ep = netdev_priv(dev); local
1449 struct epic_private *ep = netdev_priv(dev); local
1464 struct epic_private *ep = netdev_priv(dev); local
1516 struct epic_private *ep = netdev_priv(dev); local
1533 struct epic_private *ep = netdev_priv(dev); local
[all...]
/linux-master/drivers/usb/mon/
H A Dmon_text.c108 struct mon_text_ptr *p, const struct mon_event_text *ep);
110 struct mon_text_ptr *p, const struct mon_event_text *ep);
112 struct mon_text_ptr *p, const struct mon_event_text *ep);
114 struct mon_text_ptr *p, const struct mon_event_text *ep);
116 struct mon_text_ptr *p, const struct mon_event_text *ep);
118 struct mon_text_ptr *p, const struct mon_event_text *ep);
120 struct mon_text_ptr *p, const struct mon_event_text *ep);
131 static inline char mon_text_get_setup(struct mon_event_text *ep, argument
135 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S')
141 memcpy(ep
145 mon_text_get_data(struct mon_event_text *ep, struct urb *urb, int len, char ev_type, struct mon_bus *mbus) argument
196 struct mon_event_text *ep; local
274 struct mon_event_text *ep; local
398 struct mon_event_text *ep; local
437 struct mon_event_text *ep; local
485 struct mon_event_text *ep; local
511 mon_text_read_head_t(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
529 mon_text_read_head_u(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
547 mon_text_read_statset(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
568 mon_text_read_intstat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
575 mon_text_read_isostat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
588 mon_text_read_isodesc(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
610 mon_text_read_data(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
648 struct mon_event_text *ep; local
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c68 struct device_node *ep = NULL; local
74 ep = of_get_next_child(parent, prev);
75 if (!ep)
77 prev = ep;
78 } while (!of_node_name_eq(ep, "endpoint"));
80 return ep;
136 struct device_node *port, *ep; local
143 ep = omapdss_of_get_next_endpoint(port, NULL);
147 return ep;
154 struct device_node *ep; local
[all...]
/linux-master/drivers/usb/usbip/
H A Dvudc_dev.c51 urb_p->ep = NULL;
73 static void nuke(struct vudc *udc, struct vep *ep) argument
77 while (!list_empty(&ep->req_queue)) {
78 req = list_first_entry(&ep->req_queue, struct vrequest,
84 usb_gadget_giveback_request(&ep->ep, &req->req);
98 nuke(udc, &udc->ep[i]);
111 return &udc->ep[0];
114 struct vep *ep = &udc->ep[ local
232 struct vep *ep; local
262 struct vep *ep; local
311 struct vep *ep; local
335 struct vep *ep; local
372 struct vep *ep; local
519 struct vep *ep; local
[all...]
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c98 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1);
99 if (!fep->fcc.ep)
118 iounmap(fep->fcc.ep);
185 fcc_enet_t __iomem *ep = fep->fcc.ep; local
187 W32(ep, fen_gaddrh, 0);
188 W32(ep, fen_gaddrl, 0);
194 fcc_enet_t __iomem *ep = fep->fcc.ep; local
201 W16(ep, fen_taddr
211 fcc_enet_t __iomem *ep = fep->fcc.ep; local
248 fcc_enet_t __iomem *ep = fep->fcc.ep; local
519 fcc_enet_t __iomem *ep = fep->fcc.ep; local
[all...]
/linux-master/fs/
H A Deventpoll.c48 * 2) ep->mtx (mutex)
49 * 3) ep->lock (rwlock)
52 * We need a rwlock (ep->lock) because we manipulate objects
59 * mutex (ep->mtx). It is acquired during the event transfer loop,
68 * It is necessary to acquire multiple "ep->mtx"es at once in the
77 * It is possible to drop the "ep->mtx" and to use the global
78 * mutex "epnested_mutex" (together with "ep->lock") to have it working,
79 * but having "ep->mtx" will make the interface more scalable.
81 * normal operations the epoll private "ep->mtx" will guarantee
162 struct eventpoll *ep; member in struct:epitem
389 ep_events_available(struct eventpoll *ep) argument
406 busy_loop_ep_timeout(unsigned long start_time, struct eventpoll *ep) argument
421 ep_busy_loop_on(struct eventpoll *ep) argument
428 struct eventpoll *ep = p; local
439 ep_busy_loop(struct eventpoll *ep, int nonblock) argument
469 struct eventpoll *ep = epi->ep; local
501 struct eventpoll *ep = file->private_data; local
543 ep_busy_loop(struct eventpoll *ep, int nonblock) argument
587 ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, unsigned pollflags) argument
626 ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, __poll_t pollflags) argument
655 ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) argument
704 ep_start_scan(struct eventpoll *ep, struct list_head *txlist) argument
721 ep_done_scan(struct eventpoll *ep, struct list_head *txlist) argument
770 ep_get(struct eventpoll *ep) argument
778 ep_refcount_dec_and_test(struct eventpoll *ep) argument
787 ep_free(struct eventpoll *ep) argument
803 __ep_remove(struct eventpoll *ep, struct epitem *epi, bool force) argument
862 ep_remove_safe(struct eventpoll *ep, struct epitem *epi) argument
867 ep_clear_and_put(struct eventpoll *ep) argument
934 struct eventpoll *ep = file->private_data; local
946 struct eventpoll *ep = file->private_data; local
1009 struct eventpoll *ep = f->private_data; local
1049 struct eventpoll *ep; local
1083 struct eventpoll *ep; local
1109 ep_find(struct eventpoll *ep, struct file *file, int fd) argument
1134 ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) argument
1157 struct eventpoll *ep; local
1238 struct eventpoll *ep = epi->ep; local
1276 struct eventpoll *ep = epi->ep; local
1404 ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) argument
1550 struct eventpoll *ep = NULL; local
1582 ep_insert(struct eventpoll *ep, const struct epoll_event *event, struct file *tfile, int fd, int full_check) argument
1709 ep_modify(struct eventpoll *ep, struct epitem *epi, const struct epoll_event *event) argument
1781 ep_send_events(struct eventpoll *ep, struct epoll_event __user *events, int maxevents) argument
1930 ep_poll(struct eventpoll *ep, struct epoll_event __user *events, int maxevents, struct timespec64 *timeout) argument
2066 ep_loop_check_proc(struct eventpoll *ep, int depth) argument
2115 ep_loop_check(struct eventpoll *ep, struct eventpoll *to) argument
2138 struct eventpoll *ep = NULL; local
2227 struct eventpoll *ep; local
2398 struct eventpoll *ep; local
[all...]
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c25 * bnx2i_get_cid_num - get cid from ep
26 * @ep: endpoint pointer
30 static u32 bnx2i_get_cid_num(struct bnx2i_endpoint *ep) argument
34 if (test_bit(BNX2I_NX2_DEV_57710, &ep->hba->cnic_dev_type))
35 cid = ep->ep_cid;
37 cid = GET_CID_NUM(ep->ep_cid);
131 * @ep: endpoint (transport identifier) structure
138 int bnx2i_arm_cq_event_coalescing(struct bnx2i_endpoint *ep, u8 action) argument
146 if (!test_bit(BNX2I_NX2_DEV_57710, &ep->hba->cnic_dev_type))
153 cq_db = (struct bnx2i_5771x_cq_db *) ep
235 struct bnx2i_endpoint *ep = bnx2i_conn->ep; local
271 struct bnx2i_endpoint *ep = bnx2i_conn->ep; local
534 struct bnx2i_endpoint *ep = bnx2i_conn->ep; local
688 struct bnx2i_endpoint *ep = from_timer(ep, t, ofld_timer); local
751 bnx2i_send_conn_destroy(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
785 bnx2i_570x_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
845 bnx2i_5771x_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
914 bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
935 setup_qp_page_tables(struct bnx2i_endpoint *ep) argument
1043 bnx2i_alloc_qp_resc(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
1183 bnx2i_free_qp_resc(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
2391 struct bnx2i_endpoint *ep; local
2426 struct bnx2i_endpoint *ep; local
2571 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; local
2593 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; local
2609 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; local
2625 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; local
2641 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) cm_sk->context; local
2701 bnx2i_map_ep_dbell_regs(struct bnx2i_endpoint *ep) argument
[all...]
/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.c31 struct isp1760_ep *ep; member in struct:isp1760_request
40 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) argument
42 return container_of(ep, struct isp1760_ep, ep);
116 return &udc->ep[0];
118 for (i = 1; i < ARRAY_SIZE(udc->ep); ++i) {
119 if (udc->ep[i].addr == index)
120 return udc->ep[i].desc ? &udc->ep[i] : NULL;
127 struct isp1760_ep *ep, in
126 __isp1760_udc_select_ep(struct isp1760_udc *udc, struct isp1760_ep *ep, int dir) argument
149 isp1760_udc_select_ep(struct isp1760_udc *udc, struct isp1760_ep *ep) argument
156 isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) argument
181 isp1760_udc_request_complete(struct isp1760_ep *ep, struct isp1760_request *req, int status) argument
208 isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) argument
234 isp1760_udc_receive(struct isp1760_ep *ep, struct isp1760_request *req) argument
300 isp1760_udc_transmit(struct isp1760_ep *ep, struct isp1760_request *req) argument
336 isp1760_ep_rx_ready(struct isp1760_ep *ep) argument
376 isp1760_ep_tx_complete(struct isp1760_ep *ep) argument
456 __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt) argument
516 struct isp1760_ep *ep; local
604 struct isp1760_ep *ep; local
648 struct isp1760_ep *ep; local
773 isp1760_ep_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) argument
837 isp1760_ep_disable(struct usb_ep *ep) argument
876 isp1760_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) argument
888 isp1760_ep_free_request(struct usb_ep *ep, struct usb_request *_req) argument
895 isp1760_ep_queue(struct usb_ep *ep, struct usb_request *_req, gfp_t gfp_flags) argument
978 isp1760_ep_dequeue(struct usb_ep *ep, struct usb_request *_req) argument
1058 isp1760_ep_set_halt(struct usb_ep *ep, int value) argument
1074 isp1760_ep_set_wedge(struct usb_ep *ep) argument
1090 isp1760_ep_fifo_flush(struct usb_ep *ep) argument
1381 struct isp1760_ep *ep = &udc->ep[i*2]; local
1451 struct isp1760_ep *ep = &udc->ep[i]; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c51 void ath10k_htc_notify_tx_completion(struct ath10k_htc_ep *ep, argument
54 struct ath10k *ar = ep->htc->ar;
57 ath10k_dbg(ar, ATH10K_DBG_HTC, "%s: ep %d skb %pK\n", __func__,
58 ep->eid, skb);
66 ep->ul_pipe_id == 3)
70 ath10k_htc_restore_tx_skb(ep->htc, skb);
72 if (!ep->ep_ops.ep_tx_complete) {
73 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid);
83 ep->ep_ops.ep_tx_complete(ep
87 ath10k_htc_prepare_tx_skb(struct ath10k_htc_ep *ep, struct sk_buff *skb) argument
106 ath10k_htc_consume_credit(struct ath10k_htc_ep *ep, unsigned int len, bool consume) argument
141 ath10k_htc_release_credit(struct ath10k_htc_ep *ep, unsigned int len) argument
168 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; local
229 struct ath10k_htc_ep *ep; local
253 struct ath10k_htc_ep *ep; local
442 struct ath10k_htc_ep *ep; local
611 struct ath10k_htc_ep *ep; local
639 ath10k_htc_send_bundle(struct ath10k_htc_ep *ep, struct sk_buff *bundle_skb, struct sk_buff_head *tx_save_head) argument
686 ath10k_htc_send_one_skb(struct ath10k_htc_ep *ep, struct sk_buff *skb) argument
701 ath10k_htc_send_bundle_skbs(struct ath10k_htc_ep *ep) argument
805 struct ath10k_htc_ep *ep; local
834 struct ath10k_htc_ep *ep; local
860 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; local
880 ath10k_htc_setup_tx_req(struct ath10k_htc_ep *ep) argument
892 struct ath10k_htc_ep *ep; local
1007 struct ath10k_htc_ep *ep = &ar->htc.endpoint[eid]; local
1022 struct ath10k_htc_ep *ep; local
[all...]
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-ep.c78 static int rcar_pcie_ep_get_window(struct rcar_pcie_endpoint *ep, argument
83 for (i = 0; i < ep->num_ob_windows; i++)
84 if (ep->ob_window[i].phys_base == addr)
90 static int rcar_pcie_parse_outbound_ranges(struct rcar_pcie_endpoint *ep, argument
93 struct rcar_pcie *pcie = &ep->pcie;
98 ep->num_ob_windows = 0;
116 ep->ob_window[i].phys_base = res->start;
117 ep->ob_window[i].size = resource_size(res);
121 ep->ob_window[i].page_size = resource_size(res);
123 ep
128 rcar_pcie_ep_get_pdata(struct rcar_pcie_endpoint *ep, struct platform_device *pdev) argument
162 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
199 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
249 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
262 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
275 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
289 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
326 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
346 rcar_pcie_ep_assert_intx(struct rcar_pcie_endpoint *ep, u8 fn, u8 intx) argument
407 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
423 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
433 struct rcar_pcie_endpoint *ep = epc_get_drvdata(epc); local
483 struct rcar_pcie_endpoint *ep; local
[all...]

Completed in 417 milliseconds

1234567891011>>