Searched refs:ep (Results 1 - 25 of 195) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dendpointola.c68 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, argument
72 memset(ep, 0, sizeof(struct sctp_endpoint));
74 ep->digest = kzalloc(SCTP_SIGNATURE_SIZE, gfp);
75 if (!ep->digest)
80 ep->base.type = SCTP_EP_TYPE_SOCKET;
83 atomic_set(&ep->base.refcnt, 1);
84 ep->base.dead = 0;
85 ep->base.malloced = 1;
88 sctp_inq_init(&ep->base.inqueue);
91 sctp_inq_set_th_handler(&ep
125 struct sctp_endpoint *ep; local
144 sctp_endpoint_add_asoc(struct sctp_endpoint *ep, struct sctp_association *asoc) argument
167 sctp_endpoint_free(struct sctp_endpoint *ep) argument
180 sctp_endpoint_destroy(struct sctp_endpoint *ep) argument
210 sctp_endpoint_hold(struct sctp_endpoint *ep) argument
218 sctp_endpoint_put(struct sctp_endpoint *ep) argument
225 sctp_endpoint_is_match(struct sctp_endpoint *ep, const union sctp_addr *laddr) argument
250 __sctp_endpoint_lookup_assoc( const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport) argument
278 sctp_endpoint_lookup_assoc( const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport) argument
295 sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, const union sctp_addr *paddr) argument
321 struct sctp_endpoint *ep = local
[all...]
H A Dprimitive.c64 struct sctp_endpoint *ep; \
69 ep = asoc ? asoc->ep : NULL; \
71 error = sctp_do_sm(event_type, subtype, state, ep, asoc, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Depautoconf.c54 * - ep-* ... no functionality restrictions
65 struct usb_ep *ep,
74 if (0 != ep->driver_data)
83 if ('e' != ep->name[0])
89 if ('-' != ep->name[2]) {
90 tmp = strrchr (ep->name, '-');
115 tmp = ep->name + strlen (ep->name);
145 if (ep->maxpacket < max)
162 if (isdigit (ep
63 ep_matches( struct usb_gadget *gadget, struct usb_ep *ep, struct usb_endpoint_descriptor *desc ) argument
192 struct usb_ep *ep; local
236 struct usb_ep *ep; local
300 struct usb_ep *ep; local
[all...]
H A Dnet2280.c89 "ep-a", "ep-b", "ep-c", "ep-d",
90 "ep-e", "ep-f",
109 /* mode 0 == ep-{a,b,c,d} 1K fifo each
110 * mode 1 == ep-{a,b} 2K fifo each, ep-{c,d} unavailable
111 * mode 2 == ep
154 struct net2280_ep *ep; local
288 ep_reset(struct net2280_regs __iomem *regs, struct net2280_ep *ep) argument
367 struct net2280_ep *ep; local
396 struct net2280_ep *ep; local
431 struct net2280_ep *ep; local
457 struct net2280_ep *ep; local
510 struct net2280_ep *ep; local
541 write_fifo(struct net2280_ep *ep, struct usb_request *req) argument
594 out_flush(struct net2280_ep *ep) argument
628 read_fifo(struct net2280_ep *ep, struct net2280_request *req) argument
717 fill_dma_desc(struct net2280_ep *ep, struct net2280_request *req, int valid) argument
767 start_queue(struct net2280_ep *ep, u32 dmactl, u32 td_dma) argument
789 start_dma(struct net2280_ep *ep, struct net2280_request *req) argument
852 queue_dma(struct net2280_ep *ep, struct net2280_request *req, int valid) argument
872 done(struct net2280_ep *ep, struct net2280_request *req, int status) argument
911 struct net2280_ep *ep; local
1022 dma_done( struct net2280_ep *ep, struct net2280_request *req, u32 dmacount, int status ) argument
1035 scan_dma_completions(struct net2280_ep *ep) argument
1090 restart_dma(struct net2280_ep *ep) argument
1154 abort_dma(struct net2280_ep *ep) argument
1166 nuke(struct net2280_ep *ep) argument
1185 struct net2280_ep *ep; local
1286 struct net2280_ep *ep; local
1325 struct net2280_ep *ep; local
1345 struct net2280_ep *ep; local
1551 struct net2280_ep *ep; local
1618 struct net2280_ep *ep; local
1653 struct net2280_ep *ep = &dev->ep [i]; local
1864 struct net2280_ep *ep = &dev->ep [tmp + 1]; local
1894 struct net2280_ep *ep = &dev->ep [tmp]; local
2101 handle_ep_small(struct net2280_ep *ep) argument
2314 struct net2280_ep *ep; local
2334 struct net2280_ep *ep; local
2553 struct net2280_ep *ep; local
[all...]
H A Dgoku_udc.c17 * - Endpoint numbering is fixed: ep{1,2,3}-bulk
18 * - Gadget drivers can choose ep maxpacket (8/16/32/64)
91 struct goku_ep *ep; local
96 ep = container_of(_ep, struct goku_ep, ep);
97 if (!_ep || !desc || ep->desc
100 dev = ep->dev;
101 if (ep == &dev->ep[0])
105 if (ep
182 ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) argument
236 struct goku_ep *ep; local
299 struct goku_ep *ep; local
323 struct goku_ep *ep; local
336 done(struct goku_ep *ep, struct goku_request *req, int status) argument
388 write_fifo(struct goku_ep *ep, struct goku_request *req) argument
441 read_fifo(struct goku_ep *ep, struct goku_request *req) argument
554 pio_advance(struct goku_ep *ep) argument
568 start_dma(struct goku_ep *ep, struct goku_request *req) argument
623 dma_advance(struct goku_udc *dev, struct goku_ep *ep) argument
671 abort_dma(struct goku_ep *ep, int status) argument
742 struct goku_ep *ep; local
821 nuke(struct goku_ep *ep, int status) argument
840 struct goku_ep *ep; local
887 goku_clear_halt(struct goku_ep *ep) argument
910 struct goku_ep *ep; local
953 struct goku_ep *ep; local
975 struct goku_ep *ep; local
1176 struct goku_ep *ep = &dev->ep [i]; local
1276 struct goku_ep *ep = &dev->ep[i]; local
1583 struct goku_ep *ep; local
[all...]
H A Domap_udc.c132 static void use_ep(struct omap_ep *ep, u16 select) argument
134 u16 num = ep->bEndpointAddress & 0x0f;
136 if (ep->bEndpointAddress & USB_DIR_IN)
148 static void dma_channel_claim(struct omap_ep *ep, unsigned preferred);
155 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); local
161 if (!_ep || !desc || ep->desc
163 || ep->bEndpointAddress != desc->bEndpointAddress
164 || ep->maxpacket < le16_to_cpu
166 DBG("%s, bad ep o
247 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); local
274 omap_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) argument
287 omap_free_request(struct usb_ep *ep, struct usb_request *_req) argument
307 struct omap_ep *ep; local
374 struct omap_ep *ep; local
395 done(struct omap_ep *ep, struct omap_req *req, int status) argument
472 write_fifo(struct omap_ep *ep, struct omap_req *req) argument
534 read_fifo(struct omap_ep *ep, struct omap_req *req) argument
615 dma_src_len(struct omap_ep *ep, dma_addr_t start) argument
639 dma_dest_len(struct omap_ep *ep, dma_addr_t start) argument
661 next_in_dma(struct omap_ep *ep, struct omap_req *req) argument
695 finish_in_dma(struct omap_ep *ep, struct omap_req *req, int status) argument
717 next_out_dma(struct omap_ep *ep, struct omap_req *req) argument
747 finish_out_dma(struct omap_ep *ep, struct omap_req *req, int status, int one) argument
775 struct omap_ep *ep; local
827 struct omap_ep *ep = data; local
836 dma_channel_claim(struct omap_ep *ep, unsigned channel) argument
940 dma_channel_release(struct omap_ep *ep) argument
999 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); local
1150 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); local
1187 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); local
1453 nuke(struct omap_ep *ep, int status) argument
1476 struct omap_ep *ep; local
1630 struct omap_ep *ep; local
1972 struct omap_ep *ep = (void *) _ep; local
2003 struct omap_ep *ep; local
2081 struct omap_ep *ep; local
2155 struct omap_ep *ep; local
2285 proc_ep_show(struct seq_file *s, struct omap_ep *ep) argument
2432 struct omap_ep *ep; local
2620 struct omap_ep *ep; local
[all...]
H A Dlh7a40x_udc.c73 static int lh7a40x_ep_enable(struct usb_ep *ep,
75 static int lh7a40x_ep_disable(struct usb_ep *ep);
76 static struct usb_request *lh7a40x_alloc_request(struct usb_ep *ep, gfp_t);
77 static void lh7a40x_free_request(struct usb_ep *ep, struct usb_request *);
78 static void *lh7a40x_alloc_buffer(struct usb_ep *ep, unsigned, dma_addr_t *,
80 static void lh7a40x_free_buffer(struct usb_ep *ep, void *, dma_addr_t,
82 static int lh7a40x_queue(struct usb_ep *ep, struct usb_request *, gfp_t);
83 static int lh7a40x_dequeue(struct usb_ep *ep, struct usb_request *);
84 static int lh7a40x_set_halt(struct usb_ep *ep, int);
85 static int lh7a40x_fifo_status(struct usb_ep *ep);
120 write_packet(struct lh7a40x_ep *ep, struct lh7a40x_request *req, int max) argument
144 usb_set_index(u32 ep) argument
304 struct lh7a40x_ep *ep = &dev->ep[i]; local
326 int ep; local
500 write_fifo(struct lh7a40x_ep *ep, struct lh7a40x_request *req) argument
554 read_fifo(struct lh7a40x_ep *ep, struct lh7a40x_request *req) argument
618 done(struct lh7a40x_ep *ep, struct lh7a40x_request *req, int status) argument
651 pio_irq_enable(int ep) argument
672 pio_irq_disable(int ep) argument
695 nuke(struct lh7a40x_ep *ep, int status) argument
741 flush(struct lh7a40x_ep *ep) argument
769 struct lh7a40x_ep *ep = &dev->ep[ep_idx]; local
808 struct lh7a40x_ep *ep = &dev->ep[ep_idx]; local
870 struct lh7a40x_ep *ep = &dev->ep[i]; local
994 struct lh7a40x_ep *ep; local
1052 struct lh7a40x_ep *ep; local
1083 lh7a40x_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) argument
1099 lh7a40x_free_request(struct usb_ep *ep, struct usb_request *_req) argument
1110 lh7a40x_alloc_buffer(struct usb_ep *ep, unsigned bytes, dma_addr_t * dma, gfp_t gfp_flags) argument
1123 lh7a40x_free_buffer(struct usb_ep *ep, void *buf, dma_addr_t dma, unsigned bytes) argument
1138 struct lh7a40x_ep *ep; local
1216 struct lh7a40x_ep *ep; local
1250 struct lh7a40x_ep *ep; local
1323 struct lh7a40x_ep *ep; local
1353 struct lh7a40x_ep *ep; local
1370 write_fifo_ep0(struct lh7a40x_ep *ep, struct lh7a40x_request *req) argument
1405 lh7a40x_fifo_read(struct lh7a40x_ep *ep, unsigned char *cp, int max) argument
1420 lh7a40x_fifo_write(struct lh7a40x_ep *ep, unsigned char *cp, int count) argument
1429 read_fifo_ep0(struct lh7a40x_ep *ep, struct lh7a40x_request *req) argument
1513 struct lh7a40x_ep *ep = &dev->ep[0]; local
1555 struct lh7a40x_ep *ep = &dev->ep[0]; local
1692 struct lh7a40x_ep *ep = &dev->ep[0]; local
1813 struct lh7a40x_ep *ep = &dev->ep[0]; local
1921 lh7a40x_ep0_kick(struct lh7a40x_udc *dev, struct lh7a40x_ep *ep) argument
[all...]
H A Dpxa2xx_udc.c113 static void kick_dma(struct pxa2xx_ep *ep, struct pxa2xx_request *req);
149 static void pxa2xx_ep_fifo_flush (struct usb_ep *ep);
247 struct pxa2xx_ep *ep; local
250 ep = container_of (_ep, struct pxa2xx_ep, ep);
251 if (!_ep || !desc || ep->desc || _ep->name == ep0name
253 || ep->bEndpointAddress != desc->bEndpointAddress
254 || ep->fifo_size < le16_to_cpu
256 DMSG("%s, bad ep or descriptor\n", __FUNCTION__);
261 if (ep
324 struct pxa2xx_ep *ep; local
427 done(struct pxa2xx_ep *ep, struct pxa2xx_request *req, int status) argument
481 write_fifo(struct pxa2xx_ep *ep, struct pxa2xx_request *req) argument
558 write_ep0_fifo(struct pxa2xx_ep *ep, struct pxa2xx_request *req) argument
610 read_fifo(struct pxa2xx_ep *ep, struct pxa2xx_request *req) argument
687 read_ep0_fifo(struct pxa2xx_ep *ep, struct pxa2xx_request *req) argument
728 start_dma_nodesc(struct pxa2xx_ep *ep, struct pxa2xx_request *req, int is_in) argument
770 kick_dma(struct pxa2xx_ep *ep, struct pxa2xx_request *req) argument
798 cancel_dma(struct pxa2xx_ep *ep) argument
821 struct pxa2xx_ep *ep = _ep; local
901 struct pxa2xx_ep *ep; local
1023 nuke(struct pxa2xx_ep *ep, int status) argument
1046 struct pxa2xx_ep *ep; local
1088 struct pxa2xx_ep *ep; local
1143 struct pxa2xx_ep *ep; local
1162 struct pxa2xx_ep *ep; local
1378 struct pxa2xx_ep *ep = &dev->ep [i]; local
1496 struct pxa2xx_ep *ep = &dev->ep[i]; local
1648 struct pxa2xx_ep *ep = &dev->ep[i]; local
1770 struct pxa2xx_ep *ep = &dev->ep [0]; local
1991 handle_ep(struct pxa2xx_ep *ep) argument
[all...]
H A Dat91_udc.c98 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) argument
110 csr = __raw_readl(ep->creg);
116 ep->ep.name, ep->ep.maxpacket,
117 ep->is_in ? "in" : "out",
118 ep->is_iso ? " iso" : "",
119 ep->is_pingpong
120 ? (ep
177 struct at91_ep *ep; local
270 done(struct at91_ep *ep, struct at91_request *req, int status) argument
319 read_fifo(struct at91_ep *ep, struct at91_request *req) argument
387 write_fifo(struct at91_ep *ep, struct at91_request *req) argument
452 nuke(struct at91_ep *ep, int status) argument
473 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
614 at91_ep_free_buffer( struct usb_ep *ep, void *buf, dma_addr_t dma, unsigned bytes) argument
627 struct at91_ep *ep; local
725 struct at91_ep *ep; local
746 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); local
845 struct at91_ep *ep = &udc->ep[i]; local
870 struct at91_ep *ep = &udc->ep[i]; local
1003 handle_ep(struct at91_ep *ep) argument
1045 handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) argument
1471 struct at91_ep *ep = &udc->ep[1]; local
[all...]
H A Dnet2280.h73 /* ep a-f highspeed and fullspeed maxpacket, addresses
74 * computed from ep->num
96 struct usb_ep ep; member in struct:net2280_ep
117 static inline void allow_status (struct net2280_ep *ep) argument
123 , &ep->regs->ep_rsp);
124 ep->stopped = 1;
128 static inline void set_fifo_bytecount (struct net2280_ep *ep, unsigned count) argument
130 writeb (count, 2 + (u8 __iomem *) &ep->regs->ep_cfg);
146 struct net2280_ep ep [7]; member in struct:net2280
168 static inline void set_halt (struct net2280_ep *ep) argument
178 clear_halt(struct net2280_ep *ep) argument
278 start_out_naking(struct net2280_ep *ep) argument
287 assert_out_naking(struct net2280_ep *ep, const char *where) argument
303 stop_out_naking(struct net2280_ep *ep) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexec_domain.c58 struct exec_domain * ep; local
62 for (ep = exec_domains; ep; ep = ep->next) {
63 if (pers >= ep->pers_low && pers <= ep->pers_high)
64 if (try_module_get(ep->module))
73 for (ep = exec_domains; ep; e
87 register_exec_domain(struct exec_domain *ep) argument
114 unregister_exec_domain(struct exec_domain *ep) argument
137 struct exec_domain *ep, *oep; local
180 struct exec_domain *ep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c108 static void connect_reply_upcall(struct iwch_ep *ep, int status);
110 static void start_ep_timer(struct iwch_ep *ep) argument
112 PDBG("%s ep %p\n", __FUNCTION__, ep);
113 if (timer_pending(&ep->timer)) {
114 PDBG("%s stopped / restarted timer ep %p\n", __FUNCTION__, ep);
115 del_timer_sync(&ep->timer);
117 get_ep(&ep->com);
118 ep
124 stop_ep_timer(struct iwch_ep *ep) argument
146 iwch_quiesce_tid(struct iwch_ep *ep) argument
168 iwch_resume_tid(struct iwch_ep *ep) argument
190 set_emss(struct iwch_ep *ep, u16 opt) argument
251 release_ep_resources(struct iwch_ep *ep) argument
265 void *ep; local
380 send_halfclose(struct iwch_ep *ep, gfp_t gfp) argument
401 send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) argument
423 send_connect(struct iwch_ep *ep) argument
468 send_mpa_req(struct iwch_ep *ep, struct sk_buff *skb) argument
528 send_mpa_reject(struct iwch_ep *ep, const void *pdata, u8 plen) argument
577 send_mpa_reply(struct iwch_ep *ep, const void *pdata, u8 plen) argument
631 struct iwch_ep *ep = ctx; local
656 abort_connection(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) argument
663 close_complete_upcall(struct iwch_ep *ep) argument
680 peer_close_upcall(struct iwch_ep *ep) argument
694 peer_abort_upcall(struct iwch_ep *ep) argument
712 connect_reply_upcall(struct iwch_ep *ep, int status) argument
739 connect_request_upcall(struct iwch_ep *ep) argument
759 established_upcall(struct iwch_ep *ep) argument
772 update_rx_credits(struct iwch_ep *ep, u32 credits) argument
793 process_mpa_reply(struct iwch_ep *ep, struct sk_buff *skb) argument
914 process_mpa_request(struct iwch_ep *ep, struct sk_buff *skb) argument
1017 struct iwch_ep *ep = ctx; local
1060 struct iwch_ep *ep = ctx; local
1108 struct iwch_ep *ep = ctx; local
1129 struct iwch_ep *ep = ctx; local
1145 listen_start(struct iwch_listen_ep *ep) argument
1176 struct iwch_listen_ep *ep = ctx; local
1188 listen_stop(struct iwch_listen_ep *ep) argument
1211 struct iwch_listen_ep *ep = ctx; local
1221 accept_cr(struct iwch_ep *ep, __be32 peer_ip, struct sk_buff *skb) argument
1376 struct iwch_ep *ep = ctx; local
1393 struct iwch_ep *ep = ctx; local
1481 struct iwch_ep *ep = ctx; local
1584 struct iwch_ep *ep = ctx; local
1638 struct iwch_ep *ep = ctx; local
1653 struct iwch_ep *ep = ctx; local
1674 struct iwch_ep *ep = (struct iwch_ep *)arg; local
1708 struct iwch_ep *ep = to_ep(cm_id); local
1730 struct iwch_ep *ep = to_ep(cm_id); local
1804 struct iwch_ep *ep; local
1886 struct iwch_listen_ep *ep; local
1938 struct iwch_listen_ep *ep = to_listen_ep(cm_id); local
1955 iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp) argument
2013 struct iwch_ep *ep = ctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb_gadget.h86 void (*complete)(struct usb_ep *ep,
105 int (*enable) (struct usb_ep *ep,
107 int (*disable) (struct usb_ep *ep);
109 struct usb_request *(*alloc_request) (struct usb_ep *ep,
111 void (*free_request) (struct usb_ep *ep, struct usb_request *req);
113 void *(*alloc_buffer) (struct usb_ep *ep, unsigned bytes,
115 void (*free_buffer) (struct usb_ep *ep, void *buf, dma_addr_t dma,
120 int (*queue) (struct usb_ep *ep, struct usb_request *req,
122 int (*dequeue) (struct usb_ep *ep, struct usb_request *req);
124 int (*set_halt) (struct usb_ep *ep, in
179 usb_ep_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) argument
197 usb_ep_disable(struct usb_ep *ep) argument
217 usb_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) argument
232 usb_ep_free_request(struct usb_ep *ep, struct usb_request *req) argument
256 usb_ep_alloc_buffer(struct usb_ep *ep, unsigned len, dma_addr_t *dma, gfp_t gfp_flags) argument
273 usb_ep_free_buffer(struct usb_ep *ep, void *buf, dma_addr_t dma, unsigned len) argument
333 usb_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) argument
352 usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) argument
379 usb_ep_set_halt(struct usb_ep *ep) argument
398 usb_ep_clear_halt(struct usb_ep *ep) argument
419 usb_ep_fifo_status(struct usb_ep *ep) argument
437 usb_ep_fifo_flush(struct usb_ep *ep) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dep93xx_eth.c178 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off))
179 #define rdw(ep, off) __raw_readw((ep)->base_addr + (off))
180 #define rdl(ep, off) __raw_readl((ep)->base_addr + (off))
181 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off))
182 #define wrw(ep, off, val) __raw_writew((val), (ep)
189 struct ep93xx_priv *ep = netdev_priv(dev); local
195 struct ep93xx_priv *ep = netdev_priv(dev); local
290 ep93xx_have_more_rx(struct ep93xx_priv *ep) argument
298 struct ep93xx_priv *ep = netdev_priv(dev); local
330 struct ep93xx_priv *ep = netdev_priv(dev); local
364 struct ep93xx_priv *ep = netdev_priv(dev); local
420 struct ep93xx_priv *ep = netdev_priv(dev); local
442 ep93xx_free_buffers(struct ep93xx_priv *ep) argument
476 ep93xx_alloc_buffers(struct ep93xx_priv *ep) argument
538 struct ep93xx_priv *ep = netdev_priv(dev); local
620 struct ep93xx_priv *ep = netdev_priv(dev); local
636 struct ep93xx_priv *ep = netdev_priv(dev); local
679 struct ep93xx_priv *ep = netdev_priv(dev); local
693 struct ep93xx_priv *ep = netdev_priv(dev); local
701 struct ep93xx_priv *ep = netdev_priv(dev); local
725 struct ep93xx_priv *ep = netdev_priv(dev); local
749 struct ep93xx_priv *ep = netdev_priv(dev); local
755 struct ep93xx_priv *ep = netdev_priv(dev); local
761 struct ep93xx_priv *ep = netdev_priv(dev); local
767 struct ep93xx_priv *ep = netdev_priv(dev); local
807 struct ep93xx_priv *ep; local
837 struct ep93xx_priv *ep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsunxvr500.c45 static int __devinit e3d_get_props(struct e3d_info *ep) argument
47 ep->width = of_getintprop_default(ep->of_node, "width", 0);
48 ep->height = of_getintprop_default(ep->of_node, "height", 0);
49 ep->depth = of_getintprop_default(ep->of_node, "depth", 8);
51 if (!ep->width || !ep->height) {
53 pci_name(ep
88 e3d_clut_write(struct e3d_info *ep, int index, u32 val) argument
105 struct e3d_info *ep = info->par; local
135 struct e3d_info *ep = info->par; local
148 struct e3d_info *ep = info->par; local
161 struct e3d_info *ep = info->par; local
180 e3d_set_fbinfo(struct e3d_info *ep) argument
229 struct e3d_info *ep; local
365 struct e3d_info *ep = info->par; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunsetenv.c56 char **ep; local
68 ep = __environ;
69 while (*ep != NULL)
70 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
73 char **dp = ep;
81 ++ep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dunsetenv.c60 char **ep; local
72 ep = __environ;
73 while (*ep != NULL)
74 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
77 char **dp = ep;
85 ++ep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Depic100.c315 struct epic_private *ep; local
349 dev = alloc_etherdev(sizeof (*ep));
369 ep = dev->priv;
370 ep->mii.dev = dev;
371 ep->mii.mdio_read = mdio_read;
372 ep->mii.mdio_write = mdio_write;
373 ep->mii.phy_id_mask = 0x1f;
374 ep->mii.reg_num_mask = 0x1f;
379 ep->tx_ring = (struct epic_tx_desc *)ring_space;
380 ep
546 epic_disable_int(struct net_device *dev, struct epic_private *ep) argument
560 epic_napi_irq_off(struct net_device *dev, struct epic_private *ep) argument
569 epic_napi_irq_on(struct net_device *dev, struct epic_private *ep) argument
654 struct epic_private *ep = dev->priv; local
759 struct epic_private *ep = dev->priv; local
782 struct epic_private *ep = dev->priv; local
834 struct epic_private *ep = dev->priv; local
856 struct epic_private *ep = dev->priv; local
877 struct epic_private *ep = dev->priv; local
906 struct epic_private *ep = dev->priv; local
952 struct epic_private *ep = dev->priv; local
1005 epic_tx_error(struct net_device *dev, struct epic_private *ep, int status) argument
1027 epic_tx(struct net_device *dev, struct epic_private *ep) argument
1080 struct epic_private *ep = dev->priv; local
1148 struct epic_private *ep = dev->priv; local
1241 epic_rx_err(struct net_device *dev, struct epic_private *ep) argument
1258 struct epic_private *ep = dev->priv; local
1303 struct epic_private *ep = dev->priv; local
1352 struct epic_private *ep = dev->priv; local
1373 struct epic_private *ep = dev->priv; local
1530 struct epic_private *ep = dev->priv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Deventpoll.c47 * 2) ep->mtx (mutex)
48 * 3) ep->lock (spinlock)
51 * We need a spinlock (ep->lock) because we manipulate objects
58 * mutex (ep->mtx). It is acquired during the event transfer loop,
66 * It is possible to drop the "ep->mtx" and to use the global
67 * mutex "epmutex" (together with "ep->lock") to have it working,
68 * but having "ep->mtx" will make the interface more scalable.
70 * normal operations the epoll private "ep->mtx" will guarantee
159 struct eventpoll *ep; member in struct:epitem
367 * Since this must be called without holding "ep
370 ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) argument
394 ep_remove(struct eventpoll *ep, struct epitem *epi) argument
432 ep_free(struct eventpoll *ep) argument
478 struct eventpoll *ep = file->private_data; local
491 struct eventpoll *ep = file->private_data; local
525 struct eventpoll *ep; local
556 struct eventpoll *ep = kzalloc(sizeof(*ep), GFP_KERNEL); local
581 ep_find(struct eventpoll *ep, struct file *file, int fd) argument
618 struct eventpoll *ep = epi->ep; local
698 ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) argument
720 ep_insert(struct eventpoll *ep, struct epoll_event *event, struct file *tfile, int fd) argument
823 ep_modify(struct eventpoll *ep, struct epitem *epi, struct epoll_event *event) argument
873 ep_send_events(struct eventpoll *ep, struct epoll_event __user *events, int maxevents) argument
998 ep_poll(struct eventpoll *ep, struct epoll_event __user *events, int maxevents, long timeout) argument
1077 struct eventpoll *ep; local
1124 struct eventpoll *ep; local
1222 struct eventpoll *ep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_text.c97 struct mon_text_ptr *p, const struct mon_event_text *ep);
99 struct mon_text_ptr *p, const struct mon_event_text *ep);
101 struct mon_text_ptr *p, const struct mon_event_text *ep);
103 struct mon_text_ptr *p, const struct mon_event_text *ep);
105 struct mon_text_ptr *p, const struct mon_event_text *ep);
107 struct mon_text_ptr *p, const struct mon_event_text *ep);
109 struct mon_text_ptr *p, const struct mon_event_text *ep);
120 static inline char mon_text_get_setup(struct mon_event_text *ep, argument
129 return mon_dmapeek(ep->setup, urb->setup_dma, SETUP_MAX);
134 memcpy(ep
138 mon_text_get_data(struct mon_event_text *ep, struct urb *urb, int len, char ev_type, struct mon_bus *mbus) argument
191 struct mon_event_text *ep; local
262 struct mon_event_text *ep; local
376 struct mon_event_text *ep; local
403 struct mon_event_text *ep; local
440 struct mon_event_text *ep; local
466 mon_text_read_head_t(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
485 mon_text_read_head_u(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
504 mon_text_read_statset(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
525 mon_text_read_intstat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
532 mon_text_read_isostat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
545 mon_text_read_isodesc(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
567 mon_text_read_data(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
605 struct mon_event_text *ep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Denv.c49 char **ep; local
87 for (ep = environ; *ep; ep++) {
88 puts(*ep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmac-fcc.c124 fep->fcc.ep = (void *)ioremap(r->start, r->end - r->start + 1);
125 if (fep->fcc.ep == NULL)
220 fcc_enet_t *ep = fep->fcc.ep; local
222 W32(ep, fen_gaddrh, 0);
223 W32(ep, fen_gaddrl, 0);
229 fcc_enet_t *ep = fep->fcc.ep; local
236 W16(ep, fen_taddrh, taddrh);
237 W16(ep, fen_taddr
246 fcc_enet_t *ep = fep->fcc.ep; local
283 fcc_enet_t *ep = fep->fcc.ep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811-hcd.c144 struct sl811h_ep *ep,
162 writeb(SL_SETUP /* | ep->epnum */, data_reg);
168 ep->length = 0;
169 PACKET("SETUP qh%p\n", ep);
175 struct sl811h_ep *ep,
190 writeb((do_out ? SL_OUT : SL_IN) /* | ep->epnum */, data_reg);
198 ep->length = 0;
199 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "",
200 do_out ? "out" : "in", ep);
209 struct sl811h_ep *ep,
142 setup_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
173 status_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
207 in_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
243 out_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
312 struct sl811h_ep *ep; local
485 done(struct sl811 *sl811, struct sl811h_ep *ep, u8 bank) argument
820 struct sl811h_ep *ep = NULL; local
977 struct sl811h_ep *ep; local
1041 struct sl811h_ep *ep = hep->hcpriv; local
1405 struct sl811h_ep *ep; local
[all...]
H A Disp116x-hcd.c153 struct isp116x_ep *ep; local
161 for (ep = isp116x->atl_active; ep; ep = ep->active) {
162 ptd = &ep->ptd;
164 dump_ptd_out_data(ptd, ep->data);
171 if (ep->active || (isp116x->atl_last_dir != PTD_DIR_IN)) {
172 write_ptddata_to_fifo(isp116x, ep->data, ep
185 struct isp116x_ep *ep; local
218 struct isp116x_ep *ep; local
282 struct isp116x_ep *ep; local
477 struct isp116x_ep *last_ep = NULL, *ep; local
573 struct isp116x_ep *ep; local
697 struct isp116x_ep *ep = NULL; local
847 struct isp116x_ep *ep, *ep_act; local
883 struct isp116x_ep *ep = hep->hcpriv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmidi.c126 struct snd_usb_midi_out_endpoint* ep; member in struct:snd_usb_midi_out_endpoint::usbmidi_out_port
155 static void snd_usbmidi_do_output(struct snd_usb_midi_out_endpoint* ep);
198 static void snd_usbmidi_input_data(struct snd_usb_midi_in_endpoint* ep, int portidx, argument
201 struct usbmidi_in_port* port = &ep->ports[portidx];
207 if (!test_bit(port->substream->number, &ep->umidi->input_triggered))
229 struct snd_usb_midi_in_endpoint* ep = urb->context; local
233 ep->umidi->usb_protocol_ops->input(ep, urb->transfer_buffer,
239 ep->error_resubmit = 1;
240 mod_timer(&ep
253 struct snd_usb_midi_out_endpoint* ep = urb->context; local
274 snd_usbmidi_do_output(struct snd_usb_midi_out_endpoint* ep) argument
299 struct snd_usb_midi_out_endpoint* ep = (struct snd_usb_midi_out_endpoint *) data; local
323 send_bulk_static_data(struct snd_usb_midi_out_endpoint* ep, const void *data, int len) argument
343 snd_usbmidi_standard_input(struct snd_usb_midi_in_endpoint* ep, uint8_t* buffer, int buffer_length) argument
356 snd_usbmidi_midiman_input(struct snd_usb_midi_in_endpoint* ep, uint8_t* buffer, int buffer_length) argument
373 snd_usbmidi_maudio_broken_running_status_input( struct snd_usb_midi_in_endpoint* ep, uint8_t* buffer, int buffer_length) argument
536 snd_usbmidi_standard_output(struct snd_usb_midi_out_endpoint* ep) argument
580 snd_usbmidi_novation_input(struct snd_usb_midi_in_endpoint* ep, uint8_t* buffer, int buffer_length) argument
588 snd_usbmidi_novation_output(struct snd_usb_midi_out_endpoint* ep) argument
617 snd_usbmidi_raw_input(struct snd_usb_midi_in_endpoint* ep, uint8_t* buffer, int buffer_length) argument
623 snd_usbmidi_raw_output(struct snd_usb_midi_out_endpoint* ep) argument
648 snd_usbmidi_emagic_init_out(struct snd_usb_midi_out_endpoint* ep) argument
665 snd_usbmidi_emagic_finish_out(struct snd_usb_midi_out_endpoint* ep) argument
681 snd_usbmidi_emagic_input(struct snd_usb_midi_in_endpoint* ep, uint8_t* buffer, int buffer_length) argument
725 snd_usbmidi_emagic_output(struct snd_usb_midi_out_endpoint* ep) argument
859 snd_usbmidi_in_endpoint_delete(struct snd_usb_midi_in_endpoint* ep) argument
878 struct snd_usb_midi_in_endpoint* ep; local
931 snd_usbmidi_out_endpoint_delete(struct snd_usb_midi_out_endpoint* ep) argument
949 struct snd_usb_midi_out_endpoint* ep; local
1005 struct snd_usb_midi_endpoint* ep = &umidi->endpoints[i]; local
1025 struct snd_usb_midi_endpoint* ep = &umidi->endpoints[i]; local
1282 struct usb_endpoint_descriptor* ep; local
1602 struct snd_usb_midi_endpoint* ep = &umidi->endpoints[i]; local
1608 snd_usbmidi_input_start_ep(struct snd_usb_midi_in_endpoint* ep) argument
[all...]

Completed in 239 milliseconds

12345678