Searched refs:usb_pwr_ref (Results 1 – 4 of 4) sorted by relevance
123 atomic_t usb_pwr_ref = ATOMIC_INIT(0); variable124 EXPORT_SYMBOL(usb_pwr_ref);
28 if (atomic_inc_return(&usb_pwr_ref) == 1) { in cns3xxx_ohci_start()147 if (atomic_dec_return(&usb_pwr_ref) == 0) in cns3xxx_ohci_remove()
27 if (atomic_inc_return(&usb_pwr_ref) == 1) { in cns3xxx_ehci_init()153 if (atomic_dec_return(&usb_pwr_ref) == 0) in cns3xxx_ehci_remove()
21 extern atomic_t usb_pwr_ref;