Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/omap2/displays/
Dpanel-tpo-td043mtea1.c60 u32 vmirror:1; member
129 tpo_td043->vmirror); in tpo_td043_set_hmirror()
144 return snprintf(buf, PAGE_SIZE, "%d\n", tpo_td043->vmirror); in tpo_td043_vmirror_show()
164 tpo_td043->vmirror = val; in tpo_td043_vmirror_store()
239 static DEVICE_ATTR(vmirror, S_IRUGO | S_IWUSR,
293 tpo_td043->vmirror); in tpo_td043_power_on()
/linux-3.4.99/drivers/media/video/pwc/
Dpwc-if.c211 if ((ptr[0] ^ pdev->vmirror) & 0x01) { in pwc_frame_complete()
214 if ((ptr[0] ^ pdev->vmirror) & 0x02) { in pwc_frame_complete()
220 pdev->vmirror = ptr[0] & 0x03; in pwc_frame_complete()
234 if ((ptr[0] ^ pdev->vmirror) & 0x01) { in pwc_frame_complete()
237 pdev->vmirror = ptr[0] & 0x03; in pwc_frame_complete()
Dpwc.h247 char vmirror; /* for ToUCaM series */ member