Home
last modified time | relevance | path

Searched refs:ohci_regs_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c886 ohci_regs_t *ohci_polled_regsp; in ohci_polled_save_state()
945 bzero((void *)ohci_polled_regsp, sizeof (ohci_regs_t)); in ohci_polled_save_state()
1214 ohci_regs_t *ohci_polled_regsp; in ohci_polled_stop_processing()
1274 ohci_regs_t *ohci_polled_regsp; in ohci_polled_restore_state()
1491 ohci_regs_t *ohci_polled_regsp; in ohci_polled_start_processing()
H A Dohci.c1166 sizeof (ohci_regs_t), &attr, in ohci_map_regs()
9719 ohci_regs_t *ohci_save_regs; in ohci_do_soft_reset()
9736 ohci_save_regs = (ohci_regs_t *) in ohci_do_soft_reset()
9737 kmem_zalloc(sizeof (ohci_regs_t), KM_NOSLEEP); in ohci_do_soft_reset()
9877 kmem_free((void *) ohci_save_regs, sizeof (ohci_regs_t)); in ohci_do_soft_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h130 ohci_regs_t *ohci_regsp; /* Host ctlr regs */
248 ohci_regs_t ohci_polled_save_regs;
H A Dohci.h161 } ohci_regs_t; typedef