Searched refs:appledisplay (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/misc/
H A Dappledisplay.c73 struct appledisplay { struct
90 struct appledisplay *pdata = urb->context;
143 struct appledisplay *pdata = bl_get_data(bd);
164 struct appledisplay *pdata = bl_get_data(bd);
190 struct appledisplay *pdata =
191 container_of(work, struct appledisplay, work.work);
207 struct appledisplay *pdata;
232 pdata = kzalloc(sizeof(struct appledisplay), GFP_KERNEL);
282 snprintf(bl_name, sizeof(bl_name), "appledisplay%d",
311 printk(KERN_INFO "appledisplay
[all...]
H A DMakefile9 obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o

Completed in 43 milliseconds