Lines Matching defs:btbc_softc
74 struct btbc_softc { struct
75 device_t sc_dev;
77 struct pcmcia_function *sc_pf; /* our PCMCIA function */
78 struct pcmcia_io_handle sc_pcioh; /* PCMCIA i/o space info */
79 int sc_flags; /* flags */
81 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
82 struct bt_stats sc_stats; /* HCI stats */
85 void *sc_intr; /* cookie */
86 int sc_state; /* receive state */
87 int sc_want; /* how much we want */
111 static void btbc_enable_activity_led(struct btbc_softc *); argument