Home
last modified time | relevance | path

Searched refs:BDC_VBS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c244 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()
252 if ((uspc & BDC_VBC) && (uspc & BDC_VBS)) { in bdc_sr_uspc()
439 if (uspc & BDC_VBS) in bdc_udc_pullup()
H A Dbdc.h150 #define BDC_VBS (1 << 25) macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c244 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()
252 if ((uspc & BDC_VBC) && (uspc & BDC_VBS)) { in bdc_sr_uspc()
439 if (uspc & BDC_VBS) in bdc_udc_pullup()
H A Dbdc.h150 #define BDC_VBS BIT(25) macro

Completed in 7 milliseconds