Searched refs:le16_to_cpu (Results 326 - 350 of 481) sorted by relevance

<<11121314151617181920

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.c2616 le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize) == 0)
2684 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
2964 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
3031 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
3082 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
3146 if (le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_OLD ||
3147 le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_NEW) {
3160 le16_to_cpu(get_cfg_desc(config)->wTotalLength));
3376 chip->usb_id = USB_ID(le16_to_cpu(dev->descriptor.idVendor),
3377 le16_to_cpu(de
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D8139cp.c1525 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo);
1526 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align);
1532 tmp_stats[i++] = le16_to_cpu(nic_stats->tx_abort);
1533 tmp_stats[i++] = le16_to_cpu(nic_stats->tx_underrun);
1913 le16_to_cpu (read_eeprom (regs, i + 7, addr_len));
H A De100.c742 return le16_to_cpu(data);
762 checksum = le16_to_cpu(0xBABA - checksum);
791 nic->eeprom[nic->eeprom_wc - 1] = le16_to_cpu(0xBABA - checksum);
1525 le16_to_cpu(s->xmt_tco_frames);
1527 le16_to_cpu(s->rcv_tco_frames);
1672 le16_to_cpu(cb->u.tcb.tbd.size),
1699 le16_to_cpu(cb->u.tcb.tbd.size),
1809 rfd_status = le16_to_cpu(rfd->status);
1818 actual_size = le16_to_cpu(rfd->actual_size) & 0x3FFF;
1827 if(le16_to_cpu(rf
[all...]
H A Dtyphoon.c493 tp->name, le16_to_cpu(resp->cmd),
495 le16_to_cpu(resp->parm1),
1413 csum = le16_to_cpu(csum);
1518 dma_len = le16_to_cpu(tx->len);
1647 pkt_len = le16_to_cpu(rx->frameLen);
2435 *(u16 *)&dev->dev_addr[0] = htons(le16_to_cpu(xp_resp[0].parm1));
H A Dhp-plus.c385 hdr->count = (le16_to_cpu(hdr->count) + 3) & ~3; /* Round up allocation. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c347 max = le16_to_cpu(desc->wMaxPacketSize) & 0x3ff;
1189 tmp = le16_to_cpu(ep->desc->wMaxPacketSize);
1331 w_index = le16_to_cpu(setup.wIndex);
1332 w_value = le16_to_cpu(setup.wValue);
1333 if (le16_to_cpu(setup.wLength) !=
H A Dgoku_udc.c122 max = le16_to_cpu(get_unaligned(&desc->wMaxPacketSize));
1500 tmp = le16_to_cpu(ctrl.wIndex) & 0x0f;
1543 le16_to_cpu(ctrl.wValue), le16_to_cpu(ctrl.wIndex),
1544 le16_to_cpu(ctrl.wLength));
H A Domap_udc.c164 || ep->maxpacket < le16_to_cpu
169 maxp = le16_to_cpu (desc->wMaxPacketSize);
172 || le16_to_cpu(desc->wMaxPacketSize) > ep->maxpacket
1643 #define w_value le16_to_cpu(u.r.wValue)
1644 #define w_index le16_to_cpu(u.r.wIndex)
1645 #define w_length le16_to_cpu(u.r.wLength)
H A Dat91_udc.c483 || (maxpacket = le16_to_cpu(desc->wMaxPacketSize)) == 0
1080 #define w_index le16_to_cpu(pkt.r.wIndex)
1081 #define w_value le16_to_cpu(pkt.r.wValue)
1082 #define w_length le16_to_cpu(pkt.r.wLength)
H A Dlh7a40x_udc.c505 max = le16_to_cpu(ep->desc->wMaxPacketSize);
1004 || ep_maxpacket(ep) < le16_to_cpu(desc->wMaxPacketSize)) {
1019 && le16_to_cpu(desc->wMaxPacketSize) != ep_maxpacket(ep))
1036 ep->ep.maxpacket = le16_to_cpu(desc->wMaxPacketSize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c886 (unsigned char*)bp->dr, bp->bufp, le16_to_cpu (bp->dr->wLength),
1110 irqsize = le16_to_cpu(ep->desc.wMaxPacketSize);
1900 le16_to_cpu(usbdev->descriptor.idVendor),
1901 le16_to_cpu(usbdev->descriptor.idProduct));
1934 cp->version = le16_to_cpu(cp->usbdev->descriptor.bcdDevice);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.c251 iocStatus = le16_to_cpu(reply->u.reply.IOCStatus) & MPI_IOCSTATUS_MASK;
272 le16_to_cpu(req->u.frame.hwhdr.msgctxu.fld.req_idx);
900 iocstat = le16_to_cpu(ReplyMsg->IOCStatus) & MPI_IOCSTATUS_MASK;
1801 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx);
2640 karg.message_rejects = (u32) le16_to_cpu(pg3_alloc->MsgRejectCount);
2641 karg.phase_errors = (u32) le16_to_cpu(pg3_alloc->PhaseErrorCount);
2642 karg.parity_errors = (u32) le16_to_cpu(pg3_alloc->ParityErrorCount);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dinode.c2557 inode->i_mode = le16_to_cpu(raw_inode->i_mode);
2558 inode->i_uid = (uid_t)le16_to_cpu(raw_inode->i_uid_low);
2559 inode->i_gid = (gid_t)le16_to_cpu(raw_inode->i_gid_low);
2561 inode->i_uid |= le16_to_cpu(raw_inode->i_uid_high) << 16;
2562 inode->i_gid |= le16_to_cpu(raw_inode->i_gid_high) << 16;
2564 inode->i_nlink = le16_to_cpu(raw_inode->i_links_count);
2623 ei->i_extra_isize = le16_to_cpu(raw_inode->i_extra_isize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c674 * le16_to_cpu() in the firmware read routine.
1341 uint16_t comp_status = le16_to_cpu(sts->comp_status);
1342 uint16_t state_flags = le16_to_cpu(sts->state_flags);
1344 uint16_t scsi_status = le16_to_cpu(sts->scsi_status);
2299 data = le16_to_cpu(qla1280_nvram_request(ha, nv_cmd));
3595 if ((le16_to_cpu(pkt->scsi_status) & 0xff)
3601 le16_to_cpu(pkt->comp_status),
3602 le16_to_cpu(pkt->scsi_status));
3689 uint16_t scsi_status = le16_to_cpu(pkt->scsi_status);
3690 uint16_t comp_status = le16_to_cpu(pk
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c360 wValue = le16_to_cpu (cmd->wValue);
361 wIndex = le16_to_cpu (cmd->wIndex);
362 wLength = le16_to_cpu (cmd->wLength);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sat.c115 len = le16_to_cpu(len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c1627 switch (le16_to_cpu(id->idProduct)) {
1652 switch (le16_to_cpu(id->idProduct)) {
1665 le16_to_cpu(dec->udev->descriptor.idVendor),
1666 le16_to_cpu(dec->udev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-if.c840 pdev->vmax_packet_size = le16_to_cpu(idesc->endpoint[i].desc.wMaxPacketSize);
1415 vendor_id = le16_to_cpu(udev->descriptor.idVendor);
1416 product_id = le16_to_cpu(udev->descriptor.idProduct);
1698 pdev->release = le16_to_cpu(udev->descriptor.bcdDevice);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c1419 if ((le16_to_cpu(dev->descriptor.idVendor) == USB_PENCAM_VENDOR_ID) &&
1420 (le16_to_cpu(dev->descriptor.idProduct) == USB_PENCAM_PRODUCT_ID)) {
1423 } else if ((le16_to_cpu(dev->descriptor.idVendor) == USB_CREATIVEGOMINI_VENDOR_ID) &&
1424 (le16_to_cpu(dev->descriptor.idProduct) == USB_CREATIVEGOMINI_PRODUCT_ID)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_sys.c113 value = le16_to_cpu(*(__le16 *) data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dpci.c69 return le16_to_cpu(*p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dsx8.c961 hi = (u64) le16_to_cpu(desc->size_hi);
964 port->dev_geom_head = le16_to_cpu(desc->head);
965 port->dev_geom_sect = le16_to_cpu(desc->sect);
966 port->dev_geom_cyl = le16_to_cpu(desc->cyl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dau1550nd.c102 writew(le16_to_cpu((u16) byte), this->IO_ADDR_W);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci.h574 le16_to_cpu((__force __le16)x);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/usb/
H A Dmcs7830.c208 ret = le16_to_cpu(val);

Completed in 488 milliseconds

<<11121314151617181920