Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/video/
H A Dudl.h74 struct udl_cmd_head sc_cmd_buf_pending; member
H A Dudl.c341 TAILQ_INIT(&sc->sc_cmd_buf_pending); in udl_attach()
544 TAILQ_INSERT_TAIL(&sc->sc_cmd_buf_pending, cb, entry); in udl_cmd_buf_send()
603 cb = TAILQ_FIRST(&sc->sc_cmd_buf_pending); in udl_bulk_write_callback()
609 TAILQ_REMOVE(&sc->sc_cmd_buf_pending, cb, entry); in udl_bulk_write_callback()