Home
last modified time | relevance | path

Searched refs:value (Results 1701 - 1725 of 17607) sorted by relevance

1...<<61626364656667686970>>...705

/kernel/linux/linux-6.6/sound/soc/intel/common/
H A Dsst-dsp.c23 void sst_shim32_write(void __iomem *addr, u32 offset, u32 value) in sst_shim32_write() argument
25 writel(value, addr + offset); in sst_shim32_write()
35 void sst_shim32_write64(void __iomem *addr, u32 offset, u64 value) in sst_shim32_write64() argument
37 writeq(value, addr + offset); in sst_shim32_write64()
48 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() argument
53 sst->ops->write(sst->addr.shim, offset, value); in sst_dsp_shim_write()
71 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() argument
73 sst->ops->write(sst->addr.shim, offset, value); in sst_dsp_shim_write_unlocked()
84 u32 mask, u32 value) in sst_dsp_shim_update_bits_unlocked()
93 new = (old & (~mask)) | (value in sst_dsp_shim_update_bits_unlocked()
83 sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits_unlocked() argument
104 sst_dsp_shim_update_bits_forced_unlocked(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits_forced_unlocked() argument
119 sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits() argument
133 sst_dsp_shim_update_bits_forced(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits_forced() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dasihpi.c60 MODULE_PARM_DESC(index, "ALSA index value for AudioScience soundcard.");
1451 uinfo->value.integer.min = min_gain_mB / VOL_STEP_mB; in snd_asihpi_volume_info()
1452 uinfo->value.integer.max = max_gain_mB / VOL_STEP_mB; in snd_asihpi_volume_info()
1453 uinfo->value.integer.step = step_gain_mB / VOL_STEP_mB; in snd_asihpi_volume_info()
1464 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()
1465 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()
1477 (ucontrol->value.integer.value[ in snd_asihpi_volume_put()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dasus-wmi.c101 /* The WMI hotkey event value is always the same. */
261 tmp = (u32) obj->integer.value; in asus_wmi_evaluate_method3()
358 static void asus_wmi_tablet_sw_report(struct asus_wmi *asus, bool value) in asus_wmi_tablet_sw_report() argument
361 asus->tablet_switch_inverted ? !value : value); in asus_wmi_tablet_sw_report()
476 u8 value; in dgpu_disable_write() local
480 value = asus->dgpu_disable ? 1 : 0; in dgpu_disable_write()
482 err = asus_wmi_set_devstate(ASUS_WMI_DEVID_DGPU, value, &retval); in dgpu_disable_write()
508 * A user may be required to store the value twice, typcial store first, then
546 int value, re in charge_control_end_threshold_store() local
652 tpd_led_set(struct led_classdev *led_cdev, enum led_brightness value) tpd_led_set() argument
712 do_kbd_led_set(struct led_classdev *led_cdev, int value) do_kbd_led_set() argument
724 kbd_led_set(struct led_classdev *led_cdev, enum led_brightness value) kbd_led_set() argument
734 kbd_led_set_by_kbd(struct asus_wmi *asus, enum led_brightness value) kbd_led_set_by_kbd() argument
745 int retval, value; kbd_led_get() local
776 wlan_led_set(struct led_classdev *led_cdev, enum led_brightness value) wlan_led_set() argument
809 lightbar_led_set(struct led_classdev *led_cdev, enum led_brightness value) lightbar_led_set() argument
1045 asus_get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) asus_get_adapter_status() argument
1435 u32 value; asus_wmi_has_agfn_fan() local
1493 int value; pwm1_show() local
1527 int value; pwm1_store() local
1551 int value; fan1_input_show() local
1608 int value; pwm1_enable_store() local
1667 u32 value; asus_hwmon_temp1() local
1702 u32 value = ASUS_WMI_UNSUPPORTED_METHOD; asus_hwmon_sysfs_is_visible() local
1800 u8 value; fan_boost_mode_write() local
1912 u8 value; throttle_thermal_policy_write() local
2188 asus_wmi_get_event_code(u32 value) asus_wmi_get_event_code() argument
2283 asus_wmi_notify(u32 value, void *context) asus_wmi_notify() argument
2338 int err, value; store_sys_wmi() local
2357 int value = asus_wmi_get_devstate_simple(asus, devid); show_sys_wmi() local
2399 int value, rv; cpufv_store() local
[all...]
H A Dsony-laptop.c117 "on (default: no change from current value)");
123 "on the model (default: no change from current value)");
640 int value; /* current setting */ member
726 u64 *value) in __call_snc_method()
732 if (value) { in __call_snc_method()
736 in.integer.value = *value; in __call_snc_method()
741 (unsigned int)(*value >> 32), in __call_snc_method()
742 (unsigned int)*value & 0xffffffff); in __call_snc_method()
761 static int sony_nc_buffer_call(acpi_handle handle, char *name, u64 *value, in sony_nc_buffer_call() argument
725 __call_snc_method(acpi_handle handle, char *method, u64 *value) __call_snc_method() argument
792 sony_nc_int_call(acpi_handle handle, char *name, int *value, int *result) sony_nc_int_call() argument
920 brightness_default_validate(const int direction, const int value) brightness_default_validate() argument
937 boolean_validate(const int direction, const int value) boolean_validate() argument
952 int value, ret = 0; sony_nc_sysfs_show() local
974 int value; sony_nc_sysfs_store() local
1025 int value; sony_backlight_get_brightness() local
1046 int value, result; sony_nc_update_status_ng() local
1769 __sony_nc_kbd_backlight_mode_set(u8 value) __sony_nc_kbd_backlight_mode_set() argument
1796 unsigned long value; sony_nc_kbd_backlight_mode_store() local
1819 __sony_nc_kbd_backlight_timeout_set(u8 value) __sony_nc_kbd_backlight_timeout_set() argument
1840 unsigned long value; sony_nc_kbd_backlight_timeout_store() local
1985 unsigned long value; sony_nc_battery_care_limit_store() local
2327 unsigned long value; sony_nc_lid_resume_store() local
2559 unsigned long value; sony_nc_highspeed_charging_store() local
2633 unsigned long value; sony_nc_lowbatt_store() local
2699 unsigned long value; sony_nc_hsfan_store() local
2806 unsigned long value; sony_nc_usb_charge_store() local
2927 unsigned long value; sony_nc_smart_conn_store() local
2985 unsigned long value; sony_nc_touchpad_store() local
3843 sony_pic_camera_command(int command, u8 value) sony_pic_camera_command() argument
3909 unsigned long value; sony_pic_wwanpower_store() local
3948 unsigned long value; sony_pic_bluetoothpower_store() local
3975 sony_pic_set_fanspeed(unsigned long value) sony_pic_set_fanspeed() argument
3980 sony_pic_get_fanspeed(u8 *value) sony_pic_get_fanspeed() argument
3989 unsigned long value; sony_pic_fanspeed_store() local
4005 u8 value = 0; sony_pic_fanspeed_show() local
4126 ec_read16(u8 addr, u16 *value) ec_read16() argument
4144 int value; sonypi_misc_ioctl() local
[all...]
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dasihpi.c60 MODULE_PARM_DESC(index, "ALSA index value for AudioScience soundcard.");
1449 uinfo->value.integer.min = min_gain_mB / VOL_STEP_mB; in snd_asihpi_volume_info()
1450 uinfo->value.integer.max = max_gain_mB / VOL_STEP_mB; in snd_asihpi_volume_info()
1451 uinfo->value.integer.step = step_gain_mB / VOL_STEP_mB; in snd_asihpi_volume_info()
1462 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()
1463 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()
1475 (ucontrol->value.integer.value[ in snd_asihpi_volume_put()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c21 /* Dump the keyfields value and mask values */
29 u8 *value, *mask; in vcap_debugfs_show_rule_keyfield() local
37 out->prf(out->dst, "%d/%d", data->u1.value, data->u1.mask); in vcap_debugfs_show_rule_keyfield()
40 value = (u8 *)(&data->u32.value); in vcap_debugfs_show_rule_keyfield()
44 out->prf(out->dst, "%pI4h/%pI4h", &data->u32.value, in vcap_debugfs_show_rule_keyfield()
55 out->prf(out->dst, "%u/%u", data->u32.value & fmsk, in vcap_debugfs_show_rule_keyfield()
60 value = data->u48.value; in vcap_debugfs_show_rule_keyfield()
63 out->prf(out->dst, "%pMR/%pMR", data->u48.value, in vcap_debugfs_show_rule_keyfield()
117 vcap_debugfs_show_rule_actionfield(struct vcap_control *vctrl, struct vcap_output_print *out, enum vcap_action_field action, const struct vcap_field *actionfield, u8 *value) vcap_debugfs_show_rule_actionfield() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H A Dksz_common.h402 unsigned int value; in ksz_read8() local
403 int ret = regmap_read(ksz_regmap_8(dev), reg, &value); in ksz_read8()
409 *val = value; in ksz_read8()
415 unsigned int value; in ksz_read16() local
416 int ret = regmap_read(ksz_regmap_16(dev), reg, &value); in ksz_read16()
422 *val = value; in ksz_read16()
428 unsigned int value; in ksz_read32() local
429 int ret = regmap_read(ksz_regmap_32(dev), reg, &value); in ksz_read32()
435 *val = value; in ksz_read32()
441 u32 value[ in ksz_read64() local
454 ksz_write8(struct ksz_device *dev, u32 reg, u8 value) ksz_write8() argument
466 ksz_write16(struct ksz_device *dev, u32 reg, u16 value) ksz_write16() argument
478 ksz_write32(struct ksz_device *dev, u32 reg, u32 value) ksz_write32() argument
490 ksz_rmw16(struct ksz_device *dev, u32 reg, u16 mask, u16 value) ksz_rmw16() argument
503 ksz_rmw32(struct ksz_device *dev, u32 reg, u32 mask, u32 value) ksz_rmw32() argument
516 ksz_write64(struct ksz_device *dev, u32 reg, u64 value) ksz_write64() argument
[all...]
/kernel/linux/linux-6.6/include/linux/firmware/
H A Dxlnx-zynqmp.h178 /* Set healthy bit value */
520 int zynqmp_pm_set_sd_tapdelay(u32 node_id, u32 type, u32 value);
539 int zynqmp_pm_fpga_get_status(u32 *value);
540 int zynqmp_pm_fpga_get_config_status(u32 *value);
541 int zynqmp_pm_write_ggs(u32 index, u32 value);
542 int zynqmp_pm_read_ggs(u32 index, u32 *value);
543 int zynqmp_pm_write_pggs(u32 index, u32 value);
544 int zynqmp_pm_read_pggs(u32 index, u32 *value);
545 int zynqmp_pm_set_tapdelay_bypass(u32 index, u32 value);
547 int zynqmp_pm_set_boot_health_status(u32 value);
658 zynqmp_pm_set_sd_tapdelay(u32 node_id, u32 type, u32 value) zynqmp_pm_set_sd_tapdelay() argument
742 zynqmp_pm_fpga_get_status(u32 *value) zynqmp_pm_fpga_get_status() argument
747 zynqmp_pm_fpga_get_config_status(u32 *value) zynqmp_pm_fpga_get_config_status() argument
752 zynqmp_pm_write_ggs(u32 index, u32 value) zynqmp_pm_write_ggs() argument
757 zynqmp_pm_read_ggs(u32 index, u32 *value) zynqmp_pm_read_ggs() argument
762 zynqmp_pm_write_pggs(u32 index, u32 value) zynqmp_pm_write_pggs() argument
767 zynqmp_pm_read_pggs(u32 index, u32 *value) zynqmp_pm_read_pggs() argument
772 zynqmp_pm_set_tapdelay_bypass(u32 index, u32 value) zynqmp_pm_set_tapdelay_bypass() argument
782 zynqmp_pm_set_boot_health_status(u32 value) zynqmp_pm_set_boot_health_status() argument
812 zynqmp_pm_pinctrl_get_config(const u32 pin, const u32 param, u32 *value) zynqmp_pm_pinctrl_get_config() argument
818 zynqmp_pm_pinctrl_set_config(const u32 pin, const u32 param, u32 value) zynqmp_pm_pinctrl_set_config() argument
840 zynqmp_pm_set_feature_config(enum pm_feature_config_id id, u32 value) zynqmp_pm_set_feature_config() argument
886 zynqmp_pm_set_sd_config(u32 node, enum pm_sd_config_type config, u32 value) zynqmp_pm_set_sd_config() argument
893 zynqmp_pm_set_gem_config(u32 node, enum pm_gem_config_type config, u32 value) zynqmp_pm_set_gem_config() argument
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dsurface_battery.c199 static int spwr_battery_set_alarm_unlocked(struct spwr_battery_device *bat, u32 value) in spwr_battery_set_alarm_unlocked() argument
201 __le32 value_le = cpu_to_le32(value); in spwr_battery_set_alarm_unlocked()
205 bat->alarm = value; in spwr_battery_set_alarm_unlocked()
547 u32 value; in spwr_battery_get_property() local
576 value = get_unaligned_le32(&bat->bix.cycle_count); in spwr_battery_get_property()
577 if (value != SPWR_BATTERY_VALUE_UNKNOWN) in spwr_battery_get_property()
578 val->intval = value; in spwr_battery_get_property()
584 value = get_unaligned_le32(&bat->bix.design_voltage); in spwr_battery_get_property()
585 if (value != SPWR_BATTERY_VALUE_UNKNOWN) in spwr_battery_get_property()
586 val->intval = value * 100 in spwr_battery_get_property()
686 unsigned long value; alarm_store() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c344 switch (rrq->value) { in prism2_ioctl_siwrate()
364 switch (rrq->value) { in prism2_ioctl_siwrate()
419 rrq->value = local->ap->last_tx_rate > 0 ? in prism2_ioctl_giwrate()
430 rrq->value = 1000000; in prism2_ioctl_giwrate()
433 rrq->value = 2000000; in prism2_ioctl_giwrate()
436 rrq->value = 5500000; in prism2_ioctl_giwrate()
439 rrq->value = 11000000; in prism2_ioctl_giwrate()
443 rrq->value = 11000000; in prism2_ioctl_giwrate()
463 if (sens->value < 1 || sens->value > in prism2_ioctl_siwsens()
2323 int value = *(i + 1); prism2_ioctl_priv_prism2_param() local
2991 int value = *(i + 1); prism2_ioctl_priv_set_rid_word() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c336 switch (rrq->value) { in prism2_ioctl_siwrate()
356 switch (rrq->value) { in prism2_ioctl_siwrate()
412 rrq->value = local->ap->last_tx_rate > 0 ? in prism2_ioctl_giwrate()
423 rrq->value = 1000000; in prism2_ioctl_giwrate()
426 rrq->value = 2000000; in prism2_ioctl_giwrate()
429 rrq->value = 5500000; in prism2_ioctl_giwrate()
432 rrq->value = 11000000; in prism2_ioctl_giwrate()
436 rrq->value = 11000000; in prism2_ioctl_giwrate()
457 if (sens->value < 1 || sens->value > in prism2_ioctl_siwsens()
2342 int value = *(i + 1); prism2_ioctl_priv_prism2_param() local
3010 int value = *(i + 1); prism2_ioctl_priv_set_rid_word() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Daudio_topology.c193 uinfo->value.integer.min = le32_to_cpu(info->value.integer.min); in gbcodec_mixer_ctl_info()
194 uinfo->value.integer.max = le32_to_cpu(info->value.integer.max); in gbcodec_mixer_ctl_info()
197 max = le32_to_cpu(info->value.enumerated.items); in gbcodec_mixer_ctl_info()
198 uinfo->value.enumerated.items = max; in gbcodec_mixer_ctl_info()
199 if (uinfo->value.enumerated.item > max - 1) in gbcodec_mixer_ctl_info()
200 uinfo->value.enumerated.item = max - 1; in gbcodec_mixer_ctl_info()
205 uinfo->value.enumerated.item); in gbcodec_mixer_ctl_info()
206 strlcpy(uinfo->value in gbcodec_mixer_ctl_info()
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp159 const uintptr_t value = 10; in Test02() local
160 StackPush(value); in Test02()
161 ret = (value == stack_.front()); in Test02()
171 const uintptr_t value = 10; in Test03() local
172 StackPush(value); in Test03()
173 ret = (value == StackPop()); in Test03()
208 uintptr_t value = StackPop(); in Test04() local
210 ret = (value == expectedValue); in Test04()
211 printf("Test04-u8 value:%" PRIxPTR " expectedValue:%" PRIxPTR "\n", value, expectedValu in Test04()
268 uintptr_t value = StackPop(); Test05() local
300 uintptr_t value = StackPop(); Test06() local
321 intptr_t value = -10; Test07() local
420 uintptr_t value = StackPop(); Test09() local
460 uintptr_t value = StackPop(); Test10() local
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_us16x08.c125 0x0c, /* 0x0b: value dB (0 ... 12) (-12db .. +12db) x-6 */
128 0x0f, /* 0x0e: value freq (32-47) (1.7kHz..18kHz) */
187 ucontrol->value.enumerated.item[0] = elem->cache_val[index]; in snd_us16x08_route_get()
201 /* get the new value (no bias for routes) */ in snd_us16x08_route_put()
202 val = ucontrol->value.enumerated.item[0]; in snd_us16x08_route_put()
243 uinfo->value.integer.max = SND_US16X08_KCMAX(kcontrol); in snd_us16x08_master_info()
244 uinfo->value.integer.min = SND_US16X08_KCMIN(kcontrol); in snd_us16x08_master_info()
245 uinfo->value.integer.step = SND_US16X08_KCSTEP(kcontrol); in snd_us16x08_master_info()
255 ucontrol->value.integer.value[ in snd_us16x08_master_get()
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c352 unsigned int pin, u32 mask, u32 value) in jh7110_padcfg_rmw()
367 value &= mask; in jh7110_padcfg_rmw()
370 value |= readl_relaxed(reg) & ~mask; in jh7110_padcfg_rmw()
371 writel_relaxed(value, reg); in jh7110_padcfg_rmw()
450 u16 mask, value; in jh7110_pinconf_group_set() local
458 value = 0; in jh7110_pinconf_group_set()
466 value &= ~JH7110_PADCFG_BIAS; in jh7110_pinconf_group_set()
472 value = (value & ~JH7110_PADCFG_BIAS) | JH7110_PADCFG_PD; in jh7110_pinconf_group_set()
478 value in jh7110_pinconf_group_set()
351 jh7110_padcfg_rmw(struct jh7110_pinctrl *sfp, unsigned int pin, u32 mask, u32 value) jh7110_padcfg_rmw() argument
523 u32 value; jh7110_pinconf_dbg_show() local
593 jh7110_gpio_direction_output(struct gpio_chip *gc, unsigned int gpio, int value) jh7110_gpio_direction_output() argument
623 jh7110_gpio_set(struct gpio_chip *gc, unsigned int gpio, int value) jh7110_gpio_set() argument
648 u32 value; jh7110_gpio_set_config() local
709 u32 value; jh7110_irq_ack() local
727 u32 value; jh7110_irq_mask() local
748 u32 value; jh7110_irq_mask_ack() local
769 u32 value; jh7110_irq_unmask() local
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer_us16x08.c125 0x0c, /* 0x0b: value dB (0 ... 12) (-12db .. +12db) x-6 */
128 0x0f, /* 0x0e: value freq (32-47) (1.7kHz..18kHz) */
187 ucontrol->value.enumerated.item[0] = elem->cache_val[index]; in snd_us16x08_route_get()
201 /* get the new value (no bias for routes) */ in snd_us16x08_route_put()
202 val = ucontrol->value.enumerated.item[0]; in snd_us16x08_route_put()
243 uinfo->value.integer.max = SND_US16X08_KCMAX(kcontrol); in snd_us16x08_master_info()
244 uinfo->value.integer.min = SND_US16X08_KCMIN(kcontrol); in snd_us16x08_master_info()
245 uinfo->value.integer.step = SND_US16X08_KCSTEP(kcontrol); in snd_us16x08_master_info()
255 ucontrol->value.integer.value[ in snd_us16x08_master_get()
[all...]
/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp131 ACCOUNT_LOGI("This value is undefined or null"); in GetOptionIntProperty()
209 napi_value value = nullptr; in GetStringArrayPropertyByKey() local
210 NAPI_CALL_BASE(env, napi_get_named_property(env, obj, propertyName.c_str(), &value), false); in GetStringArrayPropertyByKey()
211 return GetStringArrayProperty(env, value, property, allowEmpty); in GetStringArrayPropertyByKey()
231 napi_value value = nullptr; in GetStringPropertyByKey() local
232 NAPI_CALL_BASE(env, napi_get_named_property(env, obj, propertyName.c_str(), &value), false); in GetStringPropertyByKey()
233 return GetStringProperty(env, value, property); in GetStringPropertyByKey()
244 napi_value value = nullptr; in GetOptionalStringPropertyByKey() local
245 NAPI_CALL_BASE(env, napi_get_named_property(env, obj, propertyName.c_str(), &value), false); in GetOptionalStringPropertyByKey()
247 NAPI_CALL_BASE(env, napi_typeof(env, value, in GetOptionalStringPropertyByKey()
263 napi_value value = nullptr; GetOptionalStringPropertyByKey() local
285 napi_value value = nullptr; IsOptionalPropertyExist() local
305 napi_value value = nullptr; GetOptionalNumberPropertyByKey() local
348 napi_value value = nullptr; CreateStringArray() local
367 ParseUint8TypedArray(napi_env env, napi_value value, uint8_t **data, size_t *length) ParseUint8TypedArray() argument
389 ParseUint8TypedArrayToVector(napi_env env, napi_value value, std::vector<uint8_t> &vec) ParseUint8TypedArrayToVector() argument
402 ParseUint8TypedArrayToUint64(napi_env env, napi_value value, uint64_t &result) ParseUint8TypedArrayToUint64() argument
423 ParseBusinessError(napi_env env, napi_value value, BusinessError &error) ParseBusinessError() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h99 * nla_put_u8(skb, type, value) add u8 attribute to skb
100 * nla_put_u16(skb, type, value) add u16 attribute to skb
101 * nla_put_u32(skb, type, value) add u32 attribute to skb
103 * value, padattr) add u64 attribute to skb
104 * nla_put_s8(skb, type, value) add s8 attribute to skb
105 * nla_put_s16(skb, type, value) add s16 attribute to skb
106 * nla_put_s32(skb, type, value) add s32 attribute to skb
107 * nla_put_s64(skb, type, value,
243 * `bitfield32_valid' is the u32 value of valid flags
270 * the value o
1241 nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) nla_put_u8() argument
1255 nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) nla_put_u16() argument
1268 nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) nla_put_be16() argument
1281 nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) nla_put_net16() argument
1294 nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) nla_put_le16() argument
1307 nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) nla_put_u32() argument
1320 nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) nla_put_be32() argument
1333 nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) nla_put_net32() argument
1346 nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) nla_put_le32() argument
1360 nla_put_u64_64bit(struct sk_buff *skb, int attrtype, u64 value, int padattr) nla_put_u64_64bit() argument
1375 nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, int padattr) nla_put_be64() argument
1390 nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, int padattr) nla_put_net64() argument
1406 nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value, int padattr) nla_put_le64() argument
1420 nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) nla_put_s8() argument
1433 nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) nla_put_s16() argument
1446 nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) nla_put_s32() argument
1460 nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, int padattr) nla_put_s64() argument
1540 nla_put_bitfield32(struct sk_buff *skb, int attrtype, __u32 value, __u32 selector) nla_put_bitfield32() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Dp16v.c639 uinfo->value.integer.min = 0; in snd_p16v_volume_info()
640 uinfo->value.integer.max = 255; in snd_p16v_volume_info()
650 u32 value; in snd_p16v_volume_get() local
652 value = snd_emu10k1_ptr20_read(emu, reg, high_low); in snd_p16v_volume_get()
654 ucontrol->value.integer.value[0] = 0xff - ((value >> 24) & 0xff); /* Left */ in snd_p16v_volume_get()
655 ucontrol->value.integer.value[1] = 0xff - ((value >> 1 in snd_p16v_volume_get()
669 u32 value, oval; snd_p16v_volume_put() local
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h99 * nla_put_u8(skb, type, value) add u8 attribute to skb
100 * nla_put_u16(skb, type, value) add u16 attribute to skb
101 * nla_put_u32(skb, type, value) add u32 attribute to skb
103 * value, padattr) add u64 attribute to skb
104 * nla_put_s8(skb, type, value) add s8 attribute to skb
105 * nla_put_s16(skb, type, value) add s16 attribute to skb
106 * nla_put_s32(skb, type, value) add s32 attribute to skb
107 * nla_put_s64(skb, type, value,
246 * `bitfield32_valid' is the u32 value of valid flags
275 * the value o
1287 nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) nla_put_u8() argument
1301 nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) nla_put_u16() argument
1314 nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) nla_put_be16() argument
1327 nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) nla_put_net16() argument
1340 nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) nla_put_le16() argument
1353 nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) nla_put_u32() argument
1366 nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) nla_put_be32() argument
1379 nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) nla_put_net32() argument
1392 nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) nla_put_le32() argument
1406 nla_put_u64_64bit(struct sk_buff *skb, int attrtype, u64 value, int padattr) nla_put_u64_64bit() argument
1421 nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, int padattr) nla_put_be64() argument
1436 nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, int padattr) nla_put_net64() argument
1452 nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value, int padattr) nla_put_le64() argument
1466 nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) nla_put_s8() argument
1479 nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) nla_put_s16() argument
1492 nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) nla_put_s32() argument
1506 nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, int padattr) nla_put_s64() argument
1586 nla_put_bitfield32(struct sk_buff *skb, int attrtype, __u32 value, __u32 selector) nla_put_bitfield32() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dsony-laptop.c117 "on (default: no change from current value)");
123 "on the model (default: no change from current value)");
640 int value; /* current setting */ member
726 u64 *value) in __call_snc_method()
732 if (value) { in __call_snc_method()
736 in.integer.value = *value; in __call_snc_method()
741 (unsigned int)(*value >> 32), in __call_snc_method()
742 (unsigned int)*value & 0xffffffff); in __call_snc_method()
761 static int sony_nc_buffer_call(acpi_handle handle, char *name, u64 *value, in sony_nc_buffer_call() argument
725 __call_snc_method(acpi_handle handle, char *method, u64 *value) __call_snc_method() argument
792 sony_nc_int_call(acpi_handle handle, char *name, int *value, int *result) sony_nc_int_call() argument
919 brightness_default_validate(const int direction, const int value) brightness_default_validate() argument
936 boolean_validate(const int direction, const int value) boolean_validate() argument
951 int value, ret = 0; sony_nc_sysfs_show() local
973 int value; sony_nc_sysfs_store() local
1024 int value; sony_backlight_get_brightness() local
1045 int value, result; sony_nc_update_status_ng() local
1768 __sony_nc_kbd_backlight_mode_set(u8 value) __sony_nc_kbd_backlight_mode_set() argument
1795 unsigned long value; sony_nc_kbd_backlight_mode_store() local
1816 __sony_nc_kbd_backlight_timeout_set(u8 value) __sony_nc_kbd_backlight_timeout_set() argument
1837 unsigned long value; sony_nc_kbd_backlight_timeout_store() local
1980 unsigned long value; sony_nc_battery_care_limit_store() local
2315 unsigned long value; sony_nc_lid_resume_store() local
2544 unsigned long value; sony_nc_highspeed_charging_store() local
2618 unsigned long value; sony_nc_lowbatt_store() local
2684 unsigned long value; sony_nc_hsfan_store() local
2791 unsigned long value; sony_nc_usb_charge_store() local
2912 unsigned long value; sony_nc_smart_conn_store() local
2970 unsigned long value; sony_nc_touchpad_store() local
3826 sony_pic_camera_command(int command, u8 value) sony_pic_camera_command() argument
3892 unsigned long value; sony_pic_wwanpower_store() local
3931 unsigned long value; sony_pic_bluetoothpower_store() local
3958 sony_pic_set_fanspeed(unsigned long value) sony_pic_set_fanspeed() argument
3963 sony_pic_get_fanspeed(u8 *value) sony_pic_get_fanspeed() argument
3972 unsigned long value; sony_pic_fanspeed_store() local
3988 u8 value = 0; sony_pic_fanspeed_show() local
4109 ec_read16(u8 addr, u16 *value) ec_read16() argument
4127 int value; sonypi_misc_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c366 u32 value; in trinity_gfx_powergating_initialize() local
378 value = RREG32_SMC(GFX_POWER_GATING_CNTL); in trinity_gfx_powergating_initialize()
379 value &= ~(SSSD_MASK | PDS_DIV_MASK); in trinity_gfx_powergating_initialize()
381 value |= SSSD(1); in trinity_gfx_powergating_initialize()
382 value |= PDS_DIV(dividers.post_div); in trinity_gfx_powergating_initialize()
383 WREG32_SMC(GFX_POWER_GATING_CNTL, value); in trinity_gfx_powergating_initialize()
519 u32 value; in trinity_gfx_dynamic_mgpg_enable() local
522 value = RREG32_SMC(PM_I_CNTL_1); in trinity_gfx_dynamic_mgpg_enable()
523 value &= ~DS_PG_CNTL_MASK; in trinity_gfx_dynamic_mgpg_enable()
524 value | in trinity_gfx_dynamic_mgpg_enable()
588 u32 value; trinity_set_divider_value() local
615 u32 value; trinity_set_ds_dividers() local
627 u32 value; trinity_set_ss_dividers() local
640 u32 value; trinity_set_vid() local
657 u32 value; trinity_set_allos_gnb_slow() local
669 u32 value; trinity_set_force_nbp_state() local
681 u32 value; trinity_set_display_wm() local
693 u32 value; trinity_set_vce_wm() local
705 u32 value; trinity_set_at() local
736 u32 value; trinity_power_level_enable_disable() local
756 u32 value = RREG32_SMC(SMU_SCLK_DPM_CNTL); trinity_start_dpm() local
1008 u32 value = RREG32_SMC(SMU_SCLK_DPM_TTT); trinity_program_ttt() local
1018 u32 value = RREG32_SMC(SMU_SCLK_DPM_TT_CNTL); trinity_enable_att() local
1031 u32 value; trinity_program_sclk_dpm() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c322 u32 value; in trinity_gfx_powergating_initialize() local
334 value = RREG32_SMC(GFX_POWER_GATING_CNTL); in trinity_gfx_powergating_initialize()
335 value &= ~(SSSD_MASK | PDS_DIV_MASK); in trinity_gfx_powergating_initialize()
337 value |= SSSD(1); in trinity_gfx_powergating_initialize()
338 value |= PDS_DIV(dividers.post_div); in trinity_gfx_powergating_initialize()
339 WREG32_SMC(GFX_POWER_GATING_CNTL, value); in trinity_gfx_powergating_initialize()
475 u32 value; in trinity_gfx_dynamic_mgpg_enable() local
478 value = RREG32_SMC(PM_I_CNTL_1); in trinity_gfx_dynamic_mgpg_enable()
479 value &= ~DS_PG_CNTL_MASK; in trinity_gfx_dynamic_mgpg_enable()
480 value | in trinity_gfx_dynamic_mgpg_enable()
544 u32 value; trinity_set_divider_value() local
571 u32 value; trinity_set_ds_dividers() local
583 u32 value; trinity_set_ss_dividers() local
596 u32 value; trinity_set_vid() local
613 u32 value; trinity_set_allos_gnb_slow() local
625 u32 value; trinity_set_force_nbp_state() local
637 u32 value; trinity_set_display_wm() local
649 u32 value; trinity_set_vce_wm() local
661 u32 value; trinity_set_at() local
692 u32 value; trinity_power_level_enable_disable() local
712 u32 value = RREG32_SMC(SMU_SCLK_DPM_CNTL); trinity_start_dpm() local
964 u32 value = RREG32_SMC(SMU_SCLK_DPM_TTT); trinity_program_ttt() local
974 u32 value = RREG32_SMC(SMU_SCLK_DPM_TT_CNTL); trinity_enable_att() local
987 u32 value; trinity_program_sclk_dpm() local
[all...]
/base/hiviewdfx/hitrace/frameworks/include/
H A Dhitrace_meter_wrapper.h27 void StartTraceCwrapper(uint64_t tag, const char *value);
31 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId);
33 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId);
35 void CountTraceCwrapper(uint64_t tag, const char *value, int64_t count);
38 void StartTraceChainPoint(const struct HiTraceIdStruct* hiTraceId, const char *value);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dread_bpf_task_storage_busy.c19 __type(value, long);
25 int *value; in BPF_PROG() local
33 value = bpf_this_cpu_ptr(&bpf_task_storage_busy); in BPF_PROG()
34 if (value) in BPF_PROG()
35 busy = *value; in BPF_PROG()

Completed in 45 milliseconds

1...<<61626364656667686970>>...705