Home
last modified time | relevance | path

Searched refs:deviceID (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dddk750_sii164.c59 unsigned short deviceID; in sii164GetDeviceID() local
61 deviceID = ((unsigned short)i2cReadReg(SII164_I2C_ADDRESS, in sii164GetDeviceID()
66 return deviceID; in sii164GetDeviceID()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dsddr55.c514 unsigned char *deviceID) { in sddr55_read_deviceID() argument
538 *deviceID = content[1]; in sddr55_read_deviceID()
558 unsigned char deviceID; in sddr55_get_capacity() local
566 &deviceID); in sddr55_get_capacity()
573 usb_stor_dbg(us, "Device ID = %02X\n", deviceID); in sddr55_get_capacity()
582 switch (deviceID) { in sddr55_get_capacity()
H A Dsddr09.c1071 sddr09_read_deviceID(struct us_data *us, unsigned char *deviceID) { in sddr09_read_deviceID() argument
1088 deviceID[i] = content[i]; in sddr09_read_deviceID()
1139 unsigned char deviceID[4]; in sddr09_get_cardinfo() local
1145 result = sddr09_read_deviceID(us, deviceID); in sddr09_get_cardinfo()
1153 sprintf(blurbtxt, "sddr09: Found Flash card, ID = %4ph", deviceID); in sddr09_get_cardinfo()
1158 nand_flash_manufacturer(deviceID[0])); in sddr09_get_cardinfo()
1161 cardinfo = nand_find_id(deviceID[1]); in sddr09_get_cardinfo()
1176 if (deviceID[2] == 0xa5) { in sddr09_get_cardinfo()
1182 if (deviceID[3] == 0xc0) { in sddr09_get_cardinfo()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c219 pSN->deviceID = kbd->id; in XkbSendStateNotify()
277 pMN->deviceID = kbd->id; in XkbSendMapNotify()
407 pCN->deviceID = kbd->id; in XkbSendControlsNotify()
456 pEv->deviceID = kbd->id; in XkbSendIndicatorNotify()
534 bn.deviceID = kbd->id; in XkbHandleBell()
585 pEv->deviceID = kbd->id; in XkbSendAccessXNotify()
630 pEv->deviceID = kbd->id; in XkbSendNamesNotify()
673 pEv->deviceID = kbd->id; in XkbSendCompatMapNotify()
723 pEv->deviceID = kbd->id; in XkbSendActionMessage()
766 pEv->deviceID = dev->id; in XkbSendExtensionDeviceNotify()
H A Dxkb.c597 .deviceID = dev->id, in ProcXkbGetState()
709 .deviceID = ((DeviceIntPtr) dev)->id, in ProcXkbGetControls()
1482 .deviceID = dev->id, in ProcXkbGetMap()
2618 nkn.deviceID = nkn.oldDeviceID = dev->id; in _XkbSetMap()
2924 .deviceID = dev->id, in ProcXkbGetCompatMap()
3075 ev.deviceID = dev->id; in _XkbSetCompatMap()
3186 .deviceID = dev->id, in ProcXkbGetIndicatorState()
3301 .deviceID = dev->id, in ProcXkbGetIndicatorMap()
3460 .deviceID = dev->id, in ProcXkbGetNamedIndicator()
4040 .deviceID = dev->id, in ProcXkbGetNames()
[all …]
H A DxkbUtils.c2015 nkn.deviceID = dst->id; in XkbDeviceApplyKeymap()
/OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/
H A Dpnpbios.h142 u32 deviceID; /* EISA encoded system ID or 0 */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10.c625 find_pci_device_vendor(CARD16 vendorID, CARD16 deviceID, in find_pci_device_vendor() argument
631 m.device_id = deviceID; in find_pci_device_vendor()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp840 int deviceID() const;
H A Dcuda.inl.hpp583 int DeviceInfo::deviceID() const in deviceID() function in cv::cuda::DeviceInfo
H A Docl.hpp296 …TS void attachContext(const String& platformName, void* platformID, void* context, void* deviceID);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp840 int deviceID() const;
H A Dcuda.inl.hpp583 int DeviceInfo::deviceID() const in deviceID() function in cv::cuda::DeviceInfo
H A Docl.hpp296 …TS void attachContext(const String& platformName, void* platformID, void* context, void* deviceID);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp840 int deviceID() const;
H A Dcuda.inl.hpp583 int DeviceInfo::deviceID() const in deviceID() function in cv::cuda::DeviceInfo
H A Docl.hpp296 …TS void attachContext(const String& platformName, void* platformID, void* context, void* deviceID);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dfsl,qoriq-mc.txt143 between the ICID and deviceID this property can be used
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_pci.c1024 unsigned long deviceID; in pci_oxsemi_tornado_init() local
1034 deviceID = ioread32(p); in pci_oxsemi_tornado_init()
1036 if (deviceID == 0x07000200) { in pci_oxsemi_tornado_init()
/OK3568_Linux_fs/kernel/drivers/scsi/pm8001/
H A Dpm8001_hwi.c4077 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() argument
4080 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
H A Dpm80xx_hwi.c4139 static void build_smp_cmd(u32 deviceID, __le32 hTag, in build_smp_cmd() argument
4143 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()