Searched refs:is_in (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgoku_udc.c137 ep->is_in = (USB_DIR_IN & desc->bEndpointAddress) != 0;
138 if (ep->is_in) {
156 tmp = ((ep->dma || !ep->is_in)
175 ep->is_in ? "IN" : "OUT",
351 ep->is_in ? PCI_DMA_TODEVICE : PCI_DMA_FROMDEVICE);
561 (ep->is_in ? write_fifo : read_fifo)(ep, req);
578 if (likely(ep->is_in)) {
633 if (ep->is_in)
643 if (likely(ep->is_in)) {
661 ep->ep.name, ep->is_in
[all...]
H A Dnet2280.c221 ep->is_in = (tmp & USB_DIR_IN) != 0;
222 if (!ep->is_in)
319 if (!ep->is_in || ep->dev->pdev->device == 0x2280) {
727 if (ep->is_in)
729 if ((!ep->is_in && (dmacount % ep->ep.maxpacket) != 0)
770 unsigned int tmp = (1 << VALID_BIT) | (ep->is_in << DMA_DIRECTION);
785 if (!ep->is_in)
800 if (!ep->is_in && ((tmp = readl (&ep->regs->ep_stat))
832 if (ep->is_in) {
887 ep->is_in
[all...]
H A Dat91_udc.c117 ep->is_in ? "in" : "out",
526 ep->is_in = (desc->bEndpointAddress & USB_DIR_IN) != 0;
529 if (ep->is_in)
702 if (ep->is_in)
766 if (ep->is_in && (!list_empty(&ep->queue) || (csr >> 16) != 0))
1015 if (ep->is_in) {
1061 ep->is_in = 1;
1064 ep->is_in = 0;
1180 if (!ep->is_in)
1182 } else if (ep->is_in)
[all...]
H A Dat91_udc.h115 unsigned is_in:1; member in struct:at91_ep
H A Domap_udc.c839 int status, restart, is_in; local
841 is_in = ep->bEndpointAddress & USB_DIR_IN;
842 if (is_in)
865 if (is_in) {
918 is_in ? 't' : 'r',
926 (is_in ? next_in_dma : next_out_dma)(ep, req);
929 (is_in ? write_fifo : read_fifo)(ep, req);
931 if (!is_in) {
1070 int is_in; local
1079 is_in
[all...]
H A Dgoku_udc.h212 is_in:1, member in struct:goku_ep
H A Dnet2280.h112 is_in : 1, member in struct:net2280_ep
H A Dpxa2xx_udc.c728 start_dma_nodesc(struct pxa2xx_ep *ep, struct pxa2xx_request *req, int is_in) argument
744 if (is_in) {
765 | (unlikely(is_in)
772 int is_in = ep->bEndpointAddress & USB_DIR_IN; local
774 if (is_in) {
1994 int is_in = ep->bEndpointAddress & USB_DIR_IN; local
2009 if (unlikely(is_in)) { /* irq from TPC, SST, or (ISO) TUR */
H A Dlh7a40x_udc.c1694 int i, bytes, is_in; local
1705 DEBUG_SETUP("CTRL.bRequestType = %d (is_in %d)\n", ctrl.bRequestType,
1715 is_in = 1;
1718 is_in = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dgpio.c1624 unsigned irq, value, is_in, irqstat; local
1631 is_in = gpio_is_input(bank, mask);
1638 is_in ? "in " : "out",
1642 if (is_in && ((bank->suspend_wakeup & mask)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure404 is_in(){ function
1307 if is_in $option $COMPONENT_LIST; then
1309 elif is_in $option $CMDLINE_SELECT; then
1317 is_in $NAME $COMPONENT_LIST || die_unknown $opt
1327 is_in $optname $CMDLINE_SET || die_unknown $opt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-sched.c964 int is_in; local
992 is_in = (stream->bEndpointAddress & USB_DIR_IN) ? 0x10 : 0;
999 stream->bEndpointAddress, is_in ? "in" : "out",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Digmp.c229 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, function
280 if (!is_in(pmc, psf, type, gdeleted, sdeleted))
436 if (!is_in(pmc, psf, type, gdeleted, sdeleted)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dmcast.c1344 static int is_in(struct ifmcaddr6 *pmc, struct ip6_sf_list *psf, int type, function
1395 if (!is_in(pmc, psf, type, gdeleted, sdeleted))
1569 if (!is_in(pmc, psf, type, gdeleted, sdeleted)) {

Completed in 152 milliseconds