Home
last modified time | relevance | path

Searched refs:rdev (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dregulator_linux_current_virtual_driver.c67 static int VirtualCurrentRegulatorEnable(struct regulator_dev *rdev) in VirtualCurrentRegulatorEnable() argument
69 if (rdev == NULL) { in VirtualCurrentRegulatorEnable()
78 static int VirtualCurrentRegulatorDisable(struct regulator_dev *rdev) in VirtualCurrentRegulatorDisable() argument
80 if (rdev == NULL) { in VirtualCurrentRegulatorDisable()
89 static int VirtualCurrentRegulatorIsEnabled(struct regulator_dev *rdev) in VirtualCurrentRegulatorIsEnabled() argument
91 if (rdev == NULL) { in VirtualCurrentRegulatorIsEnabled()
102 if ((rdev == NULL) || (rdev->constraints == NULL)) { in VirtualCurrentRegulatorSetCurrent()
107 struct regulation_constraints *regu_constraints = rdev->constraints; in VirtualCurrentRegulatorSetCurrent()
117 static int VirtualCurrentRegulatorGetCurrent(struct regulator_dev *rdev) in VirtualCurrentRegulatorGetCurrent() argument
119 if (rdev == NULL) { in VirtualCurrentRegulatorGetCurrent()
[all …]
H A Dregulator_linux_voltage_virtual_driver.c67 static int VirtualVoltageRegulatorEnable(struct regulator_dev *rdev) in VirtualVoltageRegulatorEnable() argument
69 if (rdev == NULL) { in VirtualVoltageRegulatorEnable()
78 static int VirtualVoltageRegulatorDisable(struct regulator_dev *rdev) in VirtualVoltageRegulatorDisable() argument
80 if (rdev == NULL) { in VirtualVoltageRegulatorDisable()
89 static int VirtualVoltageRegulatorIsEnabled(struct regulator_dev *rdev) in VirtualVoltageRegulatorIsEnabled() argument
91 if (rdev == NULL) { in VirtualVoltageRegulatorIsEnabled()
103 if ((rdev == NULL) || (rdev->constraints == NULL)) { in VirtualVoltageRegulatorSetVoltage()
108 struct regulation_constraints *reguConstraints = rdev->constraints; in VirtualVoltageRegulatorSetVoltage()
118 static int VirtualVoltageRegulatorGetVoltage(struct regulator_dev *rdev) in VirtualVoltageRegulatorGetVoltage() argument
120 if (rdev == NULL) { in VirtualVoltageRegulatorGetVoltage()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfuse_operations.cpp128 mode_t mode, dev_t rdev) in MkNod() argument
132 opsPtr->MkNod(req, parent, name, mode, rdev); in MkNod()
141 inoPtr->ops->MkNod(req, parent, name, mode, rdev); in MkNod()
H A Dfile_operations_base.cpp83 mode_t mode, dev_t rdev) in MkNod() argument
H A Dfile_operations_cloud.cpp506 mode_t mode, dev_t rdev) in MkNod() argument
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfuse_operations_test.cpp366 dev_t rdev = 0; variable
368 fuseoperations_->MkNod(req, FUSE_ROOT_ID, name, mode, rdev);
392 dev_t rdev = 0; variable
394 fuseoperations_->MkNod(req, 0, name, mode, rdev);
H A Dfile_operations_cloud_test.cpp537 dev_t rdev = 0; variable
541 fileOperationsCloud_->MkNod(req, reinterpret_cast<fuse_ino_t>(&ino), name, mode, rdev);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Dfuse_operations.h36 mode_t mode, dev_t rdev);
H A Dfile_operations_cloud.h34 mode_t mode, dev_t rdev) override;
H A Dfile_operations_base.h41 mode_t mode, dev_t rdev);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/
H A Djs-apidiff-v2.2-beta2.md96 |文件存储- fileio|stat.rdev|新增|-|
/ohos5.0/docs/en/release-notes/api-diff/v2.2-beta2/
H A Djs-apidiff-v2.2-beta2.md96 |File storage - fileio|stat.rdev|Added|-|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-file-management.md496 |废弃版本有变化|类名:Stat;<br>方法or属性:readonly rdev: number;<br>旧版本信息:|类名:Stat;<br>方法or属性:readonly rdev: numb…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-file-management.md496 …od or attribute name: readonly rdev: number;<br>Old version: |Class name: Stat;<br>Method or attri…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileio.md3027 | rdev | number | 是 | 否 | 标识包含该文件的从设备号。 |
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileio.md3027 | rdev | number | Yes | No | Minor device number. |