Searched refs:ep (Results 51 - 75 of 623) sorted by relevance

1234567891011>>

/linux-master/drivers/pci/controller/
H A Dpcie-rockchip-ep.c96 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
97 struct rockchip_pcie *rockchip = &ep->rockchip;
134 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
135 struct rockchip_pcie *rockchip = &ep->rockchip;
202 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
203 struct rockchip_pcie *rockchip = &ep->rockchip;
237 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
238 struct rockchip_pcie *pcie = &ep->rockchip;
243 set_bit(r, &ep->ob_region_map);
244 ep
252 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
272 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
292 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
306 rockchip_pcie_ep_assert_intx(struct rockchip_pcie_ep *ep, u8 fn, u8 intx, bool do_assert) argument
328 rockchip_pcie_ep_send_intx_irq(struct rockchip_pcie_ep *ep, u8 fn, u8 intx) argument
351 rockchip_pcie_ep_send_msi_irq(struct rockchip_pcie_ep *ep, u8 fn, u8 interrupt_num) argument
412 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
426 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); local
466 rockchip_pcie_parse_ep_dt(struct rockchip_pcie *rockchip, struct rockchip_pcie_ep *ep) argument
504 struct rockchip_pcie_ep *ep; local
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c37 static void do_send_completion(struct htc_endpoint *ep, argument
47 if (ep->ep_cb.tx_comp_multi != NULL) {
49 "%s: calling ep %d, send complete multiple callback (%d pkts)\n",
50 __func__, ep->eid,
56 ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate);
70 "%s: calling ep %d send complete callback on packet 0x%p\n",
71 __func__, ep->eid, packet);
72 ep->ep_cb.tx_complete(ep
80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; local
91 get_htc_packet_credit_based(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue) argument
173 get_htc_packet(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue, int resources) argument
203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) argument
300 htc_try_send(struct htc_target *target, struct htc_endpoint *ep, struct list_head *txq) argument
660 struct htc_endpoint *ep; local
691 htc_flush_tx_endpoint(struct htc_target *target, struct htc_endpoint *ep, u16 tag) argument
713 htc_lookup_tx_packet(struct htc_target *target, struct htc_endpoint *ep, struct sk_buff *skb) argument
746 struct htc_endpoint *ep; local
783 struct htc_endpoint *ep; local
909 do_recv_completion(struct htc_endpoint *ep, struct list_head *queue_to_indicate) argument
930 recv_packet_completion(struct htc_target *target, struct htc_endpoint *ep, struct htc_packet *packet) argument
950 struct htc_endpoint *ep; local
1095 htc_flush_rx_queue(struct htc_target *target, struct htc_endpoint *ep) argument
1174 struct htc_endpoint *ep; local
1229 struct htc_endpoint *ep; local
1408 struct htc_endpoint *ep = NULL; local
1514 struct htc_endpoint *ep; local
1611 struct htc_endpoint *ep = &target->endpoint[endpoint]; local
1626 struct htc_endpoint *ep; local
1664 ath6kl_htc_pipe_activity_changed(struct htc_target *target, enum htc_endpoint_id ep, bool active) argument
[all...]
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.h14 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep);
15 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep);
19 int bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr);
H A Dbdc_dbg.h15 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep);
26 static inline void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) argument
H A Dbdc_cmd.c80 dev_err(bdc->dev, "Invalid device/ep state\n");
108 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep) argument
112 cmd_sc = BDC_SUB_CMD_DRP_EP|BDC_CMD_EPN(ep->ep_num)|BDC_CMD_EPC;
113 dev_dbg(bdc->dev, "%s ep->ep_num =%d cmd_sc=%x\n", __func__,
114 ep->ep_num, cmd_sc);
119 /* Reinitalize the bdlist after config ep command */
120 static void ep_bd_list_reinit(struct bdc_ep *ep) argument
122 struct bdc *bdc = ep->bdc;
125 ep->bd_list.eqp_bdi = 0;
126 ep
134 bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep) argument
222 bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr) argument
299 struct bdc_ep *ep; local
337 struct bdc_ep *ep; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_eprobe.c41 struct trace_eprobe *ep; member in struct:eprobe_data
45 #define for_each_trace_eprobe_tp(ep, _tp) \
46 list_for_each_entry(ep, trace_probe_probe_list(_tp), tp.list)
50 static void trace_event_probe_cleanup(struct trace_eprobe *ep) argument
52 if (!ep)
54 trace_probe_cleanup(&ep->tp);
55 kfree(ep->event_name);
56 kfree(ep->event_system);
57 if (ep->event)
58 trace_event_put_ref(ep
75 struct trace_eprobe *ep = to_trace_eprobe(ev); local
89 unregister_trace_eprobe(struct trace_eprobe *ep) argument
112 struct trace_eprobe *ep = to_trace_eprobe(ev); local
122 struct trace_eprobe *ep = to_trace_eprobe(ev); local
130 struct trace_eprobe *ep = to_trace_eprobe(ev); local
199 struct trace_eprobe *ep; local
261 struct trace_eprobe *ep; local
529 new_eprobe_trigger(struct trace_eprobe *ep, struct trace_event_file *file) argument
576 enable_eprobe(struct trace_eprobe *ep, struct trace_event_file *eprobe_file) argument
602 disable_eprobe(struct trace_eprobe *ep, struct trace_array *tr) argument
648 struct trace_eprobe *ep; local
705 struct trace_eprobe *ep; local
761 init_trace_eprobe_call(struct trace_eprobe *ep) argument
798 trace_eprobe_tp_update_arg(struct trace_eprobe *ep, const char *argv[], int i) argument
815 trace_eprobe_parse_filter(struct trace_eprobe *ep, int argc, const char *argv[]) argument
872 struct trace_eprobe *ep = NULL; local
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c69 #define EP_MASK_SEL(ep, dir) (1 << (((ep) * 2) + dir))
99 struct usb_ep ep; member in struct:lpc32xx_ep
162 struct lpc32xx_ep ep[NUM_ENDPOINTS]; member in struct:lpc32xx_udc
473 static void proc_ep_show(struct seq_file *s, struct lpc32xx_ep *ep) argument
479 ep->ep.name, ep->ep.maxpacket,
480 ep
500 struct lpc32xx_ep *ep; local
975 udc_ep_in_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) argument
1001 udc_ep_out_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) argument
1055 struct lpc32xx_ep *ep = &udc->ep[0]; local
1340 struct lpc32xx_ep *ep = &udc->ep[i]; local
1384 struct lpc32xx_ep *ep = &udc->ep[i]; local
1397 done(struct lpc32xx_ep *ep, struct lpc32xx_request *req, int status) argument
1424 nuke(struct lpc32xx_ep *ep, int status) argument
1533 struct lpc32xx_ep *ep = &udc->ep[i]; local
1566 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); local
1604 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); local
1737 struct lpc32xx_ep *ep; local
1832 struct lpc32xx_ep *ep; local
1864 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); local
1897 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); local
1919 udc_send_in_zlp(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) argument
1933 udc_handle_eps(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) argument
1981 udc_handle_dma_ep(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) argument
2139 struct lpc32xx_ep *ep; local
2186 struct lpc32xx_ep *ep, *ep0 = &udc->ep[0]; local
[all...]
H A Dpxa27x_udc.h174 #define ofs_UDCCR(ep) (UDCCRn(ep->idx))
175 #define ofs_UDCCSR(ep) (UDCCSRn(ep->idx))
176 #define ofs_UDCBCR(ep) (UDCBCRn(ep->idx))
177 #define ofs_UDCDR(ep) (UDCDRn(ep->idx))
180 #define udc_ep_readl(ep, reg) \
181 __raw_readl((ep)
[all...]
H A Dmax3420_udc.c152 struct max3420_ep *ep; member in struct:max3420_req
169 struct max3420_ep ep[MAX3420_MAX_EPS]; member in struct:max3420_udc
314 static int spi_max3420_enable(struct max3420_ep *ep) argument
316 struct max3420_udc *udc = ep->udc;
321 spin_lock_irqsave(&ep->lock, flags);
322 todo = ep->todo & ENABLE_EP;
323 ep->todo &= ~ENABLE_EP;
324 spin_unlock_irqrestore(&ep->lock, flags);
326 if (!todo || ep->id == 0)
333 epdis &= ~BIT(ep
346 spi_max3420_stall(struct max3420_ep *ep) argument
537 struct max3420_ep *ep; local
577 struct max3420_ep *ep; local
668 struct max3420_ep *ep = req->ep; local
686 struct max3420_ep *ep = &udc->ep[ep_id]; local
887 struct max3420_ep *ep = &udc->ep[i]; local
905 struct max3420_ep *ep = to_max3420_ep(_ep); local
925 __max3420_ep_enable(struct max3420_ep *ep, const struct usb_endpoint_descriptor *desc) argument
945 struct max3420_ep *ep = to_max3420_ep(_ep); local
955 max3420_nuke(struct max3420_ep *ep, int status) argument
973 __max3420_ep_disable(struct max3420_ep *ep) argument
992 struct max3420_ep *ep = to_max3420_ep(_ep); local
1007 struct max3420_ep *ep = to_max3420_ep(_ep); local
1028 struct max3420_ep *ep = to_max3420_ep(_ep); local
1048 struct max3420_ep *ep = to_max3420_ep(_ep); local
1156 struct max3420_ep *ep = &udc->ep[idx]; local
[all...]
H A Dnet2280.h91 struct usb_ep ep; member in struct:net2280_ep
114 static inline void allow_status(struct net2280_ep *ep) argument
120 &ep->regs->ep_rsp);
121 ep->stopped = 1;
124 static inline void allow_status_338x(struct net2280_ep *ep) argument
131 writel(BIT(CLEAR_CONTROL_STATUS_PHASE_HANDSHAKE), &ep->regs->ep_rsp);
133 ep->stopped = 1;
136 ep->responded = 0;
152 struct net2280_ep ep[9]; member in struct:net2280
189 static inline void set_halt(struct net2280_ep *ep) argument
199 clear_halt(struct net2280_ep *ep) argument
333 set_fifo_bytecount(struct net2280_ep *ep, unsigned count) argument
344 start_out_naking(struct net2280_ep *ep) argument
352 stop_out_naking(struct net2280_ep *ep) argument
362 set_max_speed(struct net2280_ep *ep, u32 max) argument
[all...]
H A Dtegra-xudc.c462 struct tegra_xudc_ep ep[XUDC_NR_EPS]; member in struct:tegra_xudc
607 static inline struct tegra_xudc_ep *to_xudc_ep(struct usb_ep *ep) argument
609 return container_of(ep, struct tegra_xudc_ep, usb_ep);
895 static dma_addr_t trb_virt_to_phys(struct tegra_xudc_ep *ep, argument
900 index = trb - ep->transfer_ring;
905 return (ep->transfer_ring_phys + index * sizeof(*trb));
908 static struct tegra_xudc_trb *trb_phys_to_virt(struct tegra_xudc_ep *ep, argument
914 index = (addr - ep->transfer_ring_phys) / sizeof(*trb);
919 trb = &ep->transfer_ring[index];
924 static void ep_reload(struct tegra_xudc *xudc, unsigned int ep) argument
930 ep_pause(struct tegra_xudc *xudc, unsigned int ep) argument
946 ep_unpause(struct tegra_xudc *xudc, unsigned int ep) argument
975 ep_halt(struct tegra_xudc *xudc, unsigned int ep) argument
990 ep_unhalt(struct tegra_xudc *xudc, unsigned int ep) argument
1019 ep_wait_for_stopped(struct tegra_xudc *xudc, unsigned int ep) argument
1025 ep_wait_for_inactive(struct tegra_xudc *xudc, unsigned int ep) argument
1030 tegra_xudc_req_done(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req, int status) argument
1057 tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) argument
1068 ep_available_trbs(struct tegra_xudc_ep *ep) argument
1079 tegra_xudc_queue_one_trb(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req, struct tegra_xudc_trb *trb, bool ioc) argument
1148 tegra_xudc_queue_trbs(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req) argument
1209 tegra_xudc_ep_ring_doorbell(struct tegra_xudc_ep *ep) argument
1236 tegra_xudc_ep_kick_queue(struct tegra_xudc_ep *ep) argument
1254 __tegra_xudc_ep_queue(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req) argument
1310 struct tegra_xudc_ep *ep; local
1335 squeeze_transfer_ring(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req) argument
1379 trb_in_request(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req, struct tegra_xudc_trb *trb) argument
1401 trb_before_request(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req, struct tegra_xudc_trb *trb) argument
1421 __tegra_xudc_ep_dequeue(struct tegra_xudc_ep *ep, struct tegra_xudc_request *req) argument
1519 struct tegra_xudc_ep *ep; local
1545 __tegra_xudc_ep_set_halt(struct tegra_xudc_ep *ep, bool halt) argument
1588 struct tegra_xudc_ep *ep; local
1619 tegra_xudc_ep_context_setup(struct tegra_xudc_ep *ep) argument
1700 setup_link_trb(struct tegra_xudc_ep *ep, struct tegra_xudc_trb *trb) argument
1708 __tegra_xudc_ep_disable(struct tegra_xudc_ep *ep) argument
1761 struct tegra_xudc_ep *ep; local
1785 __tegra_xudc_ep_enable(struct tegra_xudc_ep *ep, const struct usb_endpoint_descriptor *desc) argument
1878 struct tegra_xudc_ep *ep; local
2194 no_op_complete(struct usb_ep *ep, struct usb_request *req) argument
2252 set_feature_complete(struct usb_ep *ep, struct usb_request *req) argument
2268 u32 val, ep; local
2376 u32 val, ep, index = le16_to_cpu(ctrl->wIndex); local
2437 set_sel_complete(struct usb_ep *ep, struct usb_request *req) argument
2462 set_isoch_delay_complete(struct usb_ep *ep, struct usb_request *req) argument
2485 set_address_complete(struct usb_ep *ep, struct usb_request *req) argument
2635 trb_to_request(struct tegra_xudc_ep *ep, struct tegra_xudc_trb *trb) argument
2650 tegra_xudc_handle_transfer_completion(struct tegra_xudc *xudc, struct tegra_xudc_ep *ep, struct tegra_xudc_trb *event) argument
2705 struct tegra_xudc_ep *ep = &xudc->ep[ep_index]; local
3153 struct tegra_xudc_ep *ep = &xudc->ep[index]; local
3202 struct tegra_xudc_ep *ep = &xudc->ep[index]; local
[all...]
/linux-master/drivers/usb/host/
H A Dsl811-hcd.c136 struct sl811h_ep *ep,
154 writeb(SL_SETUP /* | ep->epnum */, data_reg);
160 ep->length = 0;
161 PACKET("SETUP qh%p\n", ep);
167 struct sl811h_ep *ep,
182 writeb((do_out ? SL_OUT : SL_IN) /* | ep->epnum */, data_reg);
190 ep->length = 0;
191 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "",
192 do_out ? "out" : "in", ep);
201 struct sl811h_ep *ep,
134 setup_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
165 status_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
199 in_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
235 out_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
304 struct sl811h_ep *ep; local
475 done(struct sl811 *sl811, struct sl811h_ep *ep, u8 bank) argument
803 struct sl811h_ep *ep = NULL; local
965 struct sl811h_ep *ep; local
1033 struct sl811h_ep *ep = hep->hcpriv; local
1388 struct sl811h_ep *ep; local
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c48 static void frwr_cid_init(struct rpcrdma_ep *ep, argument
53 cid->ci_queue_id = ep->re_attr.send_cq->res.id;
123 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
124 unsigned int depth = ep->re_max_fr_depth;
129 ibdev_to_node(ep->re_id->device));
133 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth);
142 frwr_cid_init(ep, mr);
156 * @ep: endpoint to fill in
160 * ep
171 frwr_query_device(struct rpcrdma_ep *ep, const struct ib_device *device) argument
289 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
386 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
499 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
605 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
671 struct rpcrdma_ep *ep = r_xprt->rx_ep; local
[all...]
/linux-master/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c99 struct telem_endpoint *ep; local
102 entry->ep = kzalloc(sizeof(*(entry->ep)), GFP_KERNEL);
103 if (!entry->ep)
106 ep = entry->ep;
107 ep->pcidev = pdev;
108 ep->header.access_type = entry->header.access_type;
109 ep->header.guid = entry->header.guid;
110 ep
131 struct telem_endpoint *ep; local
176 pmt_telem_unregister_endpoint(struct telem_endpoint *ep) argument
208 pmt_telem_read(struct telem_endpoint *ep, u32 id, u64 *data, u32 count) argument
227 pmt_telem_read32(struct telem_endpoint *ep, u32 id, u32 *data, u32 count) argument
[all...]
/linux-master/fs/exfat/
H A Ddir.c14 static int exfat_extract_uni_name(struct exfat_dentry *ep, argument
20 *uniname = le16_to_cpu(ep->dentry.name.unicode_0_14[i]);
50 struct exfat_dentry *ep = exfat_get_dentry_cached(&es, i); local
53 if (exfat_get_entry_type(ep) != TYPE_EXTEND)
56 len = exfat_extract_uni_name(ep, uniname);
74 struct exfat_dentry *ep; local
121 ep = exfat_get_dentry(sb, &clu, i, &bh);
122 if (!ep)
125 type = exfat_get_entry_type(ep);
136 num_ext = ep
346 exfat_get_entry_type(struct exfat_dentry *ep) argument
395 exfat_set_entry_type(struct exfat_dentry *ep, unsigned int type) argument
420 exfat_init_stream_entry(struct exfat_dentry *ep, unsigned int start_clu, unsigned long long size) argument
433 exfat_init_name_entry(struct exfat_dentry *ep, unsigned short *uniname) argument
457 struct exfat_dentry *ep; local
481 exfat_free_benign_secondary_clusters(struct inode *inode, struct exfat_dentry *ep) argument
505 struct exfat_dentry *ep; local
527 struct exfat_dentry *ep; local
546 struct exfat_dentry *ep; local
799 struct exfat_dentry *ep; local
854 struct exfat_dentry *ep; local
876 struct exfat_dentry *ep; local
1039 struct exfat_dentry *ep; local
1215 struct exfat_dentry *ep; local
[all...]
/linux-master/sound/usb/
H A Dhelper.h25 #define get_endpoint(alt,ep) (&(alt)->endpoint[ep].desc)
26 #define get_ep_desc(ep) (&(ep)->desc)
H A Dmidi.c87 void (*output)(struct snd_usb_midi_out_endpoint *ep, struct urb *urb);
124 struct snd_usb_midi_out_endpoint *ep; member in struct:snd_usb_midi_out_endpoint::out_urb_context
134 struct snd_usb_midi_out_endpoint *ep; member in struct:snd_usb_midi_out_endpoint::usbmidi_out_port
167 static void snd_usbmidi_do_output(struct snd_usb_midi_out_endpoint *ep);
210 static void snd_usbmidi_input_data(struct snd_usb_midi_in_endpoint *ep, argument
213 struct usbmidi_in_port *port = &ep->ports[portidx];
216 dev_dbg(&ep->umidi->dev->dev, "unexpected port %d!\n", portidx);
219 if (!test_bit(port->substream->number, &ep->umidi->input_triggered))
241 struct snd_usb_midi_in_endpoint *ep = urb->context; local
245 ep
266 struct snd_usb_midi_out_endpoint *ep = context->ep; local
294 snd_usbmidi_do_output(struct snd_usb_midi_out_endpoint *ep) argument
333 struct snd_usb_midi_out_endpoint *ep = local
368 send_bulk_static_data(struct snd_usb_midi_out_endpoint *ep, const void *data, int len) argument
389 snd_usbmidi_standard_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
403 snd_usbmidi_midiman_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
420 snd_usbmidi_maudio_broken_running_status_input( struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
461 ch345_broken_sysex_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
494 snd_usbmidi_cme_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
638 snd_usbmidi_standard_output(struct snd_usb_midi_out_endpoint *ep, struct urb *urb) argument
705 snd_usbmidi_akai_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
722 snd_usbmidi_akai_output(struct snd_usb_midi_out_endpoint *ep, struct urb *urb) argument
795 snd_usbmidi_novation_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
803 snd_usbmidi_novation_output(struct snd_usb_midi_out_endpoint *ep, struct urb *urb) argument
833 snd_usbmidi_raw_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
839 snd_usbmidi_raw_output(struct snd_usb_midi_out_endpoint *ep, struct urb *urb) argument
865 snd_usbmidi_ftdi_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
877 snd_usbmidi_us122l_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
889 snd_usbmidi_us122l_output(struct snd_usb_midi_out_endpoint *ep, struct urb *urb) argument
926 snd_usbmidi_emagic_init_out(struct snd_usb_midi_out_endpoint *ep) argument
943 snd_usbmidi_emagic_finish_out(struct snd_usb_midi_out_endpoint *ep) argument
959 snd_usbmidi_emagic_input(struct snd_usb_midi_in_endpoint *ep, uint8_t *buffer, int buffer_length) argument
1003 snd_usbmidi_emagic_output(struct snd_usb_midi_out_endpoint *ep, struct urb *urb) argument
1173 struct snd_usb_midi_out_endpoint *ep = port->ep; local
1248 snd_usbmidi_in_endpoint_delete(struct snd_usb_midi_in_endpoint *ep) argument
1266 struct snd_usb_midi_in_endpoint *ep; local
1328 snd_usbmidi_out_endpoint_clear(struct snd_usb_midi_out_endpoint *ep) argument
1340 snd_usbmidi_out_endpoint_delete(struct snd_usb_midi_out_endpoint *ep) argument
1353 struct snd_usb_midi_out_endpoint *ep; local
1458 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; local
1491 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; local
1910 struct usb_endpoint_descriptor *ep; local
2361 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; local
2370 snd_usbmidi_input_start_ep(struct snd_usb_midi *umidi, struct snd_usb_midi_in_endpoint *ep) argument
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-udc.h150 #define FOTG210_INEPMPSR(ep) (0x160 + 4 * ((ep) - 1))
156 #define FOTG210_OUTEPMPSR(ep) (0x180 + 4 * ((ep) - 1))
160 #define EPMAP_FIFONO(ep, dir) \
161 ((((ep) - 1) << ((ep) - 1) * 8) << ((dir) ? 0 : 4))
162 #define EPMAP_FIFONOMSK(ep, dir) \
163 ((3 << ((ep) - 1) * 8) << ((dir) ? 0 : 4))
171 #define FIFOMAP_EPNO(ep) ((e
218 struct usb_ep ep; member in struct:fotg210_ep
245 struct fotg210_ep *ep[FOTG210_MAX_NUM_EP]; member in struct:fotg210_udc
[all...]
/linux-master/net/qrtr/
H A Dsmd.c14 struct qrtr_endpoint ep; member in struct:qrtr_smd_dev
29 rc = qrtr_endpoint_post(&qdev->ep, data, len);
40 static int qcom_smd_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) argument
42 struct qrtr_smd_dev *qdev = container_of(ep, struct qrtr_smd_dev, ep);
70 qdev->ep.xmit = qcom_smd_qrtr_send;
72 rc = qrtr_endpoint_register(&qdev->ep, QRTR_EP_NID_AUTO);
87 qrtr_endpoint_unregister(&qdev->ep);
/linux-master/include/linux/usb/
H A Dmusb.h44 #define MUSB_EP_FIFO(ep, st, m, pkt) \
46 .hw_ep_num = ep, \
52 #define MUSB_EP_FIFO_SINGLE(ep, st, pkt) \
53 MUSB_EP_FIFO(ep, st, BUF_SINGLE, pkt)
55 #define MUSB_EP_FIFO_DOUBLE(ep, st, pkt) \
56 MUSB_EP_FIFO(ep, st, BUF_DOUBLE, pkt)
H A Dgadget.h117 void (*complete)(struct usb_ep *ep,
138 int (*enable) (struct usb_ep *ep,
140 int (*disable) (struct usb_ep *ep);
141 void (*dispose) (struct usb_ep *ep);
143 struct usb_request *(*alloc_request) (struct usb_ep *ep,
145 void (*free_request) (struct usb_ep *ep, struct usb_request *req);
147 int (*queue) (struct usb_ep *ep, struct usb_request *req,
149 int (*dequeue) (struct usb_ep *ep, struct usb_request *req);
151 int (*set_halt) (struct usb_ep *ep, int value);
152 int (*set_wedge) (struct usb_ep *ep);
262 usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit) argument
265 usb_ep_enable(struct usb_ep *ep) argument
267 usb_ep_disable(struct usb_ep *ep) argument
269 usb_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) argument
272 usb_ep_free_request(struct usb_ep *ep, struct usb_request *req) argument
275 usb_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) argument
278 usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) argument
280 usb_ep_set_halt(struct usb_ep *ep) argument
282 usb_ep_clear_halt(struct usb_ep *ep) argument
284 usb_ep_set_wedge(struct usb_ep *ep) argument
286 usb_ep_fifo_status(struct usb_ep *ep) argument
288 usb_ep_fifo_flush(struct usb_ep *ep) argument
502 usb_ep_align(struct usb_ep *ep, size_t len) argument
520 usb_ep_align_maybe(struct usb_gadget *g, struct usb_ep *ep, size_t len) argument
[all...]
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c38 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
40 struct cdns_pcie *pcie = &ep->pcie;
80 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
81 struct cdns_pcie_epf *epf = &ep->epf[fn];
82 struct cdns_pcie *pcie = &ep->pcie;
154 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
155 struct cdns_pcie_epf *epf = &ep->epf[fn];
156 struct cdns_pcie *pcie = &ep->pcie;
187 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
188 struct cdns_pcie *pcie = &ep
209 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
228 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
250 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
273 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
294 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
320 cdns_pcie_ep_assert_intx(struct cdns_pcie_ep *ep, u8 fn, u8 intx, bool is_asserted) argument
363 cdns_pcie_ep_send_intx_irq(struct cdns_pcie_ep *ep, u8 fn, u8 vfn, u8 intx) argument
381 cdns_pcie_ep_send_msi_irq(struct cdns_pcie_ep *ep, u8 fn, u8 vfn, u8 interrupt_num) argument
436 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
484 cdns_pcie_ep_send_msix_irq(struct cdns_pcie_ep *ep, u8 fn, u8 vfn, u16 interrupt_num) argument
537 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
564 struct cdns_pcie_ep *ep = epc_get_drvdata(epc); local
652 cdns_pcie_ep_setup(struct cdns_pcie_ep *ep) argument
[all...]
/linux-master/drivers/acpi/
H A Dviot.c183 struct viot_endpoint *ep; local
196 ep = kzalloc(sizeof(*ep), GFP_KERNEL);
197 if (!ep)
207 ep->segment_start = node->pci.segment_start;
208 ep->segment_end = node->pci.segment_end;
209 ep->bdf_start = node->pci.bdf_start;
210 ep->bdf_end = node->pci.bdf_end;
211 ep->endpoint_id = node->pci.endpoint_start;
212 ep
330 struct viot_endpoint *ep; local
352 struct viot_endpoint *ep; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c91 * syn processing and replacing a pre-allocated ep in the list. The second
488 struct qed_iwarp_ep *ep,
492 sizeof(*ep->ep_buffer_virt),
493 ep->ep_buffer_virt, ep->ep_buffer_phys);
497 list_del(&ep->list_entry);
501 if (ep->qp)
502 ep->qp->ep = NULL;
504 kfree(ep);
487 qed_iwarp_destroy_ep(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, bool remove_from_active_list) argument
509 struct qed_iwarp_ep *ep = qp->ep; local
546 struct qed_iwarp_ep *ep; local
622 qed_iwarp_tcp_offload(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
734 qed_iwarp_mpa_received(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
819 qed_iwarp_mpa_offload(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
918 qed_iwarp_return_ep(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
941 qed_iwarp_parse_private_data(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
968 qed_iwarp_mpa_reply_arrived(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
1002 qed_iwarp_mpa_complete(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, u8 fw_return_code) argument
1107 qed_iwarp_mpa_v2_set_private(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, u8 *mpa_data_size) argument
1159 struct qed_iwarp_ep *ep; local
1247 struct qed_iwarp_ep *ep = NULL; local
1352 struct qed_iwarp_ep *ep; local
1377 struct qed_iwarp_ep *ep; local
1461 struct qed_iwarp_ep *ep; local
1526 struct qed_iwarp_ep *ep; local
1600 struct qed_iwarp_ep *ep = NULL; local
2364 struct qed_iwarp_ep *ep; local
2864 qed_iwarp_qp_in_error(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, u8 fw_return_code) argument
2888 qed_iwarp_exception_received(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, int fw_ret_code) argument
2960 qed_iwarp_tcp_connect_unsuccessful(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, u8 fw_return_code) argument
3021 qed_iwarp_connect_complete(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep, u8 fw_return_code) argument
3048 qed_iwarp_check_ep_ok(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) argument
3064 struct qed_iwarp_ep *ep = NULL; local
3223 struct qed_iwarp_ep *ep; local
[all...]
/linux-master/include/net/sctp/
H A Dauth.h77 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep,
80 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp);
99 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id);
100 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep,
102 int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc,
104 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
106 int sctp_auth_del_key_id(struct sctp_endpoint *ep,
108 int sctp_auth_deact_key_id(struct sctp_endpoint *ep,
110 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp);
111 void sctp_auth_free(struct sctp_endpoint *ep);
[all...]

Completed in 225 milliseconds

1234567891011>>