Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/udl/
Dudl_drv.h32 struct udl_device;
36 struct udl_device *dev;
49 struct udl_device { struct
66 #define to_udl(x) container_of(x, struct udl_device, drm) argument
68 static inline struct usb_device *udl_to_usb_device(struct udl_device *udl) in udl_to_usb_device()
83 int udl_init(struct udl_device *udl);
90 int udl_select_std_channel(struct udl_device *udl);
Dudl_main.c26 static struct urb *udl_get_urb_locked(struct udl_device *udl, long timeout);
28 static int udl_parse_vendor_descriptor(struct udl_device *udl) in udl_parse_vendor_descriptor()
97 int udl_select_std_channel(struct udl_device *udl) in udl_select_std_channel()
124 struct udl_device *udl = unode->dev; in udl_urb_completion()
150 struct udl_device *udl = to_udl(dev); in udl_free_urb_list()
177 struct udl_device *udl = to_udl(dev); in udl_alloc_urb_list()
235 static struct urb *udl_get_urb_locked(struct udl_device *udl, long timeout) in udl_get_urb_locked()
264 struct udl_device *udl = to_udl(dev); in udl_get_urb()
275 struct udl_device *udl = to_udl(dev); in udl_submit_urb()
295 struct udl_device *udl = to_udl(dev); in udl_sync_pending_urbs()
[all …]
Dudl_drv.c44 struct udl_device *udl = to_udl(dev); in udl_usb_reset_resume()
59 struct udl_device *udl = to_udl(dev); in udl_driver_gem_prime_import()
85 static struct udl_device *udl_driver_create(struct usb_interface *interface) in udl_driver_create()
87 struct udl_device *udl; in udl_driver_create()
91 struct udl_device, drm); in udl_driver_create()
108 struct udl_device *udl; in udl_usb_probe()
Dudl_connector.c23 struct udl_device *udl = data; in udl_get_edid_block()
63 struct udl_device *udl = to_udl(connector->dev); in udl_mode_valid()
76 struct udl_device *udl = to_udl(connector->dev); in udl_detect()
Dudl_modeset.c216 struct udl_device *udl = to_udl(dev); in udl_crtc_write_mode_to_hw()
326 struct udl_device *udl = to_udl(dev); in udl_simple_display_pipe_enable()
419 struct udl_device *udl = to_udl(dev); in udl_modeset_init()