Searched refs:cpu_to_le16p (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dusbpipe.c176 pDevice->sUsbCtlRequest.wValue = cpu_to_le16p(&wValue);
177 pDevice->sUsbCtlRequest.wIndex = cpu_to_le16p(&wIndex);
178 pDevice->sUsbCtlRequest.wLength = cpu_to_le16p(&wLength);
232 pDevice->sUsbCtlRequest.wValue = cpu_to_le16p(&wValue);
233 pDevice->sUsbCtlRequest.wIndex = cpu_to_le16p(&wIndex);
234 pDevice->sUsbCtlRequest.wLength = cpu_to_le16p(&wLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/byteorder/
H A Dgeneric.h101 #define cpu_to_le16p __cpu_to_le16p macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dendians.h179 #define cpu_to_le16p(x) (u16)__cpu_to_le16(*(u16*)(x)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dst5481_usb.c76 ctrl_msg->dr.wValue = cpu_to_le16p(&value);
77 ctrl_msg->dr.wIndex = cpu_to_le16p(&index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci.h600 cpu_to_le16p(x);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-fw.c296 dest[i] = cpu_to_le16p(src + i);

Completed in 102 milliseconds