Home
last modified time | relevance | path

Searched refs:sc_flags (Results 1 - 15 of 15) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c574 sc->sc_flags &= ~AXE_FLAG_LINK; in axe_ax88772b_init()
596 if (sc->sc_flags & AXE_FLAG_178) in axe_reset()
598 else if (sc->sc_flags & AXE_FLAG_772) in axe_reset()
600 else if (sc->sc_flags & AXE_FLAG_772A) in axe_reset()
602 else if (sc->sc_flags & AXE_FLAG_772B) in axe_reset()
629 if (sc->sc_flags & (AXE_FLAG_772A | AXE_FLAG_772B)) { in axe_attach_post()
663 if (sc->sc_flags & AXE_FLAG_772A) { in axe_miibus_statchg()
666 else if (sc->sc_flags & AXE_FLAG_772B) { in axe_miibus_statchg()
676 if (sc->sc_flags & AXE_FLAG_772A) in axe_miibus_statchg()
678 else if (sc->sc_flags in axe_miibus_statchg()
[all...]
H A Dif_axereg.h358 unsigned int sc_flags; member
377 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B | \
381 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B))
H A Dif_cdcereg.h103 int sc_flags; member
H A Dif_axgereg.h171 int sc_flags; member
H A Dif_cdce.c476 sc->sc_flags = USB_GET_DRIVER_INFO(uaa); in cdce_attach()
488 (sc->sc_flags & CDCE_FLAG_NO_UNION)) { in cdce_attach()
717 if (sc->sc_flags & CDCE_FLAG_ZAURUS) { in cdce_bulk_write_callback()
875 if ((sc->sc_flags & CDCE_FLAG_ZAURUS) && len >= 14) in cdce_bulk_read_callback()
H A Dif_axge.c354 sc->sc_flags = USB_GET_DRIVER_INFO(uaa); in axge_attach()
720 sc->sc_flags &= ~AXE_FLAG_LINK; in axge_stop()
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c94 uint8_t sc_flags; member
393 if (sc->sc_flags & UHID_FLAG_IMMED) { in uhid_start_read()
414 if ((sc->sc_flags & UHID_FLAG_IMMED) || in uhid_start_write()
522 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_open()
597 sc->sc_flags |= UHID_FLAG_IMMED; in uhid_ioctl()
601 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_ioctl()
766 sc->sc_flags |= UHID_FLAG_STATIC_DESC; in uhid_attach()
786 sc->sc_flags |= UHID_FLAG_STATIC_DESC; in uhid_attach()
806 sc->sc_flags |= UHID_FLAG_STATIC_DESC; in uhid_attach()
882 sc->sc_flags in uhid_attach()
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h343 uint16_t sc_flags; /* chip specific flags */ member
399 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe32(v) : htole32(v); in htohc32()
405 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()
411 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be32toh(v) : le32toh(v); in hc32toh()
417 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v); in hc16toh()
H A Dehci_pci.c123 sc->sc_flags |= EHCI_SCFLG_DONTRESET; in ehci_pci_attach()
H A Dehci.c263 sc->sc_flags |= EHCI_SCFLG_IAADBUG; in ehci_init()
265 sc->sc_flags |= EHCI_SCFLG_LOSTINTRBUG; in ehci_init()
280 if (!(sc->sc_flags & EHCI_SCFLG_DONTRESET)) { in ehci_init()
1447 if (sc->sc_flags & EHCI_SCFLG_LOSTINTRBUG) { in ehci_interrupt()
2209 if (sc->sc_flags & EHCI_SCFLG_IAADBUG) in ehci_device_bulk_start()
3278 if (sc->sc_flags & EHCI_SCFLG_TT) {
3340 (sc->sc_flags & EHCI_SCFLG_TT) == 0) {
3355 if (!(sc->sc_flags & EHCI_SCFLG_NORESTERM))
3371 (sc->sc_flags & EHCI_SCFLG_TT) == 0) {
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dalign.rs22 pub sc_flags: ::c_ulong,
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h26 unsigned sc_flags; member
/third_party/libunwind/libunwind/src/hppa/
H A DGresume.c71 my_rt_sigreturn (sc, (sc->sc_flags & PARISC_SC_FLAG_IN_SYSCALL) != 0); in hppa_local_resume()
/third_party/libunwind/libunwind/src/ia64/
H A DGresume.c116 sc->sc_flags &= ~IA64_SC_FLAG_IN_SYSCALL; in local_resume()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c85 uint8_t sc_flags; member
1161 sc->sc_flags |= UHUB_FLAG_DID_EXPLORE; in uhub_explore()

Completed in 30 milliseconds