Searched refs:is_in (Results 26 - 31 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dlh7a40x_udc.c1671 int i, bytes, is_in; local
1682 DEBUG_SETUP("CTRL.bRequestType = %d (is_in %d)\n", ctrl.bRequestType,
1692 is_in = 1;
1695 is_in = 0;
H A Dpxa25x_udc.c1693 int is_in = ep->bEndpointAddress & USB_DIR_IN; local
1708 if (unlikely(is_in)) { /* irq from TPC, SST, or (ISO) TUR */
H A Ds3c-hsotg.c3056 static const char *decode_direction(int is_in) argument
3058 return is_in ? "in" : "out";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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))
432 if (!is_in(pmc, psf, type, gdeleted, sdeleted)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmcast.c1283 static int is_in(struct ifmcaddr6 *pmc, struct ip6_sf_list *psf, int type, function
1334 if (!is_in(pmc, psf, type, gdeleted, sdeleted))
1522 if (!is_in(pmc, psf, type, gdeleted, sdeleted)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c1036 int is_in; local
1064 is_in = (stream->bEndpointAddress & USB_DIR_IN) ? 0x10 : 0;

Completed in 93 milliseconds

12