Searched defs:ufx_data (Results 1 – 1 of 1) sorted by relevance
92 struct ufx_data { struct93 struct usb_device *udev;94 struct device *gdev; /* &udev->dev */95 struct fb_info *info;96 struct urb_list urbs;97 struct kref kref;98 int fb_count;99 bool virtualized; /* true when physical usb device not present */100 atomic_t usb_active; /* 0 = update virtual buffer, but no usb traffic */101 atomic_t lost_pixels; /* 1 = a render op failed. Need screen refresh */[all …]