Home
last modified time | relevance | path

Searched refs:attachedInterfaces (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_device.h62 uint64_t attachedInterfaces; member
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c893 devHandle->attachedInterfaces &= ~(1U << interfaceNumber); in RawDetachInterface()
910 if (((devHandle->attachedInterfaces) & (1U << interfaceNumber)) != 0) { in RawAttachInterface()
917 devHandle->attachedInterfaces |= 1U << interfaceNumber; in RawAttachInterface()

Completed in 3 milliseconds