Searched refs:__le16_to_cpu (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_unicode.h77 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) {
81 return (int) *ucs1 - (int) __le16_to_cpu(*ucs2);
110 *ucs1++ = __le16_to_cpu(*ucs2++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dtype_compat.h29 #define __le16_to_cpu __cpu_to_le16 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dendians.h113 #define __le16_to_cpu(x) (x) macro
131 #define __le16_to_cpu(x) bswap_16(x) macro
155 #define le16_to_cpu(x) (u16)__le16_to_cpu((u16)(x))
159 #define le16_to_cpup(x) (u16)__le16_to_cpu(*(const u16*)(x))
165 #define sle16_to_cpu(x) (s16)__le16_to_cpu((s16)(x))
169 #define sle16_to_cpup(x) (s16)__le16_to_cpu(*(s16*)(x))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_event.c97 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle));
120 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle));
122 conn->link_policy = __le16_to_cpu(rp->policy);
144 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle));
160 hdev->link_policy = __le16_to_cpu(rp->policy);
333 setting = __le16_to_cpu(rp->voice_setting);
428 hdev->hci_rev = __le16_to_cpu(rp->hci_rev);
429 hdev->manufacturer = __le16_to_cpu(rp->manufacturer);
512 hdev->acl_mtu = __le16_to_cpu(rp->acl_mtu);
514 hdev->acl_pkts = __le16_to_cpu(r
[all...]
H A Dl2cap.c1011 if (la.l2_psm && __le16_to_cpu(la.l2_psm) < 0x1001 &&
1028 if (__le16_to_cpu(la.l2_psm) == 0x0001 ||
1029 __le16_to_cpu(la.l2_psm) == 0x0003)
2404 *val = __le16_to_cpu(*((__le16 *) opt->val));
2896 u16 dcid = 0, scid = __le16_to_cpu(req->scid);
3021 scid = __le16_to_cpu(rsp->scid);
3022 dcid = __le16_to_cpu(rsp->dcid);
3023 result = __le16_to_cpu(rsp->result);
3024 status = __le16_to_cpu(rsp->status);
3087 dcid = __le16_to_cpu(re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_unicode.h223 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) {
227 return (int) *ucs1 - (int) __le16_to_cpu(*ucs2);
256 *ucs1++ = __le16_to_cpu(*ucs2++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_main.c534 status = __le16_to_cpu(rx->status);
542 fc = __le16_to_cpu(rx->frame_control);
547 __le16_to_cpu(rx->duration_id), __le16_to_cpu(rx->seq_ctrl),
548 __le16_to_cpu(rx->data_len),
567 name, __le16_to_cpu(tx->status), tx->retry_count, tx->tx_rate,
568 __le16_to_cpu(tx->tx_control), jiffies);
570 fc = __le16_to_cpu(tx->frame_control);
575 __le16_to_cpu(tx->duration_id), __le16_to_cpu(t
[all...]
H A Dhostap_hw.c1067 __le16_to_cpu(comp.id), __le16_to_cpu(comp.major),
1068 __le16_to_cpu(comp.minor), __le16_to_cpu(comp.variant));
2748 major = __le16_to_cpu(comp.major);
2749 minor = __le16_to_cpu(comp.minor);
2750 variant = __le16_to_cpu(comp.variant);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/byteorder/
H A Dgeneric.h90 #define le16_to_cpu __le16_to_cpu
H A Dbig_endian.h35 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) macro
H A Dlittle_endian.h35 #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ath.c177 if (__le16_to_cpu(hdr->opcode) == HCI_OP_ATH_SLEEP)
H A Dbpa10x.c103 __le16_to_cpu(h->dlen);
120 __le16_to_cpu(h->dlen);
H A Dhci_ll.c414 dlen = __le16_to_cpu(ah->dlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dtrace.h79 __entry->seq = __le16_to_cpu(hdr->sw_hdr.cmd.seq_num);
126 __entry->seq = __le16_to_cpu(hdr->sw_hdr.cmd.seq_num);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dir-usb.c140 dbg("bcdSpecRevision=%x", __le16_to_cpu(desc->bcdSpecRevision));
144 dbg("wBaudRate=%x", __le16_to_cpu(desc->wBaudRate));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dio.h47 #define readw(addr) __le16_to_cpu(__raw_readw(addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dio.h240 #define in_le16(a) __le16_to_cpu(__raw_readw(a))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_hid.c328 value = __le16_to_cpu(ctrl->wValue);
329 length = __le16_to_cpu(ctrl->wLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A Dlc.c56 __le16_to_cpu(usb_dev->descriptor.bcdDevice));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c130 #define td_ly_base_addr(td) (__le16_to_cpu((td)->ly_base_addr))
131 #define td_port_length(td) (__le16_to_cpu((td)->port_length))
132 #define td_next_td_addr(td) (__le16_to_cpu((td)->next_td_addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dorion_spi.c237 put_unaligned(__le16_to_cpu(readl(rx_reg)), (*rx_buf)++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-iops.c55 id[i] = __le16_to_cpu(id[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dch9.h561 return __le16_to_cpu(epd->wMaxPacketSize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-usb.c711 go->interrupt_data = __le16_to_cpu(regs[0]);
712 go->interrupt_value = __le16_to_cpu(regs[1]);

Completed in 172 milliseconds

12