Home
last modified time | relevance | path

Searched refs:BDC_VBC (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c243 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()
251 if ((uspc & BDC_VBC) && (uspc & BDC_VBS)) { in bdc_sr_uspc()
258 clear_flags |= BDC_VBC; in bdc_sr_uspc()
Dbdc.h144 #define BDC_VBC (1 << 31) macro