/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_base_testone_ng.cpp | 80 options2.value = INIT_VALUE_1; in HWTEST_F() 156 options2.value = INIT_VALUE_1; in HWTEST_F() 392 * @tc.steps: step1. set insert value in HWTEST_F() 398 * @tc.steps: step2. get insert value in HWTEST_F() 459 auto func = [](bool value) { in HWTEST_F() 460 g_isOnEditChangeCalled = value; in HWTEST_F() 550 RichEditorChangeValue value; in HWTEST_F() local 553 eventHub->FireOnDidChange(value); in HWTEST_F() 556 EXPECT_TRUE(eventHub->FireOnWillChange(value)); in HWTEST_F() 928 options.value in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.cpp | 339 symbolColor.emplace_back(textLayoutProperty->GetTextColor().value()); in UpdateSymbolSpanColor() 565 sameSpan->group->func((group)->prop##name.value()); \ 619 TLVUtil::Write##type(buff, (group)->prop##name.value()); \ 670 TLVUtil::WriteColor(buff, backgroundStyle->backgroundColor.value()); in EncodeTlv() 674 TLVUtil::WriteBorderRadiusProperty(buff, backgroundStyle->backgroundRadius.value()); in EncodeTlv() 758 for (const auto& color : colors.value()) { in SymbolColorToString() 788 TLVUtil::WriteInt32(buff, options.offset.value()); in EncodeTlv() 792 TLVUtil::WriteString(buff, options.image.value()); in EncodeTlv() 796 TLVUtil::WriteString(buff, options.bundleName.value()); in EncodeTlv() 800 TLVUtil::WriteString(buff, options.moduleName.value()); in EncodeTlv() [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_adapter_manager.cpp | 169 CHECK_AND_RETURN_LOG(!isLoaded_, "InitKVStore: the database value is loaded"); in InitKVStoreInternal() 209 // Make sure that the volume value is applied. in HandleKvData() 1269 // if GetVolume failed, wirte default value in InitVolumeMap() 1306 Value value; in InitRingerMode() local 1307 Status status = audioPolicyKvStore_->Get(key, value); in InitRingerMode() 1309 ringerMode_ = static_cast<AudioRingerMode>(TransferByteArrayToType<int>(value.Data())); in InitRingerMode() 1333 Value value; in CloneVolumeMap() local 1334 Status status = audioPolicyKvStore_->Get(volumeKey, value); in CloneVolumeMap() 1340 int32_t volumeLevel = TransferByteArrayToType<int>(value.Data()); in CloneVolumeMap() 1378 AUDIO_INFO_LOG("start transfer mute value"); in TransferMuteStatus() 1444 Value value; CloneMuteStatusMap() local 1672 float value = static_cast<float>(volumeLevel) / MAX_VOLUME_LEVEL; CalculateVolumeDb() local 1683 Value value; CloneSystemSoundUrl() local [all...] |
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_manager_proxy.cpp | 137 const std::string value = ""; in GetAudioParameter() local 138 return value; in GetAudioParameter() 141 const std::string value = reply.ReadString(); in GetAudioParameter() local 142 return value; in GetAudioParameter() 161 const std::string value = ""; in GetAudioParameter() local 162 return value; in GetAudioParameter() 165 const std::string value = reply.ReadString(); in GetAudioParameter() local 166 return value; in GetAudioParameter() 190 const std::string value = reply.ReadString(); in GetExtraParameters() local 191 result.push_back(std::make_pair(key, value)); in GetExtraParameters() 196 SetAudioParameter(const std::string &key, const std::string &value) SetAudioParameter() argument 211 SetAudioParameter(const std::string& networkId, const AudioParamKey key, const std::string& condition, const std::string& value) SetAudioParameter() argument [all...] |
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | media_key_system_napi.cpp | 392 std::string value;
in SetConfigurationString() local 413 NapiDrmError::ThrowError(env, "The param value is missing or too long.", DRM_INVALID_PARAM);
in SetConfigurationString() 416 value = std::string(valueBuffer);
in SetConfigurationString() 417 if (value.length() == 0) {
in SetConfigurationString() 419 NapiDrmError::ThrowError(env, "The param value length is 0.", DRM_INVALID_PARAM);
in SetConfigurationString() 424 int32_t ret = mediaKeySystemNapi->mediaKeySystemImpl_->SetConfigurationString(name, value);
in SetConfigurationString() 448 std::string value;
in GetConfigurationString() local 464 int32_t ret = mediaKeySystemNapi->mediaKeySystemImpl_->GetConfigurationString(name, value);
in GetConfigurationString() 476 napi_create_string_utf8(env, value.c_str(), NAPI_AUTO_LENGTH, &result);
in GetConfigurationString() 513 NapiDrmError::ThrowError(env, "The param value typ in SetConfigurationByteArray() 550 std::vector<uint8_t> value; GetConfigurationByteArray() local [all...] |
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 615 auto value = allowRecord->ParseToJson(); in HWTEST_F() local 616 allowRecord->ParseFromJson(value); in HWTEST_F() 618 value = allowRecord->ParseToJson(); in HWTEST_F() 621 allowRecord->ParseFromJson(value); in HWTEST_F() 1217 int64_t value = 0; in HWTEST_F() local 1220 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo); in HWTEST_F() 1221 value = 1; in HWTEST_F() 1222 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo); in HWTEST_F() 1225 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInfo); in HWTEST_F() 1228 StandbyServiceImpl::GetInstance()->HandleResourcesStateChanged(value, sceneInf in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_backup_test.cpp | 232 EXPECT_TRUE(g_nbBackupDelegate->Put(iter->key, iter->value) == OK); in HWTEST_F() 289 EXPECT_TRUE(g_nbBackupDelegate->Put(iter->key, iter->value) == OK); in HWTEST_F() 347 EXPECT_TRUE(g_nbBackupDelegate->Put(iter->key, iter->value) == OK); in HWTEST_F() 395 EXPECT_TRUE(g_nbBackupDelegate->Put(iter->key, iter->value) == OK); in HWTEST_F() 396 EXPECT_TRUE(g_nbBackupDelegate->PutLocal(iter->key, iter->value) == OK); in HWTEST_F() 417 EXPECT_EQ(valueResult, entriesBatch[0].value); in HWTEST_F() 419 EXPECT_EQ(valueResult, entriesBatch[1].value); in HWTEST_F() 427 DBStatus status = g_nbBackupDelegate->Put(entriesBatch[0].key, entriesBatch[0].value); in HWTEST_F() 429 status = g_nbBackupDelegate->PutLocal(entriesBatch[1].key, entriesBatch[1].value); in HWTEST_F() 528 * @tc.steps: step3. import backup file bkpDB1.bin with empty passwd and get the value o in HWTEST_F() [all...] |
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 750 const char *value) in HandleCloudLocation() 767 int32_t err = rdbStore->SetXAttr(inoPtr->cloudId, CLOUD_FILE_LOCATION, value, inoPtr->fileName, in HandleCloudLocation() 780 const char *value) in HandleCloudRecycle() 810 ret = rdbStore->SetXAttr(inoPtr->cloudId, CLOUD_CLOUD_RECYCLE_XATTR, value, in HandleCloudRecycle() 817 int32_t val = std::stoi(value); in HandleCloudRecycle() 824 const char *value) in HandleFavorite() 836 int32_t err = rdbStore->SetXAttr(inoPtr->cloudId, IS_FAVORITE_XATTR, value); in HandleFavorite() 847 void HandleExtAttribute(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) in HandleExtAttribute() argument 858 int32_t err = rdbStore->SetXAttr(inoPtr->cloudId, CLOUD_EXT_ATTR, value, name); in HandleExtAttribute() 870 const char *value, size_ in SetXattr() 749 HandleCloudLocation(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) HandleCloudLocation() argument 779 HandleCloudRecycle(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) HandleCloudRecycle() argument 823 HandleFavorite(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) HandleFavorite() argument 869 SetXattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) SetXattr() argument [all...] |
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_entry_test.cpp | 618 EGLint value = 1; in HWTEST_F() local 620 auto result = gWrapperHook.wrapper.eglQueryContext(dpy, nullptr, 0, &value); in HWTEST_F() 694 EGLint value = 1; in HWTEST_F() local 696 auto result = gWrapperHook.wrapper.eglQuerySurface(dpy, nullptr, 0, &value); in HWTEST_F() 1184 EGLAttrib value = 1; in HWTEST_F() local 1186 auto result = gWrapperHook.wrapper.eglGetSyncAttrib(dpy, nullptr, 0, &value); in HWTEST_F() 1604 EGLint value = 1; in HWTEST_F() local 1606 auto result = gWrapperHook.wrapper.eglGetSyncAttribKHR(dpy, nullptr, 0, &value); in HWTEST_F() 1773 EGLint value = 1; in HWTEST_F() local 1775 auto result = gWrapperHook.wrapper.eglQueryStreamKHR(dpy, nullptr, 0, &value); in HWTEST_F() 1820 EGLuint64KHR value = 1; HWTEST_F() local 1983 EGLTimeKHR value = 1; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | zatm.c | 142 static void zpokel(struct zatm_dev *zatm_dev,u32 value,u32 addr) in zpokel() argument 145 zout(value,CER); in zpokel() 1101 static void eprom_set(struct zatm_dev *zatm_dev, unsigned long value, in eprom_set() argument 1106 if ((error = pci_write_config_dword(zatm_dev->pci_dev,cmd,value))) in eprom_set() 1114 unsigned int value; in eprom_get() local 1117 if ((error = pci_read_config_dword(zatm_dev->pci_dev,cmd,&value))) in eprom_get() 1120 return value; in eprom_get() 1127 unsigned long value; in eprom_put_bits() local 1131 value = ZEPROM_CS | (((data >> i) & 1) ? ZEPROM_DI : 0); in eprom_put_bits() 1132 eprom_set(zatm_dev,value,cm in eprom_put_bits() 1541 zatm_phy_put(struct atm_dev *dev,unsigned char value, unsigned long addr) zatm_phy_put() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 1643 uint32_t value = 0; in amdgpu_ttm_access_memory() local 1671 value = RREG32_NO_KIQ(mmMM_DATA); in amdgpu_ttm_access_memory() 1673 value &= ~mask; in amdgpu_ttm_access_memory() 1674 value |= (*(uint32_t *)buf << shift) & mask; in amdgpu_ttm_access_memory() 1675 WREG32_NO_KIQ(mmMM_DATA, value); in amdgpu_ttm_access_memory() 1679 value = (value & mask) >> shift; in amdgpu_ttm_access_memory() 1680 memcpy(buf, &value, bytes); in amdgpu_ttm_access_memory() 2087 /* this just adjusts TTM size idea, which sets lpfn to the correct value */ in amdgpu_ttm_set_buffer_funcs_status() 2320 uint32_t value[AMDGPU_TTM_VRAM_MAX_DW_REA in amdgpu_ttm_vram_read() local 2355 uint32_t value; amdgpu_ttm_vram_write() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 892 unsigned long mask, value, nv; in power_check_constraints() local 916 value = mask = 0; in power_check_constraints() 918 nv = (value | cpuhw->avalues[i][0]) + in power_check_constraints() 919 (value & cpuhw->avalues[i][0] & addf); in power_check_constraints() 921 if (((((nv + tadd) ^ value) & mask) & (~grp_mask)) != 0) in power_check_constraints() 928 value = nv; in power_check_constraints() 932 if ((value & mask & grp_mask) != (mask & grp_val)) in power_check_constraints() 954 value = mask = nv = 0; in power_check_constraints() 958 value = svalues[i]; in power_check_constraints() 967 nv = (value | cpuh in power_check_constraints() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 152 * Return PMC value corresponding to the 973 unsigned long mask, value, nv; in power_check_constraints() local 997 value = mask = 0; in power_check_constraints() 999 nv = (value | cpuhw->avalues[i][0]) + in power_check_constraints() 1000 (value & cpuhw->avalues[i][0] & addf); in power_check_constraints() 1002 if (((((nv + tadd) ^ value) & mask) & (~grp_mask)) != 0) in power_check_constraints() 1009 value = nv; in power_check_constraints() 1013 if ((value & mask & grp_mask) != (mask & grp_val)) in power_check_constraints() 1036 value = mask = nv = 0; in power_check_constraints() 1040 value in power_check_constraints() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu8_hwmgr.c | 723 /*Sclk - calculate sclk value based on percentage and find FLOOR sclk from VddcDependencyOnSCLK table */ in smu8_update_sclk_limit() 1702 void *value, int *size) in smu8_read_sensor() 1735 *((uint32_t *)value) = sclk; in smu8_read_sensor() 1743 *((uint32_t *)value) = vddnb; in smu8_read_sensor() 1749 *((uint32_t *)value) = vddgfx; in smu8_read_sensor() 1757 *((uint32_t *)value) = vclk; in smu8_read_sensor() 1761 *((uint32_t *)value) = 0; in smu8_read_sensor() 1769 *((uint32_t *)value) = dclk; in smu8_read_sensor() 1773 *((uint32_t *)value) = 0; in smu8_read_sensor() 1781 *((uint32_t *)value) in smu8_read_sensor() 1701 smu8_read_sensor(struct pp_hwmgr *hwmgr, int idx, void *value, int *size) smu8_read_sensor() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov9650.c | 67 #define REG_AECH 0x10 /* Exposure value, AEC[9:2] */ 123 #define REG_YAVE 0x2f /* Y/G channel average value */ 166 #define REG_MANU 0x67 /* Manual U value */ 167 #define REG_MANV 0x68 /* Manual V value */ 169 #define REG_MBD 0x6a /* Manual banding filter value */ 191 #define REG_AECHM 0xa1 /* Exposure value - bits AEC[15:10] */ 192 #define REG_BD50ST 0xa2 /* Banding filter value for 50Hz */ 193 #define REG_BD60ST 0xa3 /* Banding filter value for 60Hz */ 283 u8 value; member 391 /* REG_TSLB value, onl 594 ov965x_set_banding_filter(struct ov965x *ov965x, int value) ov965x_set_banding_filter() argument 732 ov965x_set_sharpness(struct ov965x *ov965x, unsigned int value) ov965x_set_sharpness() argument 845 ov965x_set_test_pattern(struct ov965x *ov965x, int value) ov965x_set_test_pattern() argument [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-mlxbf.c | 63 * Master. Default value is set to 400MHz. 209 /* Packet error check (PEC) value. */ 277 /* Packet error check (PEC) value. */ 1169 * Note that the mlxbf_i2c_timings->timeout value is not related to the 1240 pr_warn("Illegal value %d: defaulting to 100 KHz\n", in mlxbf_i2c_init_timings() 1577 * the byte order consistent with the value read in order to in mlxbf_slave_enable() 1665 * the byte order consistent with the value read in order to in mlxbf_slave_disable() 1865 u8 write_size, pec_en, addr, byte, value, byte_cnt, desc_size; in mlxbf_smbus_irq_send() local 1908 i2c_slave_event(slave, I2C_SLAVE_WRITE_REQUESTED, &value); in mlxbf_smbus_irq_send() 1909 value in mlxbf_smbus_irq_send() 1971 u8 value, byte, addr; mlxbf_smbus_irq_recv() local [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83781d.c | 212 u8 in[9]; /* Register value - 8 & 9 for 782D only */ 213 u8 in_max[9]; /* Register value - 8 & 9 for 782D only */ 214 u8 in_min[9]; /* Register value - 8 & 9 for 782D only */ 215 u8 fan[3]; /* Register value */ 216 u8 fan_min[3]; /* Register value */ 217 s8 temp; /* Register value */ 218 s8 temp_max; /* Register value */ 219 s8 temp_max_hyst; /* Register value */ 220 u16 temp_add[2]; /* Register value */ 221 u16 temp_max_add[2]; /* Register value */ 1298 w83781d_write_value_i2c(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value_i2c() argument 1684 w83781d_write_value_isa(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value_isa() argument 1737 w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value() argument 2026 w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 281 * Enable: any value between IWL_MVM_DEBUG_SET_TEMPERATURE_MIN - 363 u8 *value; in iwl_dbgfs_sar_geo_profile_read() local 379 value = &mvm->fwrt.geo_profiles[tbl_idx - 1].values[0]; in iwl_dbgfs_sar_geo_profile_read() 385 value[1], value[2], value[0]); in iwl_dbgfs_sar_geo_profile_read() 388 value[4], value[5], value[3]); in iwl_dbgfs_sar_geo_profile_read() 1056 /* take the return value t in iwl_dbgfs_fw_restart_write() 1457 u32 filter_id, attr_id, mask, value; iwl_dbgfs_bcast_filters_write() local 1626 u32 value; iwl_dbgfs_prph_reg_write() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet_main.c | 140 * @value: Value to be written into the Axi DMA register 142 * This function writes the desired value into the corresponding Axi DMA 146 off_t reg, u32 value) in axienet_dma_out32() 148 iowrite32(value, lp->dma_regs + reg); in axienet_dma_out32() 214 * So a non-zero value in there means we need to unmap it. in axienet_dma_bd_release() 500 u32 value; in __axienet_device_reset() local 511 ret = read_poll_timeout(axienet_dma_in32, value, in __axienet_device_reset() 512 !(value & XAXIDMA_CR_RESET_MASK), in __axienet_device_reset() 521 ret = read_poll_timeout(axienet_ior, value, in __axienet_device_reset() 522 value in __axienet_device_reset() 145 axienet_dma_out32(struct axienet_local *lp, off_t reg, u32 value) axienet_dma_out32() argument 1849 u32 value; axienet_probe() local [all...] |
H A D | ll_temac_main.c | 76 static void _temac_iow_be(struct temac_local *lp, int offset, u32 value) in _temac_iow_be() argument 78 return iowrite32be(value, lp->regs + offset); in _temac_iow_be() 86 static void _temac_iow_le(struct temac_local *lp, int offset, u32 value) in _temac_iow_le() argument 88 return iowrite32(value, lp->regs + offset); in _temac_iow_le() 171 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value) in temac_indirect_out32() argument 176 temac_indirect_out32_locked(lp, reg, value); in temac_indirect_out32() 187 void temac_indirect_out32_locked(struct temac_local *lp, int reg, u32 value) in temac_indirect_out32_locked() argument 196 temac_iow(lp, XTE_LSW0_OFFSET, value); in temac_indirect_out32_locked() 227 static void temac_dma_out32_be(struct temac_local *lp, int reg, u32 value) in temac_dma_out32_be() argument 229 iowrite32be(value, l in temac_dma_out32_be() 232 temac_dma_out32_le(struct temac_local *lp, int reg, u32 value) temac_dma_out32_le() argument 254 temac_dma_dcr_out(struct temac_local *lp, int reg, u32 value) temac_dma_dcr_out() argument [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-atmel.c | 215 #define SPI_BF(name, value) \ 216 (((value) & ((1 << SPI_##name##_SIZE) - 1)) << SPI_##name##_OFFSET) 217 #define SPI_BFEXT(name, value) \ 218 (((value) >> SPI_##name##_OFFSET) & ((1 << SPI_##name##_SIZE) - 1)) 219 #define SPI_BFINS(name, value, old) \ 221 | SPI_BF(name, value)) 226 #define spi_writel(port, reg, value) \ 227 writel_relaxed((value), (port)->regs + SPI_##reg) 228 #define spi_writew(port, reg, value) \ 229 writew_relaxed((value), (por 1155 u32 value = delay->value; atmel_word_delay_csr() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | max3421-hcd.c | 1604 * Should return a non-zero value when any port is undergoing a resume 1650 * any other value, this function acts as a no-op. 1653 max3421_gpout_set_value(struct usb_hcd *hcd, u8 pin_number, u8 value) in max3421_gpout_set_value() argument 1665 if (value) in max3421_gpout_set_value() 1674 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in max3421_hub_control() argument 1691 switch (value) { in max3421_hub_control() 1700 max3421_hcd->port_status &= ~(1 << value); in max3421_hub_control() 1732 switch (value) { in max3421_hub_control() 1755 max3421_hcd->port_status |= (1 << value); in max3421_hub_control() 1762 type_req, value, inde in max3421_hub_control() 1805 uint32_t value[2]; max3421_of_vbus_en_pin() local [all...] |
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 142 * The offset of temperature value stored in mapped memory. This allows 153 * The default value a temperature sensor will return when it is present but 214 * - Read value from EC_LPC_ADDR_ACPI_DATA 229 * - Write value to EC_LPC_ADDR_ACPI_DATA 264 * Test location; writing value here updates test compliment byte to (0xff - 265 * value). 278 * independent thresholds attached to them. The current value of the ID 287 * direction) since the last read. A value of 0xFF means "no new thresholds 308 * write 0x2 to [0x07] -- enable threshold 0 with this value 310 * write 0x3 to [0x07] -- enable threshold 1 with this value 1165 uint32_t value; global() member 1170 uint32_t value; global() member 1965 uint8_t ctrl, reg, value; global() member 2761 uint16_t value; global() member 2978 uint16_t value; global() member 2988 uint16_t value; global() member 3573 uint64_t value; global() member 3584 uint64_t value; global() member 4047 uint32_t value; /* value to set */ global() member 4063 uint32_t value; global() member 4258 uint16_t value; global() member 4263 uint16_t value; global() member 4293 uint32_t value; global() member 4298 uint32_t value; global() member [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | security.h | 151 const void *value, size_t size, int flags); 331 void **value, size_t *len); 351 const void *value, size_t size, int flags); 353 const void *value, size_t size, int flags); 360 int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags); 451 char **value); 452 int security_setprocattr(const char *lsm, const char *name, void *value, 749 void **value, size_t *len) in security_old_inode_init_security() 839 const char *name, const void *value, size_t size, int flags) in security_inode_setxattr() 841 return cap_inode_setxattr(dentry, name, value, siz in security_inode_setxattr() 745 security_old_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, const char **name, void **value, size_t *len) security_old_inode_init_security() argument 838 security_inode_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) security_inode_setxattr() argument 844 security_inode_post_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) security_inode_post_setxattr() argument 880 security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags) security_inode_setsecurity() argument 1266 security_getprocattr(struct task_struct *p, const char *lsm, char *name, char **value) security_getprocattr() argument 1272 security_setprocattr(const char *lsm, char *name, void *value, size_t size) security_setprocattr() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cs4281.c | 36 MODULE_PARM_DESC(index, "Index value for CS4281 soundcard."); 977 uinfo->value.integer.min = 0; in snd_cs4281_info_volume() 978 uinfo->value.integer.max = CS_VOL_MASK; in snd_cs4281_info_volume() 993 ucontrol->value.integer.value[0] = volL; in snd_cs4281_get_volume() 994 ucontrol->value.integer.value[1] = volR; in snd_cs4281_get_volume() 1010 if (ucontrol->value.integer.value[0] != volL) { in snd_cs4281_put_volume() 1011 volL = CS_VOL_MASK - (ucontrol->value in snd_cs4281_put_volume() [all...] |