Searched refs:ep (Results 176 - 200 of 623) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c30 * @ep: pointer to iscsi ep
35 struct iscsi_cls_session *beiscsi_session_create(struct iscsi_endpoint *ep, argument
49 if (!ep) {
50 pr_err("beiscsi_session_create: invalid ep\n");
53 beiscsi_ep = ep->dd_data;
154 beiscsi_conn->ep = NULL;
183 struct iscsi_endpoint *ep; local
187 ep = iscsi_lookup_endpoint(transport_fd);
188 if (!ep)
628 beiscsi_ep_get_param(struct iscsi_endpoint *ep, enum iscsi_param param, char *buf) argument
1050 beiscsi_open_conn(struct iscsi_endpoint *ep, struct sockaddr *src_addr, struct sockaddr *dst_addr, int non_blocking) argument
1152 struct iscsi_endpoint *ep; local
1205 beiscsi_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) argument
1304 beiscsi_ep_disconnect(struct iscsi_endpoint *ep) argument
[all...]
/linux-master/drivers/usb/musb/
H A Dmusb_host.c86 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) argument
88 struct musb *musb = ep->musb;
89 void __iomem *epio = ep->regs;
115 ep->epnum, csr))
121 static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep) argument
123 void __iomem *epio = ep->regs;
138 ep->epnum, csr);
148 static inline void musb_h_tx_start(struct musb_hw_ep *ep) argument
153 if (ep->epnum) {
154 txcsr = musb_readw(ep
164 musb_h_tx_dma_start(struct musb_hw_ep *ep) argument
176 musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) argument
184 musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) argument
300 struct musb_hw_ep *ep = qh->hw_ep; local
516 struct musb_hw_ep *ep = musb->endpoints + epnum; local
899 musb_bulk_nak_timeout(struct musb *musb, struct musb_hw_ep *ep, int is_in) argument
2310 struct musb_hw_ep *ep = qh->hw_ep; local
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c188 * @ep: video pipeline structure
193 static int __fimc_pipeline_enable(struct exynos_media_pipeline *ep, argument
196 struct fimc_pipeline *p = to_fimc_pipeline(ep);
219 * @ep: fimc device terminating the pipeline
225 static int __fimc_pipeline_open(struct exynos_media_pipeline *ep, argument
229 struct fimc_pipeline *p = to_fimc_pipeline(ep);
248 return __fimc_pipeline_enable(ep, fmd);
253 * @ep: fimc device terminating the pipeline
257 static int __fimc_pipeline_close(struct exynos_media_pipeline *ep) argument
259 struct fimc_pipeline *p = to_fimc_pipeline(ep);
285 __fimc_pipeline_s_stream(struct exynos_media_pipeline *ep, bool on) argument
397 fimc_md_parse_one_endpoint(struct fimc_md *fmd, struct device_node *ep) argument
485 struct device_node *ep; local
583 struct exynos_media_pipeline *ep; local
611 struct exynos_media_pipeline *ep; local
667 struct exynos_media_pipeline *ep; local
[all...]
H A Dmedia-dev.h55 struct exynos_media_pipeline ep; member in struct:fimc_pipeline
61 #define to_fimc_pipeline(_ep) container_of(_ep, struct fimc_pipeline, ep)
189 struct exynos_media_pipeline *ep,
192 struct fimc_pipeline *p = to_fimc_pipeline(ep);
188 __fimc_md_get_subdev( struct exynos_media_pipeline *ep, unsigned int index) argument
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c166 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) argument
170 req = usb_ep_alloc_request(ep, kmalloc_flags);
176 usb_ep_free_request(ep, req);
190 void gs_free_req(struct usb_ep *ep, struct usb_request *req) argument
193 usb_ep_free_request(ep, req);
453 static void gs_read_complete(struct usb_ep *ep, struct usb_request *req) argument
455 struct gs_port *port = ep->driver_data;
464 static void gs_write_complete(struct usb_ep *ep, struct usb_request *req) argument
466 struct gs_port *port = ep->driver_data;
476 __func__, ep
492 gs_free_requests(struct usb_ep *ep, struct list_head *head, int *allocated) argument
506 gs_alloc_requests(struct usb_ep *ep, struct list_head *head, void (*fn)(struct usb_ep *, struct usb_request *), int *allocated) argument
542 struct usb_ep *ep; local
872 gs_console_complete_out(struct usb_ep *ep, struct usb_request *req) argument
899 struct usb_ep *ep; local
970 struct usb_ep *ep; local
999 struct usb_ep *ep; local
[all...]
H A Df_eem.c35 struct usb_ep *ep; member in struct:in_context
251 struct usb_ep *ep; local
289 ep = usb_ep_autoconfig(cdev->gadget, &eem_fs_in_desc);
290 if (!ep)
292 eem->port.in_ep = ep;
294 ep = usb_ep_autoconfig(cdev->gadget, &eem_fs_out_desc);
295 if (!ep)
297 eem->port.out_ep = ep;
324 static void eem_cmd_complete(struct usb_ep *ep, struct usb_request *req) argument
330 usb_ep_free_request(ctx->ep, re
421 struct usb_ep *ep; local
[all...]
H A Du_audio.c41 bool ep_enabled; /* if the ep is enabled */
56 bool fb_ep_enabled; /* if the ep is enabled */
149 static void u_audio_iso_complete(struct usb_ep *ep, struct usb_request *req) argument
164 usb_ep_free_request(ep, req);
213 ep->maxpacket);
215 if (p_pktsize < ep->maxpacket) {
276 if (usb_ep_queue(ep, req, GFP_ATOMIC))
280 static void u_audio_iso_fback_complete(struct usb_ep *ep, argument
291 usb_ep_free_request(ep, req);
310 if (usb_ep_queue(ep, re
440 free_ep(struct uac_rtd_params *prm, struct usb_ep *ep) argument
473 free_ep_fback(struct uac_rtd_params *prm, struct usb_ep *ep) argument
593 struct usb_ep *ep, *ep_fback; local
686 struct usb_ep *ep; local
[all...]
H A Du_midi2.h56 struct f_midi2_ep_opts *ep; member in struct:f_midi2_block_opts
H A Du_serial.h53 struct usb_request *gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t flags);
/linux-master/arch/x86/pci/
H A Dsta2x11-fixup.c74 int ep; local
77 ep = pdev->bus->number - instance->bus0;
78 if (ep >= 0 && ep < STA2X11_NR_EP)
173 int ep; local
178 ep = sta2x11_pdev_to_ep(pdev);
179 return instance->map + ep;
/linux-master/drivers/usb/host/
H A Dxhci-mem.c522 /* increment ep index by offset of start of ep ctx array */
575 struct xhci_virt_ep *ep,
578 if (ep->ep_state & EP_HAS_STREAMS)
579 return radix_tree_lookup(&ep->stream_info->trb_address_map,
581 return ep->ring;
732 struct xhci_virt_ep *ep)
736 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue);
737 ep_ctx->deq = cpu_to_le64(addr | ep
574 xhci_dma_to_transfer_ring( struct xhci_virt_ep *ep, u64 address) argument
731 xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, struct xhci_virt_ep *ep) argument
1192 xhci_parse_exponent_interval(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1221 xhci_microframes_to_exponent(struct usb_device *udev, struct usb_host_endpoint *ep, unsigned int desc_interval, unsigned int min_exponent, unsigned int max_exponent) argument
1239 xhci_parse_microframe_interval(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1249 xhci_parse_frame_interval(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1264 xhci_get_endpoint_interval(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1318 xhci_get_endpoint_mult(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1327 xhci_get_endpoint_max_burst(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1342 xhci_get_endpoint_type(struct usb_host_endpoint *ep) argument
1365 xhci_get_max_esit_payload(struct usb_device *udev, struct usb_host_endpoint *ep) argument
1394 xhci_endpoint_init(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, struct usb_device *udev, struct usb_host_endpoint *ep, gfp_t mem_flags) argument
1493 xhci_endpoint_zero(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, struct usb_host_endpoint *ep) argument
1899 struct list_head *ep = &bwt->interval_bw[j].endpoints; local
[all...]
H A Dxhci-mtk.h21 /* support at most 64 ep, use 32 size hash table */
26 * if a synchromous ep's ESIT is larger than @XHCI_MTK_MAX_ESIT,
68 * @esit: unit is 125us, equal to 2 << Interval field in ep-context
79 * @ep: address of usb_host_endpoint struct
109 struct usb_host_endpoint *ep; member in struct:mu3h_sch_ep_info
114 * in ep context
186 struct usb_host_endpoint *ep);
188 struct usb_host_endpoint *ep);
/linux-master/net/sctp/
H A Dsocket.c112 return asoc->ep->sndbuf_policy ? sk->sk_sndbuf - asoc->sndbuf_used
247 if (!list_empty(&sctp_sk(sk)->ep->asocs))
248 asoc = list_entry(sctp_sk(sk)->ep->asocs.next,
282 addr_asoc = sctp_endpoint_lookup_assoc(sctp_sk(sk)->ep,
319 if (!sctp_sk(sk)->ep->base.bind_addr.port)
380 struct sctp_endpoint *ep = sp->ep; local
381 struct sctp_bind_addr *bp = &ep->base.bind_addr;
560 struct sctp_endpoint *ep; local
574 ep
681 struct sctp_endpoint *ep = sp->ep; local
762 struct sctp_endpoint *ep; local
1067 sctp_connect_new_asoc(struct sctp_endpoint *ep, const union sctp_addr *daddr, const struct sctp_initmsg *init, struct sctp_transport **tp) argument
1137 struct sctp_endpoint *ep = asoc->ep; local
1170 struct sctp_endpoint *ep = sp->ep; local
1486 struct sctp_endpoint *ep; local
1662 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
1945 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
3575 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
3605 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
3634 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
3695 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
3743 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
3791 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
4059 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
4337 struct sctp_endpoint *ep; local
4367 struct sctp_endpoint *ep; local
4853 struct sctp_endpoint *ep; local
5148 struct sctp_endpoint *ep; local
5313 struct sctp_endpoint *ep; local
5336 struct sctp_endpoint *ep; local
5365 struct sctp_endpoint *ep; local
6891 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
6927 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
7007 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
8525 struct sctp_endpoint *ep = sp->ep; local
8584 struct sctp_endpoint *ep = sctp_sk(sk)->ep; local
9377 struct sctp_endpoint *ep; local
[all...]
H A Dassociola.c53 const struct sctp_endpoint *ep,
65 asoc->ep = (struct sctp_endpoint *)ep;
69 sctp_endpoint_hold(asoc->ep);
79 sctp_bind_addr_init(&asoc->base.bind_addr, ep->base.bind_addr.port);
177 asoc->c.my_vtag = sctp_generate_tag(ep);
178 asoc->c.my_port = ep->base.bind_addr.port;
180 asoc->c.initial_tsn = sctp_generate_tsn(ep);
255 if (sctp_auth_asoc_copy_shkeys(ep, asoc, gfp))
258 asoc->active_key_id = ep
51 sctp_association_init( struct sctp_association *asoc, const struct sctp_endpoint *ep, const struct sock *sk, enum sctp_scope scope, gfp_t gfp) argument
285 sctp_association_new(const struct sctp_endpoint *ep, const struct sock *sk, enum sctp_scope scope, gfp_t gfp) argument
985 struct sctp_endpoint *ep; local
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c47 struct sk_buff *skb, u8 ep)
62 switch (ep) {
139 "%s: unknown endport %#x\n", __func__, ep);
167 if (card->rx_cmd_ep == context->ep)
177 /* Do not free skb in case of command ep */
178 if (card->rx_cmd_ep != context->ep)
187 status = mwifiex_usb_recv(adapter, skb, context->ep);
199 if (card->rx_cmd_ep == context->ep)
206 /* Do not free skb in case of command ep */
207 if (card->rx_cmd_ep != context->ep)
46 mwifiex_usb_recv(struct mwifiex_adapter *adapter, struct sk_buff *skb, u8 ep) argument
695 mwifiex_write_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, u32 *len, u8 ep, u32 timeout) argument
718 mwifiex_read_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, u32 *len, u8 ep, u32 timeout) argument
810 mwifiex_usb_construct_send_urb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, u8 ep, struct urb_context *context, struct sk_buff *skb_send) argument
956 mwifiex_usb_aggr_tx_data(struct mwifiex_adapter *adapter, u8 ep, struct sk_buff *skb, struct mwifiex_tx_param *tx_param, struct usb_tx_data_port *port) argument
1169 mwifiex_usb_host_to_card(struct mwifiex_adapter *adapter, u8 ep, struct sk_buff *skb, struct mwifiex_tx_param *tx_param) argument
1539 mwifiex_submit_rx_urb(struct mwifiex_adapter *adapter, u8 ep) argument
[all...]
/linux-master/fs/exfat/
H A Dballoc.c30 struct exfat_dentry *ep)
37 sbi->map_clu = le32_to_cpu(ep->dentry.bitmap.start_clu);
38 map_size = le64_to_cpu(ep->dentry.bitmap.size);
86 struct exfat_dentry *ep; local
89 ep = exfat_get_dentry(sb, &clu, i, &bh);
90 if (!ep)
93 type = exfat_get_entry_type(ep);
98 if (ep->dentry.bitmap.flags == 0x0) {
101 err = exfat_allocate_bitmap(sb, ep);
29 exfat_allocate_bitmap(struct super_block *sb, struct exfat_dentry *ep) argument
/linux-master/include/trace/events/
H A Dsctp.h52 TP_PROTO(const struct sctp_endpoint *ep,
56 TP_ARGS(ep, asoc, chunk),
73 __entry->bind_port = ep->base.bind_addr.port;
/linux-master/drivers/infiniband/hw/cxgb4/
H A Drestrack.c193 struct c4iw_ep ep; member in union:union_ep
202 struct c4iw_ep *ep = NULL; local
228 uep->ep = *(struct c4iw_ep *)epcp;
230 ep = &uep->ep;
231 epcp = &ep->com;
247 if (rdma_nl_put_driver_u32(msg, "hwtid", ep->hwtid))
249 if (rdma_nl_put_driver_u32(msg, "ord", ep->ord))
251 if (rdma_nl_put_driver_u32(msg, "ird", ep->ird))
253 if (rdma_nl_put_driver_u32(msg, "emss", ep
[all...]
/linux-master/drivers/soc/apple/
H A Drtkit.c77 u8 ep; member in struct:apple_rtkit_rx_work
147 int i, ep; local
157 ep = 32 * base + i;
158 dev_dbg(rtk->dev, "RTKit: Discovered endpoint 0x%02x\n", ep);
159 set_bit(ep, rtk->endpoints);
173 for_each_set_bit(ep, rtk->endpoints, APPLE_RTKIT_APP_ENDPOINT_START) {
174 switch (ep) {
186 "RTKit: Starting system endpoint 0x%02x\n", ep);
187 apple_rtkit_start_ep(rtk, ep);
193 ep);
250 apple_rtkit_common_rx_get_buffer(struct apple_rtkit *rtk, struct apple_rtkit_shmem *buffer, u8 ep, u64 msg) argument
553 u8 ep = msg.msg1; local
583 apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message, struct completion *completion, bool atomic) argument
[all...]
/linux-master/drivers/usb/dwc2/
H A Ddebugfs.c159 seq_printf(seq, "ep%d: DIEPCTL=0x%08x, DOEPCTL=0x%08x",
227 struct dwc2_hsotg_ep *ep = seq->private; local
228 struct dwc2_hsotg *hsotg = ep->parent;
230 int index = ep->index;
235 ep->index, ep->ep.name, decode_direction(ep->dir_in));
256 seq_printf(seq, "mps %d\n", ep->ep
281 DEFINE_SHOW_ATTRIBUTE(ep); variable
306 struct dwc2_hsotg_ep *ep; local
314 struct dwc2_hsotg_ep *ep; local
[all...]
/linux-master/include/linux/
H A Dusbdevice_fs.h48 compat_uint_t ep; member in struct:usbdevfs_bulktransfer32
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_dbg.c85 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) argument
87 struct bd_list *bd_list = &ep->bd_list;
96 ep->name, ep->ep_num);
/linux-master/sound/soc/generic/
H A Daudio-graph-card.c67 struct device_node *ep,
71 struct device_node *port = of_get_parent(ep);
73 struct device_node *node = of_graph_get_port_parent(ep);
79 simple_util_parse_convert(ep, NULL, adata);
87 struct device_node *ep,
90 struct device_node *port = of_get_parent(ep);
97 of_property_read_u32(ep, "mclk-fs", &props->mclk_fs);
104 struct device_node *ep,
124 graph_parse_mclk_fs(top, ep, dai_props);
126 ret = graph_util_parse_dai(dev, ep, dl
66 graph_parse_convert(struct device *dev, struct device_node *ep, struct simple_util_data *adata) argument
86 graph_parse_mclk_fs(struct device_node *top, struct device_node *ep, struct simple_dai_props *props) argument
103 graph_parse_node(struct simple_util_priv *priv, struct device_node *ep, struct link_info *li, int *cpu) argument
173 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c145 struct ice_arfs_entry_ptr *ep; local
151 hlist_for_each_entry_safe(ep, n, add_list_head, list_entry) {
155 &ep->arfs_entry->fltr_info, true,
158 ice_arfs_update_active_fltr_cntrs(vsi, ep->arfs_entry,
162 result, ep->arfs_entry->fltr_state,
163 ep->arfs_entry->fltr_info.fltr_id,
164 ep->arfs_entry->flow_id,
165 ep->arfs_entry->fltr_info.q_index);
167 hlist_del(&ep->list_entry);
168 devm_kfree(dev, ep);
230 struct ice_arfs_entry_ptr *ep = local
[all...]
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.sh35 if [ $(whoami) == "root" ] || sudo setcap cap_sys_boot+ep $NXECUTABLE 2> /dev/null; then
38 test $(whoami) == "root" || sudo setcap cap_sys_boot-ep $NXECUTABLE

Completed in 374 milliseconds

1234567891011>>