Home
last modified time | relevance | path

Searched refs:fMP_CONTROL_READS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/vt6656/
Dusbpipe.c227 if (pDevice->Flags & fMP_CONTROL_READS) in PIPEnsControlIn()
245 MP_SET_FLAG(pDevice, fMP_CONTROL_READS); in PIPEnsControlIn()
251 if (pDevice->Flags & fMP_CONTROL_READS) in PIPEnsControlIn()
260 MP_CLEAR_FLAG(pDevice, fMP_CONTROL_READS); in PIPEnsControlIn()
332 MP_CLEAR_FLAG(pDevice, fMP_CONTROL_READS); in s_nsControlInUsbIoCompleteRead()
Ddevice.h890 #define fMP_CONTROL_READS 0x00000400 macro
Dmain_usb.c1067 MP_CLEAR_FLAG(pDevice, fMP_CONTROL_READS); in device_open()