Searched refs:INT32_MAX (Results 1 - 15 of 15) sorted by relevance
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/ |
H A D | usb_pnp_notify.h | 35 #ifndef INT32_MAX 36 #define INT32_MAX 0x7fffffff macro
|
/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/ |
H A D | sample_driver.c | 24 #ifndef INT32_MAX 25 #define INT32_MAX 0x7fffffff macro 102 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch() 106 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch()
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/ |
H A D | usb_pnp_notify.h | 51 #ifndef INT32_MAX 52 #define INT32_MAX 0x7fffffff macro
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/ |
H A D | usb_test_pnp_notify.c | 37 #ifndef INT32_MAX 38 #define INT32_MAX 0x7fffffff macro
|
H A D | usb_pnp_notify.c | 109 if (idNum == INT32_MAX) { in UsbPnpNotifyCreateInfo() 919 if (!HdfSbufWriteInt32(reply, INT32_MAX)) { in UsbPnpNotifyDispatch()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_pnp_test.c | 32 #ifndef INT32_MAX 33 #define INT32_MAX 0x7fffffff macro 115 if (replyData != INT32_MAX) { in TestPnpAdd() 139 if (replyData != INT32_MAX) { in TestPnpRemove()
|
H A D | usbhost_loader_test.c | 32 #ifndef INT32_MAX 33 #define INT32_MAX 0x7fffffff macro
|
/drivers/hdf_core/framework/test/unittest/manager/ |
H A D | sample_driver_test.c | 19 #ifndef INT32_MAX 20 #define INT32_MAX 0x7fffffff macro 208 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch() 212 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | ddk_sysfs_device.c | 192 int32_t ret = DdkSysfsReadProperty(deviceDir, "devnum", &value, INT32_MAX); in DdkSysfsGetDevice() 194 ret += DdkSysfsReadProperty(deviceDir, "busnum", &value, INT32_MAX); in DdkSysfsGetDevice()
|
H A D | usb_raw_api_library.c | 1601 if (replyData != INT32_MAX) { in RawInitPnpService()
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | executor_func_common.c | 400 if (pinCredentialInfo.remainTimes > INT32_MAX) { in SetResultDataInfo() 407 if (pinCredentialInfo.freezeTime > INT32_MAX) { in SetResultDataInfo() 408 pinCredentialInfo.freezeTime = INT32_MAX; in SetResultDataInfo()
|
/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_config_desc_parser.cpp | 66 return INT32_MAX; in GetDescriptorLength() 79 if (descriptorLen == INT32_MAX) { in ParseDescriptor()
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 70 if (idNum == INT32_MAX) { in UsbPnpNotifyCreateInfo() 834 if (!HdfSbufWriteInt32(reply, INT32_MAX)) { in UsbPnpNotifyDispatch()
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_sbuf_test.cpp | 401 ret = HdfSbufWriteInt32(sBuf, INT32_MAX); in HWTEST_F() 415 ASSERT_EQ(val, INT32_MAX); in HWTEST_F()
|
H A D | hdf_ioservice_test.cpp | 196 } else if (replyData != INT32_MAX) { in SendEvent()
|
Completed in 14 milliseconds