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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_sl811_rh.c269 __u8 *data_buf = (__u8 *) datab; local
305 *(__u16 *) data_buf = cpu_to_le16 (1);
309 *(__u16 *) data_buf = cpu_to_le16 (0);
313 *(__u16 *) data_buf = cpu_to_le16 (0);
317 *(__u32 *) data_buf = cpu_to_le32 (0);
321 *(__u32 *) data_buf =
417 data_buf = root_hub_dev_des;
422 data_buf = root_hub_config_des;
429 data_buf = data;
441 memcpy (data_buf, root_hub_hub_de
[all...]
H A Dusb-ohci.c1961 __u8 * data_buf = (__u8 *) datab; local
1996 *(__u16 *) data_buf = cpu_to_le16 (1); OK (2);
1998 *(__u16 *) data_buf = cpu_to_le16 (0); OK (2);
2000 *(__u16 *) data_buf = cpu_to_le16 (0); OK (2);
2002 *(__u32 *) data_buf = cpu_to_le32 (
2006 *(__u32 *) data_buf = cpu_to_le32 (RD_RH_PORTSTAT); OK (4);
2071 data_buf = root_hub_dev_des; OK(len);
2078 data_buf = root_hub_config_des; OK(len);
2084 data_buf = data;
2097 data_buf [
[all...]
H A Dsl811.c387 __u8 data_buf[16]; local
388 __u8 *bufp = data_buf;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/nand/
H A Dspia.c123 this->data_buf = kmalloc (sizeof(u_char) * (spia_mtd->oobblock + spia_mtd->oobsize), GFP_KERNEL);
124 if (!this->data_buf) {
150 kfree (this->data_buf);
H A Dnand.c226 this->data_buf[j] = readb (this->IO_ADDR);
244 nand_calculate_ecc (&this->data_buf[0],
246 ecc_result = nand_correct_data (&this->data_buf[0],
250 nand_calculate_ecc (&this->data_buf[0],
252 ecc_result = nand_correct_data (&this->data_buf[0],
273 buf[(*retlen)++] = this->data_buf[col++];
279 buf[(*retlen)++] = this->data_buf[j];
511 this->data_buf[i] = buf[(*retlen + cnt)];
514 this->data_buf[i] = buf[(*retlen + cnt)];
526 this->data_buf[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dnand.h86 * data_buf - data buffer passed to/from MTD user modules
104 u_char *data_buf; member in struct:nand_chip
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dnand.h86 * data_buf - data buffer passed to/from MTD user modules
104 u_char *data_buf; member in struct:nand_chip
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dtc35815.c448 void * data_buf[RX_BUF_PAGES]; /* packing */ member in struct:tc35815_local
640 if ((lp->data_buf[i] = (void *)get_free_page(GFP_KERNEL)) == 0) {
642 free_page((unsigned long)lp->data_buf[i]);
643 lp->data_buf[i] = 0;
650 dma_cache_wback_inv((unsigned long)lp->data_buf[i], PAGE_SIZE * FD_PAGE_NUM);
696 lp->fbl_ptr->bd[i].BuffData = cpu_to_le32(virt_to_bus(lp->data_buf[i]));
746 if (lp->data_buf[i])
747 free_page((unsigned long)lp->data_buf[i]);
748 lp->data_buf[i] = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dtimod.c345 char *data_buf, int data_len, int flags)
603 err = sys_sendto(fd, data_buf, data_len, 0, req.DEST_length > 0 ? (struct sockaddr*)(ctl_buf+req.DEST_offset) : NULL, req.DEST_length);
621 char *data_buf, int data_maxlen, s32 *data_len, int *flags_p)
638 SOLDD(("%u %p %d %p %p %d %p %d\n", fd, ctl_buf, ctl_maxlen, ctl_len, data_buf, data_maxlen, data_len, *flags_p));
815 error = sys_recvfrom(fd, data_buf, data_maxlen, 0, (struct sockaddr*)tmpbuf, ctl_len);
344 timod_putmsg(unsigned int fd, char *ctl_buf, int ctl_len, char *data_buf, int data_len, int flags) argument
620 timod_getmsg(unsigned int fd, char *ctl_buf, int ctl_maxlen, s32 *ctl_len, char *data_buf, int data_maxlen, s32 *data_len, int *flags_p) argument
H A Dioctl.c41 char *data_buf, int data_len, int flags);
43 char *data_buf, int data_maxlen, int *data_len, int *flags);
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c72 char data_buf[MAX_BUF_LEN]; variable
727 PDEBUG("copy data_buf !!!\n");
731 memcpy(data_canon, data_buf, MAX_BUF_LEN);
1569 PDEBUG("copy data_buf !!!\n");
1573 memcpy(data_canon, data_buf, MAX_BUF_LEN);
2643 bzero(data_buf, MAX_BUF_LEN);
2644 pirp_save = (PIRP_SAVE)data_buf;
2645 pirp_save_swap = (PIRP_SAVE)data_buf;

Completed in 90 milliseconds