Lines Matching refs:debounce
282 struct debounce { struct
285 struct debounce *next; argument
288 static struct debounce *pcic_deb_queue = NULL;
5454 timeout_id_t debounce; in pcic_handle_cd_change() local
5459 debounce = sockp->pcs_debounce_id; in pcic_handle_cd_change()
5478 sockp->pcs_socket, status, debounce); in pcic_handle_cd_change()
5503 debounce = 0; in pcic_handle_cd_change()
5506 if (debounce) { in pcic_handle_cd_change()
5625 if (debounce && (sockp->pcs_flags & PCS_CARD_REMOVED)) { in pcic_handle_cd_change()
6489 struct debounce *debp; in pcic_deb_thread()
6527 struct debounce *dbp, **dbpp = &pcic_deb_queue; in pcic_add_debqueue()
6530 dbp = kmem_alloc(sizeof (struct debounce), KM_SLEEP); in pcic_add_debqueue()
6554 struct debounce *dbp, **dbpp = &pcic_deb_queue; in pcic_rm_debqueue()
6556 dbp = (struct debounce *)id; in pcic_rm_debqueue()
6792 struct debounce *debp = pcic_deb_queue; in pcic_dump_debqueue()