Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/
Dpm.c119 atomic_t usb_pwr_ref = ATOMIC_INIT(0); variable
120 EXPORT_SYMBOL(usb_pwr_ref);
Dcns3420vb.c136 if (atomic_inc_return(&usb_pwr_ref) == 1) { in csn3xxx_usb_power_on()
155 if (atomic_dec_return(&usb_pwr_ref) == 0) in csn3xxx_usb_power_off()
Dpm.h18 extern atomic_t usb_pwr_ref;
Dcore.c308 if (atomic_inc_return(&usb_pwr_ref) == 1) { in csn3xxx_usb_power_on()
327 if (atomic_dec_return(&usb_pwr_ref) == 0) in csn3xxx_usb_power_off()