Searched refs:le16_to_cpu (Results 76 - 100 of 481) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c135 !memcmp((u8*)a + le16_to_cpu(a->name_offset),
631 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)),
637 le16_to_cpu(a->name_offset)),
651 le16_to_cpu(a->name_offset)),
670 rc = memcmp(val, (u8*)a + le16_to_cpu(
900 le16_to_cpu(ctx->al_entry->length));
913 le16_to_cpu(al_entry->length) > al_end)
916 le16_to_cpu(al_entry->length));
962 (u8*)next_al_entry + le16_to_cpu(
1016 le16_to_cpu(ct
[all...]
H A Dinode.c459 nr_links = le16_to_cpu(ctx->mrec->link_count);
498 le16_to_cpu(attr->data.resident.value_offset));
597 vi->i_generation = ni->seq_no = le16_to_cpu(m->sequence_number);
599 vi->i_nlink = le16_to_cpu(m->link_count);
643 le16_to_cpu(a->data.resident.value_offset));
744 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset)
753 memcpy(ni->attr_list, (u8*)a + le16_to_cpu(
791 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >=
792 le16_to_cpu(a->data.resident.value_offset)))) {
816 le16_to_cpu(
[all...]
H A Dupcase.c80 uc[i] = cpu_to_le16(le16_to_cpu(uc[i]) +
84 uc[i + 1] = cpu_to_le16(le16_to_cpu(uc[i + 1]) - 1);
H A Ddir.c126 le16_to_cpu(ctx->attr->data.resident.value_offset));
135 for (;; ie = (INDEX_ENTRY*)((u8*)ie + le16_to_cpu(ie->length))) {
139 (u8*)ie + le16_to_cpu(ie->key_length) >
304 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
391 for (;; ie = (INDEX_ENTRY*)((u8*)ie + le16_to_cpu(ie->length))) {
395 (u8*)ie + le16_to_cpu(ie->key_length) >
556 le16_to_cpu(ie->length) - 8));
802 le16_to_cpu(ctx->attr->data.resident.value_offset), rc);
816 for (;; ie = (INDEX_ENTRY*)((u8*)ie + le16_to_cpu(ie->length))) {
821 (u8*)ie + le16_to_cpu(i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dsuper.c473 int write_rev = le16_to_cpu(UDF_SB_LVIDIU(sb)->minUDFWriteRev);
672 ident = le16_to_cpu(((tag *)bh->b_data)->tagIdent);
707 ident = le16_to_cpu(((tag *)bh->b_data)->tagIdent);
726 ident = le16_to_cpu(((tag *)bh->b_data)->tagIdent);
748 ident = le16_to_cpu(((tag *)bh->b_data)->tagIdent);
921 UDF_SB_SERIALNUM(sb) = le16_to_cpu(fset->descTag.tagSerialNum);
938 UDF_SB_PARTMAPS(sb)[i].s_partition_num, le16_to_cpu(p->partitionNumber));
939 if (UDF_SB_PARTMAPS(sb)[i].s_partition_num == le16_to_cpu(p->partitionNumber))
1014 udf_debug("Partition (%d) not found in partition map\n", le16_to_cpu(p->partitionNumber));
1019 le16_to_cpu(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c146 "this yet.\n", le16_to_cpu(a->flags));
154 if (le32_to_cpu(a->value_length) + le16_to_cpu(a->value_offset)
159 memcpy(b, (const char*)a + le16_to_cpu(a->value_offset),
411 name = ntfs_ucsndup((ntfschar*)((u8*)a + le16_to_cpu(
825 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->value_offset);
1223 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->value_offset);
1746 (ntfschar*)((char*)a + le16_to_cpu(a->name_offset)),
1752 le16_to_cpu(a->name_offset)),
1768 le16_to_cpu(a->name_offset)),
1789 rc = memcmp(val, (char*)a +le16_to_cpu(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifssmb.c373 if((le16_to_cpu(pSMB->t2_rsp.ParameterOffset) <= 1024) &&
374 (le16_to_cpu(pSMB->t2_rsp.DataOffset) <= 1024)) {
377 total_size = le16_to_cpu(pSMB->t2_rsp.ParameterCount);
379 total_size+=le16_to_cpu(pSMB->t2_rsp.DataCount);
448 dialect = le16_to_cpu(pSMBr->DialectIndex);
473 server->secMode = (__u8)le16_to_cpu(rsp->SecurityMode);
474 server->maxReq = le16_to_cpu(rsp->MaxMpxCount);
475 server->maxBuf = min((__u32)le16_to_cpu(rsp->MaxBufSize),
480 if((le16_to_cpu(rsp->RawMode) & RAW_ENABLE) == RAW_ENABLE) {
487 tmp = (__s16)le16_to_cpu(rs
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_probe.c242 cfi->cfiq->P_ID = le16_to_cpu(cfi->cfiq->P_ID);
244 cfi->cfiq->P_ADR = le16_to_cpu(cfi->cfiq->P_ADR);
245 cfi->cfiq->A_ID = le16_to_cpu(cfi->cfiq->A_ID);
246 cfi->cfiq->A_ADR = le16_to_cpu(cfi->cfiq->A_ADR);
247 cfi->cfiq->InterfaceDesc = le16_to_cpu(cfi->cfiq->InterfaceDesc);
248 cfi->cfiq->MaxBufWriteSize = le16_to_cpu(cfi->cfiq->MaxBufWriteSize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c181 switch (le16_to_cpu(desc->wMaxPacketSize) & (0x03 << 11)) {
228 (le16_to_cpu(desc->wMaxPacketSize) & 0x07ff) * bandwidth,
338 u16 bcdUSB = le16_to_cpu(desc->bcdUSB);
339 u16 bcdDevice = le16_to_cpu(desc->bcdDevice);
354 le16_to_cpu(desc->idVendor),
355 le16_to_cpu(desc->idProduct),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_gf1.c75 wp->loop_repeat = le16_to_cpu(xp.loop_repeat);
81 wp->tune = le16_to_cpu(xp.tune);
91 wp->scale_frequency = le16_to_cpu(xp.scale_frequency);
92 wp->scale_factor = le16_to_cpu(xp.scale_factor);
162 ip->exclusion = le16_to_cpu(ix.exclusion);
163 ip->exclusion_group = le16_to_cpu(ix.exclusion_group);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.c360 le16_to_cpu(device->descriptor.idVendor),
361 le16_to_cpu(device->descriptor.idProduct),
374 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 ||
375 (le16_to_cpu(device->descriptor.idProduct) != USB_ID_US122 &&
376 le16_to_cpu(device->descriptor.idProduct) != USB_ID_US224 &&
377 le16_to_cpu(device->descriptor.idProduct) != USB_ID_US428) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c53 cpu_to_le16(le16_to_cpu(es->s_state) | EXT2_ERROR_FS);
517 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) >= 0 &&
518 le16_to_cpu(es->s_mnt_count) >=
519 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count))
526 if (!le16_to_cpu(es->s_max_mnt_count))
528 es->s_mnt_count=cpu_to_le16(le16_to_cpu(es->s_mnt_count) + 1);
695 sb->s_magic = le16_to_cpu(es->s_magic);
717 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC)
719 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_RO)
724 sbi->s_resuid = le16_to_cpu(e
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_init.c68 le16_to_cpu(dev->descriptor.idVendor),
69 le16_to_cpu(dev->descriptor.idProduct),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32_io.h92 return le16_to_cpu(readw(ptr));
210 return le16_to_cpu(readw(data_ptr));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_proc.c333 le16_to_cpu(scanres->chid),
334 (s16) le16_to_cpu(scanres->anl),
335 (s16) le16_to_cpu(scanres->sl),
336 le16_to_cpu(scanres->beacon_interval),
337 le16_to_cpu(scanres->capability),
338 le16_to_cpu(scanres->rate),
340 le16_to_cpu(scanres->atim));
351 len = le16_to_cpu(scanres->ssid_len);
H A Dhostap_80211_rx.c33 fc = le16_to_cpu(hdr->frame_ctl);
44 printk(" dur=0x%04x seq=0x%04x\n", le16_to_cpu(hdr->duration_id),
45 le16_to_cpu(hdr->seq_ctl));
85 fc = le16_to_cpu(hdr->frame_ctl);
236 sc = le16_to_cpu(hdr->seq_ctl);
287 sc = le16_to_cpu(hdr->seq_ctl);
431 bss->capab_info = le16_to_cpu(mgmt->u.beacon.capab_info);
600 fc = le16_to_cpu(hdr->frame_ctl);
640 hdrlen = hostap_80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl));
679 hdrlen = hostap_80211_get_hdrlen(le16_to_cpu(hd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dudf.c134 type = le16_to_cpu(vd->tag.id);
149 type = le16_to_cpu(vd->tag.id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-init.c170 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
171 props->devices[i].cold_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) {
183 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
184 props->devices[i].warm_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/tablet/
H A Dacecad.c208 le16_to_cpu(dev->descriptor.idVendor),
209 le16_to_cpu(dev->descriptor.idProduct));
218 le16_to_cpu(dev->descriptor.idVendor),
219 le16_to_cpu(dev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/pci/
H A Dops-tx3927.c86 *val = le16_to_cpu(*(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dusblcd.c153 bcdDevice = le16_to_cpu((dev->udev)->descriptor.bcdDevice);
298 if (le16_to_cpu(dev->udev->descriptor.idProduct) != 0x0001) {
312 buffer_size = le16_to_cpu(endpoint->wMaxPacketSize);
345 i = le16_to_cpu(dev->udev->descriptor.bcdDevice);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Dmidcomms.c78 msglen = le16_to_cpu(msg->h_length);
H A Dutil.c30 hd->h_length = le16_to_cpu(hd->h_length);
111 rl->rl_wait_type = le16_to_cpu(rl->rl_wait_type);
112 rl->rl_namelen = le16_to_cpu(rl->rl_namelen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Djournal.h349 dinode_blocks = 1 + 1 + le16_to_cpu(fe->id2.i_list.l_tree_depth);
382 u16 next_free = le16_to_cpu(last_el->l_next_free_rec);
383 u16 tree_depth = le16_to_cpu(fe->id2.i_list.l_tree_depth);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dinode.c332 MSDOS_I(inode)->i_start = le16_to_cpu(de->start);
334 MSDOS_I(inode)->i_start |= (le16_to_cpu(de->starthi) << 16);
350 MSDOS_I(inode)->i_start = le16_to_cpu(de->start);
352 MSDOS_I(inode)->i_start |= (le16_to_cpu(de->starthi) << 16);
369 date_dos2unix(le16_to_cpu(de->time), le16_to_cpu(de->date));
375 date_dos2unix(le16_to_cpu(de->ctime),
376 le16_to_cpu(de->cdate)) + secs;
379 date_dos2unix(0, le16_to_cpu(de->adate));
1213 le16_to_cpu(get_unaligne
[all...]

Completed in 289 milliseconds

1234567891011>>