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

/freebsd-13-stable/sys/dev/usb/video/
H A Dudl.c467 free(sc->sc_fb_copy, M_USB_DL);
558 sc->sc_fb_copy == NULL)
566 if (bcmp(sc->sc_fb_addr + sc->sc_sync_off, sc->sc_fb_copy + sc->sc_sync_off, delta) != 0) {
572 memcpy(sc->sc_fb_copy + sc->sc_sync_off,
578 udl_cmd_insert_buf_le16(cb, sc->sc_fb_copy + sc->sc_sync_off, delta);
848 sc->sc_fb_copy = malloc(size, M_USB_DL, M_WAITOK | M_ZERO);
H A Dudl.h80 uint8_t *sc_fb_copy; member in struct:udl_softc

Completed in 59 milliseconds