Lines Matching refs:udl_softc
95 static void udl_select_chip(struct udl_softc *, struct usb_attach_arg *);
96 static int udl_init_chip(struct udl_softc *);
97 static void udl_select_mode(struct udl_softc *);
98 static int udl_init_resolution(struct udl_softc *);
99 static void udl_fbmem_alloc(struct udl_softc *);
100 static int udl_cmd_write_buf_le16(struct udl_softc *, const uint8_t *, uint32_t, uint8_t, int);
101 static int udl_cmd_buf_copy_le16(struct udl_softc *, uint32_t, uint32_t, uint8_t, int);
107 static int udl_power_save(struct udl_softc *, int, int);
146 .size = sizeof(struct udl_softc),
238 udl_get_fb_size(struct udl_softc *sc) in udl_get_fb_size()
247 udl_get_fb_width(struct udl_softc *sc) in udl_get_fb_width()
255 udl_get_fb_height(struct udl_softc *sc) in udl_get_fb_height()
263 udl_get_fb_hz(struct udl_softc *sc) in udl_get_fb_hz()
273 struct udl_softc *sc = arg; in udl_callout()
316 struct udl_softc *sc = device_get_softc(dev); in udl_attach()
443 struct udl_softc *sc = device_get_softc(dev); in udl_detach()
475 struct udl_softc *sc = device_get_softc(dev); in udl_fb_getinfo()
483 struct udl_softc *sc = arg; in udl_fb_setblankmode()
506 udl_cmd_buf_alloc_locked(struct udl_softc *sc, int flags) in udl_cmd_buf_alloc_locked()
523 udl_cmd_buf_alloc(struct udl_softc *sc, int flags) in udl_cmd_buf_alloc()
534 udl_cmd_buf_send(struct udl_softc *sc, struct udl_cmd_buf *cb) in udl_cmd_buf_send()
552 udl_fb_synchronize_locked(struct udl_softc *sc) in udl_fb_synchronize_locked()
592 struct udl_softc *sc = usbd_xfer_softc(xfer); in udl_bulk_write_callback()
633 udl_power_save(struct udl_softc *sc, int on, int flags) in udl_power_save()
657 udl_ctrl_msg(struct udl_softc *sc, uint8_t rt, uint8_t r, in udl_ctrl_msg()
678 udl_poll(struct udl_softc *sc, uint32_t *buf) in udl_poll()
691 udl_read_1(struct udl_softc *sc, uint16_t addr, uint8_t *buf) in udl_read_1()
704 udl_write_1(struct udl_softc *sc, uint16_t addr, uint8_t buf) in udl_write_1()
714 udl_read_edid(struct udl_softc *sc, uint8_t *buf) in udl_read_edid()
778 udl_select_chip(struct udl_softc *sc, struct usb_attach_arg *uaa) in udl_select_chip()
824 udl_set_enc_key(struct udl_softc *sc, uint8_t *buf, uint8_t len) in udl_set_enc_key()
834 udl_fbmem_alloc(struct udl_softc *sc) in udl_fbmem_alloc()
936 udl_init_chip(struct udl_softc *sc) in udl_init_chip()
1004 udl_init_resolution(struct udl_softc *sc) in udl_init_resolution()
1055 udl_select_mode(struct udl_softc *sc) in udl_select_mode()
1116 udl_cmd_write_buf_le16(struct udl_softc *sc, const uint8_t *buf, uint32_t off, in udl_cmd_write_buf_le16()
1136 udl_cmd_buf_copy_le16(struct udl_softc *sc, uint32_t src, uint32_t dst, in udl_cmd_buf_copy_le16()