Searched refs:endpt (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dpub_usb.h81 extern u32_t zfwUsbEnableIntEpt(zdev_t *dev, u8_t endpt);
84 extern int zfwUsbEnableRxEpt(zdev_t* dev, u8_t endpt);
93 extern void zfwUsbCmd(zdev_t* dev, u8_t endpt, u32_t* cmd, u16_t cmdLen);
96 extern u32_t zfwUsbSend(zdev_t* dev, u8_t endpt, u8_t *hdr, u16_t hdrlen, u8_t *snap, u16_t snapLen,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwrap_usb.c76 u32_t zfwUsbEnableIntEpt(zdev_t *dev, u8_t endpt) argument
92 int zfwUsbEnableRxEpt(zdev_t *dev, u8_t endpt) argument
130 void zfwUsbCmd(zdev_t *dev, u8_t endpt, u32_t *cmd, u16_t cmdLen) argument
135 /* MPUsbCommand(dev, endpt, cmd, cmdLen); */
149 u32_t zfwUsbSend(zdev_t *dev, u8_t endpt, u8_t *hdr, u16_t hdrlen, u8_t *snap, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Drecovery.c461 int lnum = sleb->lnum, endpt = start; local
469 endpt = snod->offs + snod->len;
476 dbg_rcvry("need to fix LEB %d start %d endpt %d",
477 lnum, start, sleb->endpt);
482 ucleb->endpt = endpt;
488 dbg_rcvry("fixing LEB %d start %d endpt %d",
489 lnum, start, sleb->endpt);
490 if (endpt == 0) {
495 int len = ALIGN(endpt,
[all...]
H A Dreplay.c524 * sleb->endpt', and the space in the 'lnum' LEB between 'offs' and
525 * 'sleb->endpt' is used by bud data. We have to correctly calculate
627 ubifs_assert(sleb->endpt - offs >= used);
628 ubifs_assert(sleb->endpt % c->min_io_size == 0);
630 if (sleb->endpt + c->min_io_size <= c->leb_size &&
633 sleb->endpt, UBI_SHORTTERM);
635 *dirty = sleb->endpt - offs - used;
636 *free = c->leb_size - sleb->endpt;
950 if (sleb->endpt || c->lhead_offs >= c->leb_size) {
952 c->lhead_offs = sleb->endpt;
[all...]
H A Dscan.c181 sleb->endpt = ALIGN(offs, c->min_io_size);
H A Dlprops.c1155 free = c->leb_size - sleb->endpt;
1156 dirty = sleb->endpt - used;
H A Dorphan.c688 if (sleb->endpt) {
690 c->ohead_offs = sleb->endpt;
H A Dubifs.h301 * @endpt: end point (and therefore the start of empty space)
309 int endpt; member in struct:ubifs_scan_leb
413 * @endpt: offset where recovery ended
422 int endpt; member in struct:ubifs_unclean_leb
H A Ddebug.c826 sleb->nodes_cnt, sleb->endpt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevio.c590 struct usb_endpoint_descriptor *endpt; local
601 endpt = &alts->endpoint[e].desc;
602 if (endpt->bEndpointAddress == ep)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c31 extern void zfwUsbCmd(zdev_t* dev, u8_t endpt, u32_t* cmd, u16_t cmdLen);

Completed in 108 milliseconds