Home
last modified time | relevance | path

Searched refs:pdword (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c1739 __le32 *pdword; /*data from dsp is little endian */ in save_frame() local
1743 pdword = (__le32 *)pdata; in save_frame()
1745 switch (*pdword) { in save_frame()
1751 cc = le32_to_cpu(pdword[1]); in save_frame()
1760 payload = le32_to_cpu(pdword[3]); in save_frame()
1767 vc->jpg_size = le32_to_cpu(pdword[4]); in save_frame()
1773 if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS) in save_frame()
1775 cc = G_chnmap[le32_to_cpu(pdword[1])]; in save_frame()
1779 switch (pdword[2]) { in save_frame()
1798 vc->vidstatus = le32_to_cpu(pdword[3]); in save_frame()
[all …]