Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/s2255/
Ds2255drv.c1742 __le32 *pdword; /*data from dsp is little endian */ in save_frame() local
1746 pdword = (__le32 *)pdata; in save_frame()
1748 switch (*pdword) { in save_frame()
1754 cc = le32_to_cpu(pdword[1]); in save_frame()
1763 payload = le32_to_cpu(pdword[3]); in save_frame()
1770 vc->jpg_size = le32_to_cpu(pdword[4]); in save_frame()
1776 if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS) in save_frame()
1778 cc = G_chnmap[le32_to_cpu(pdword[1])]; in save_frame()
1782 switch (pdword[2]) { in save_frame()
1801 vc->vidstatus = le32_to_cpu(pdword[3]); in save_frame()
[all …]