Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/misc/
Dappledisplay.c61 struct appledisplay { struct
78 struct appledisplay *pdata = urb->context; in appledisplay_complete() argument
132 struct appledisplay *pdata = bl_get_data(bd); in appledisplay_bl_update_status()
155 struct appledisplay *pdata = bl_get_data(bd); in appledisplay_bl_get_brightness()
184 struct appledisplay *pdata = in appledisplay_work()
185 container_of(work, struct appledisplay, work.work); in appledisplay_work()
201 struct appledisplay *pdata; in appledisplay_probe()
219 pdata = kzalloc(sizeof(struct appledisplay), GFP_KERNEL); in appledisplay_probe()
319 struct appledisplay *pdata = usb_get_intfdata(iface); in appledisplay_disconnect()
DMakefile7 obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o