Lines Matching defs:udl_softc
52 struct udl_softc { struct
53 struct device sc_dev;
54 struct usbd_device *sc_udev;
55 struct usbd_interface *sc_iface;
56 struct usbd_pipe *sc_tx_pipeh;
59 struct device *sc_wsdisplay;
60 struct rasops_info sc_ri;
61 uint8_t sc_nscreens;
63 int sc_mode;
64 uint8_t sc_edid[128];
65 struct edid_info sc_edid_info;
68 int sc_cmd_xfer_cnt;
69 struct udl_cmd_xfer sc_cmd_xfer[UDL_CMD_XFER_COUNT];
70 struct udl_cmd_buf sc_cmd_buf;
71 uint8_t *sc_huffman;
72 size_t sc_huffman_size;
73 uint16_t sc_width;
74 uint16_t sc_height;
98 (struct udl_softc *, uint16_t, uint32_t, argument
101 (struct udl_softc *, uint16_t, uint32_t, argument
104 (struct udl_softc *, uint16_t, uint32_t, argument
107 (struct udl_softc *, uint8_t *, uint32_t, argument
110 (struct udl_softc *, uint32_t, uint32_t, argument
113 (struct udl_softc *, uint32_t, uint32_t, argument
116 (struct udl_softc *, uint32_t, uint32_t, argument