Searched refs:le16_to_cpu (Results 126 - 150 of 481) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c206 return le16_to_cpu(((struct dx_countlimit *) entries)->count);
211 return le16_to_cpu(((struct dx_countlimit *) entries)->limit);
283 de = (struct ext3_dir_entry_2 *) ((char *) de + le16_to_cpu(de->rec_len));
528 return (struct ext3_dir_entry_2 *)((char*)p + le16_to_cpu(p->rec_len));
691 de = (struct ext3_dir_entry_2 *) ((char *) de + le16_to_cpu(de->rec_len));
794 de_len = le16_to_cpu(de->rec_len);
1109 le16_to_cpu(de->rec_len));
1244 rlen = le16_to_cpu(de->rec_len);
1263 rlen = le16_to_cpu(de->rec_len);
1334 de = (struct ext3_dir_entry_2 *)((char *)fde + le16_to_cpu(fd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c206 return le16_to_cpu(((struct dx_countlimit *) entries)->count);
211 return le16_to_cpu(((struct dx_countlimit *) entries)->limit);
283 de = (struct ext4_dir_entry_2 *) ((char *) de + le16_to_cpu(de->rec_len));
528 return (struct ext4_dir_entry_2 *)((char*)p + le16_to_cpu(p->rec_len));
691 de = (struct ext4_dir_entry_2 *) ((char *) de + le16_to_cpu(de->rec_len));
792 de_len = le16_to_cpu(de->rec_len);
1107 le16_to_cpu(de->rec_len));
1242 rlen = le16_to_cpu(de->rec_len);
1261 rlen = le16_to_cpu(de->rec_len);
1332 de = (struct ext4_dir_entry_2 *)((char *)fde + le16_to_cpu(fd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h194 le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_tree_height))
196 le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_umount_state))
197 #define SB_VERSION(s) le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_version))
198 #define SB_BMAP_NR(s) le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_bmap_nr))
223 le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_reserved_for_journal))
489 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved)
490 #define ih_version(ih) le16_to_cpu((ih)->ih_version)
491 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count)
492 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location)
493 #define ih_item_len(ih) le16_to_cpu((i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c280 if (likely(le16_to_cpu(m->sequence_number) == seq_no)) {
316 if (seq_no && (le16_to_cpu(m->sequence_number) != seq_no)) {
1426 le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
1447 le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
1532 if (ntfs_mapping_pairs_build(vol, (u8*)a + le16_to_cpu(
1534 old_alen - le16_to_cpu(
1858 le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
1884 le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
1964 if (ntfs_mapping_pairs_build(vol, (u8*)a + le16_to_cpu(
1966 old_alen - le16_to_cpu(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.c227 framelen = le16_to_cpu(*(__le16*)&data[4]);
228 infotype = le16_to_cpu(*(__le16*)&data[6]);
233 linkstatus = le16_to_cpu(*(__le16*)&data[8]);
253 short status = le16_to_cpu(*(__le16*)(data+8));
291 copylen = le16_to_cpu(*(__le16*)&data[i+2]);
314 fc = le16_to_cpu(*(__le16 *)&data[datalen-16]);
315 seq = le16_to_cpu(*(__le16 *)&data[datalen-24]);
430 code = le16_to_cpu(*(__le16*)(&zd->rxdata[4]));
431 rid_fid = le16_to_cpu(*(__le16*)(&zd->rxdata[6]));
432 length = le16_to_cpu(*(__le1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dse401.c1351 if (le16_to_cpu(dev->descriptor.idVendor) == 0x03e8 &&
1352 le16_to_cpu(dev->descriptor.idProduct) == 0x0004) {
1354 } else if (le16_to_cpu(dev->descriptor.idVendor) == 0x0471 &&
1355 le16_to_cpu(dev->descriptor.idProduct) == 0x030b) {
1357 } else if (le16_to_cpu(dev->descriptor.idVendor) == 0x047d &&
1358 le16_to_cpu(dev->descriptor.idProduct) == 0x5001) {
1360 } else if (le16_to_cpu(dev->descriptor.idVendor) == 0x047d &&
1361 le16_to_cpu(dev->descriptor.idProduct) == 0x5002) {
1363 } else if (le16_to_cpu(dev->descriptor.idVendor) == 0x047d &&
1364 le16_to_cpu(de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c101 le16_to_cpu(guid->data2), le16_to_cpu(guid->data3),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dusbmouse.c165 le16_to_cpu(dev->descriptor.idVendor),
166 le16_to_cpu(dev->descriptor.idProduct));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dkbtab.c66 kbtab->x = le16_to_cpu(get_unaligned((__le16 *) &data[1]));
67 kbtab->y = le16_to_cpu(get_unaligned((__le16 *) &data[3]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Donetouch.c179 le16_to_cpu(udev->descriptor.idVendor),
180 le16_to_cpu(udev->descriptor.idProduct));
H A Dusb.c281 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice);
455 le16_to_cpu(us->pusb_dev->descriptor.idVendor),
456 le16_to_cpu(us->pusb_dev->descriptor.idProduct),
457 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice));
551 le16_to_cpu(ddesc->idVendor),
552 le16_to_cpu(ddesc->idProduct),
553 le16_to_cpu(ddesc->bcdDevice),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dsysv.h225 return le16_to_cpu((__force __le16)n);
241 *(__le16*)n = cpu_to_le16(le16_to_cpu(*(__le16 *)n)+d);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A DusX2Yhwdep.c133 switch (le16_to_cpu(us428->chip.dev->descriptor.idProduct)) {
186 le16_to_cpu(dev->descriptor.idProduct) == USB_ID_US428 ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dmidi.c120 count = le16_to_cpu(chip->comm_page->midi_input[0]);
129 midi_byte = le16_to_cpu(chip->comm_page->midi_input[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dballoc.c151 free_blocks = le16_to_cpu(desc->bg_free_blocks_count);
168 free_blocks = le16_to_cpu(desc->bg_free_blocks_count);
560 desc_count += le16_to_cpu(desc->bg_free_blocks_count);
567 i, le16_to_cpu(desc->bg_free_blocks_count), x);
580 desc_count += le16_to_cpu(desc->bg_free_blocks_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_pio.c71 ret = le16_to_cpu( *((u16 *)(source + i)) );
570 rxflags2 = le16_to_cpu(rxhdr->flags2);
583 stat.cookie = le16_to_cpu(hw->cookie);
587 stat.seq = le16_to_cpu(hw->seq);
588 stat.unknown = le16_to_cpu(hw->unknown);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_download.c160 len = le16_to_cpu(pda[pos]);
161 pdr = le16_to_cpu(pda[pos + 1]);
568 dlbuffer.page = le16_to_cpu(dlbuffer.page);
569 dlbuffer.offset = le16_to_cpu(dlbuffer.offset);
570 dlbuffer.len = le16_to_cpu(dlbuffer.len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Ddebugfs.c444 le16_to_cpu(pcmdptr->result));
459 while (cmd_len < le16_to_cpu(pcmdptr->size)) {
509 le16_to_cpu(pcmdptr->result));
521 event_bitmap = le16_to_cpu(event->events);
588 le16_to_cpu(pcmdptr->result));
641 le16_to_cpu(pcmdptr->result));
656 while (cmd_len < le16_to_cpu(pcmdptr->size)) {
740 le16_to_cpu(pcmdptr->result));
794 le16_to_cpu(pcmdptr->result));
809 while (cmd_len < le16_to_cpu(pcmdpt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dsysfs.c147 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB);
324 le16_to_cpu(udev->descriptor.field)); \
478 le16_to_cpu(udev->descriptor.idVendor),
479 le16_to_cpu(udev->descriptor.idProduct),
480 le16_to_cpu(udev->descriptor.bcdDevice),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_discover.c439 if (le16_to_cpu(identify_x[0]) & 4) {
443 if (!le16_to_cpu(identify_x[83] & (1<<6)))
463 (le16_to_cpu(dev->sata_dev.identify_device[108]) & 0xF000)
469 (le16_to_cpu(dev->sata_dev.identify_device[108+i]) & 0xFF00) >> 8;
471 le16_to_cpu(dev->sata_dev.identify_device[108+i]) & 0x00FF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dinode.c208 u16 nxtnt = le16_to_cpu(qnx4_inode->di_num_xtnts);
456 inode->i_mode = le16_to_cpu(raw_inode->di_mode);
457 inode->i_uid = (uid_t)le16_to_cpu(raw_inode->di_uid);
458 inode->i_gid = (gid_t)le16_to_cpu(raw_inode->di_gid);
459 inode->i_nlink = le16_to_cpu(raw_inode->di_nlink);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c56 psong->channels = le16_to_cpu(s.wfx.nChannels);
60 switch( le16_to_cpu(s.wfx.wFormatTag) )
102 psong->channels = le16_to_cpu(wfx.nChannels);
106 switch( le16_to_cpu(wfx.wFormatTag) )
287 i = snprintf(buf, len, "%d", le16_to_cpu(*(__s16*)&data[0]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-asf.c56 psong->channels = le16_to_cpu(s.wfx.nChannels);
60 switch( le16_to_cpu(s.wfx.wFormatTag) )
102 psong->channels = le16_to_cpu(wfx.nChannels);
106 switch( le16_to_cpu(wfx.wFormatTag) )
287 i = snprintf(buf, len, "%d", le16_to_cpu(*(__s16*)&data[0]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptsas.c209 le16_to_cpu(phy_data->AttachedDeviceHandle));
211 le16_to_cpu(phy_data->ControllerDevHandle));
231 le16_to_cpu(pg0->AttachedDevHandle));
261 printk("Handle=0x%X\n" ,le16_to_cpu(pg0->DevHandle));
262 printk("Parent Handle=0x%X\n" ,le16_to_cpu(pg0->ParentDevHandle));
263 printk("Enclosure Handle=0x%X\n", le16_to_cpu(pg0->EnclosureHandle));
264 printk("Slot=0x%X\n", le16_to_cpu(pg0->Slot));
273 printk("Access Status=0x%X\n", le16_to_cpu(pg0->AccessStatus));
275 printk("Flags=0x%X\n", le16_to_cpu(pg0->Flags));
290 le16_to_cpu(pg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dreaddir.c157 le16_to_cpu(pfindData->LastWriteDate),
158 le16_to_cpu(pfindData->LastWriteTime));
160 le16_to_cpu(pfindData->LastAccessDate),
161 le16_to_cpu(pfindData->LastAccessTime));
163 le16_to_cpu(pfindData->LastWriteDate),
164 le16_to_cpu(pfindData->LastWriteTime));
166 attr = le16_to_cpu(pfindData->Attributes);

Completed in 425 milliseconds

1234567891011>>