Lines Matching refs:emDeviceType

60 		if (m_deviceConfigSet[i].emDeviceType == type) {  in FindRockusbVidPid()
80 config.emDeviceType = m_deviceConfigSet[i].emDeviceType; in AddRockusbVidPid()
93 config.emDeviceType = RK27_DEVICE; in SetVidPid()
98 config.emDeviceType = RK28_DEVICE; in SetVidPid()
103 config.emDeviceType = RKNANO_DEVICE; in SetVidPid()
108 config.emDeviceType = RKCROWN_DEVICE; in SetVidPid()
113 config.emDeviceType = RK281X_DEVICE; in SetVidPid()
118 config.emDeviceType = RKCAYMAN_DEVICE; in SetVidPid()
123 config.emDeviceType = RK29_DEVICE; in SetVidPid()
128 config.emDeviceType = RKPANDA_DEVICE; in SetVidPid()
133 config.emDeviceType = RKSMART_DEVICE; in SetVidPid()
138 config.emDeviceType = RK292X_DEVICE; in SetVidPid()
143 config.emDeviceType = RK30_DEVICE; in SetVidPid()
148 config.emDeviceType = RK30B_DEVICE; in SetVidPid()
153 config.emDeviceType = RK31_DEVICE; in SetVidPid()
158 config.emDeviceType = RK31_DEVICE; in SetVidPid()
163 config.emDeviceType = RK32_DEVICE; in SetVidPid()
170 config.emDeviceType = RKNONE_DEVICE; in SetVidPid()
175 config.emDeviceType = RKNONE_DEVICE; in SetVidPid()
180 config.emDeviceType = RKNONE_DEVICE; in SetVidPid()
185 config.emDeviceType = RKNONE_DEVICE; in SetVidPid()
190 config.emDeviceType = RKNONE_DEVICE; in SetVidPid()
197 config.emDeviceType = RKNONE_DEVICE; in SetVidPid()
254 desc.emDeviceType = RKNONE_DEVICE; in EnumerateUsbDevice()
289 type = m_deviceConfigSet[iPos].emDeviceType; in IsRockusbDevice()
312 (*iter).emDeviceType = RKNONE_DEVICE; in Search()
316 (*iter).emDeviceType = devType; in Search()
551 device.emDeviceType = RKNONE_DEVICE; in Wait()
554 device.emDeviceType = devType; in Wait()
593 device.emDeviceType = (*iter).emDeviceType; in GetDevice()