/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | asc7621.c | 102 * and the control info needed to retrieve the value from the register map. 115 * retrieving a register value or not, and at what frequency. 137 "Unable to write value 0x%02x to register 0x%02x.\n", in write_byte() 231 * RPM = (90000 * 60) / register value 260 * 0xffff. This value allows the fan to be stopped completely without in store_fan16() 282 * The data sheet provides us with the 3/4 scale value for each voltage 283 * which is stored in in_scaling. The sda->index parameter value provides 305 /* The LSB value is a 2-bit scaling of the MSB's LSbit value. */ in show_in10() 1063 int value; in asc7621_init_client() local [all...] |
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_target.c | 584 if (kstrtou32(param->value, 0, &max_xmitdsl) < 0) in cxgbit_validate_params() 607 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest() 617 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest() 645 if (kstrtou32(param->value, 0, &mbl) < 0) in cxgbit_set_iso_npdu() 692 if (strcmp(param->value, YES)) in cxgbit_seq_pdu_inorder() 702 if (strcmp(param->value, YES)) in cxgbit_seq_pdu_inorder() 737 if (kstrtou8(param->value, 0, &erl) < 0) in cxgbit_set_params()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_easrc.c | 54 unsigned int regval = ucontrol->value.integer.value[0]; in fsl_easrc_iec958_put_bits() 70 ucontrol->value.enumerated.item[0] = easrc_priv->bps_iec958[mc->regbase]; in fsl_easrc_iec958_get_bits() 85 ucontrol->value.integer.value[0] = regval; in fsl_easrc_get_reg() 96 unsigned int regval = ucontrol->value.integer.value[0]; in fsl_easrc_set_reg() 406 * If exponent is zero (value == 0), or 7ff (value == NaNs) in fsl_easrc_normalize_filter() 525 * double value in fsl_easrc_prefilter_config() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 1655 len = symbols[i + 1]->value - sym->value; in dso__load_bfd_symbols() 1657 len = section->size - sym->value; in dso__load_bfd_symbols() 2413 bool value = false; in symbol__read_kptr_restrict() local 2420 value = perf_cap__capable(CAP_SYSLOG) ? in symbol__read_kptr_restrict() 2431 value = true; in symbol__read_kptr_restrict() 2433 return value; in symbol__read_kptr_restrict()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | w100fb.c | 200 * Set a palette value from rgb components 209 * If greyscale is true, then we convert the RGB value in w100fb_setcolreg() 216 * 16-bit True Colour. We encode the RGB value in w100fb_setcolreg() 231 * Blank the display based on value in blank_mode 471 * Get the video params out of 'var'. If a value doesn't fit, round it up, 853 unsigned long value; in w100fb_gpio_read() local 856 value = readl(remapped_regs + mmGPIO_DATA); in w100fb_gpio_read() 858 value = readl(remapped_regs + mmGPIO_DATA2); in w100fb_gpio_read() 860 return value; in w100fb_gpio_read() 863 void w100fb_gpio_write(int port, unsigned long value) in w100fb_gpio_write() argument [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | kprobes.c | 59 /* NOTE: change this value only with kprobe_mutex held */ 313 unsigned long *value, char *type, char *sym) in kprobe_cache_get_kallsym() 324 *value = (unsigned long)kip->insns; in kprobe_cache_get_kallsym() 405 /* NOTE: change this value only with kprobe_mutex held */ 409 * Call all pre_handler on the list, but ignores its return value. 2434 int __weak arch_kprobe_get_kallsym(unsigned int *symnum, unsigned long *value, in arch_kprobe_get_kallsym() argument 2440 int kprobe_get_kallsym(unsigned int symnum, unsigned long *value, char *type, in kprobe_get_kallsym() argument 2444 if (!kprobe_cache_get_kallsym(&kprobe_insn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2447 if (!kprobe_cache_get_kallsym(&kprobe_optinsn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2451 if (!arch_kprobe_get_kallsym(&symnum, value, typ in kprobe_get_kallsym() 312 kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, unsigned long *value, char *type, char *sym) kprobe_cache_get_kallsym() argument [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | sched.h | 232 * Single value that decides SCHED_DEADLINE internal math precision. 239 * Single value that denotes runtime == period, ie unlimited time. 291 * Shifting a value by an exponent greater *or equal* to the size of said value 509 /* The two decimal precision [%] value requested from user-space */ 536 * too large, so as the shares value of a task group. 951 * @value: utilization clamp value for tasks on this clamp bucket 955 * clamp value. 958 unsigned long value member 985 unsigned int value; global() member 2581 uclamp_rq_set(struct rq *rq, enum uclamp_id clamp_id, unsigned int value) uclamp_rq_set() argument 2698 uclamp_rq_set(struct rq *rq, enum uclamp_id clamp_id, unsigned int value) uclamp_rq_set() argument [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 274 * We have to always set the err, because the return value isn't in ovl_sync_fs() 606 pr_err("unrecognized mount option \"%s\" or missing value\n", in ovl_parse_opt() 960 const char *name, const void *value, in ovl_posix_acl_xattr_set() 969 if (value) { in ovl_posix_acl_xattr_set() 970 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set() 1004 err = ovl_xattr_set(dentry, inode, handler->name, value, size, flags); in ovl_posix_acl_xattr_set() 1024 const char *name, const void *value, in ovl_own_xattr_set() 1039 const char *name, const void *value, in ovl_other_xattr_set() 1042 return ovl_xattr_set(dentry, inode, name, value, size, flags); in ovl_other_xattr_set() 958 ovl_posix_acl_xattr_set(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) ovl_posix_acl_xattr_set() argument 1022 ovl_own_xattr_set(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) ovl_own_xattr_set() argument 1037 ovl_other_xattr_set(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) ovl_other_xattr_set() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 230 * is a webcam bug. Set dwMaxVideoFrameSize to the value reported by in uvc_v4l2_try_format() 1022 ctrl->value = xctrl.value; in uvc_ioctl_g_ctrl() 1036 xctrl.value = ctrl->value; in uvc_ioctl_s_ctrl() 1052 ctrl->value = xctrl.value; in uvc_ioctl_s_ctrl() 1075 ctrl->value = qc.default_value; in uvc_ioctl_g_ext_ctrls() 1108 /* Default value cannot be changed */ in uvc_ioctl_s_try_ext_ctrls()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 166 The RX_COPYBREAK value is chosen to trade-off the memory wasted by 320 /* Frequently used and paired value: keep adjacent for cache effect. */ 332 unsigned int default_port:4; /* Last dev->if_port value. */ 343 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value); 555 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value) in mdio_write() argument 560 iowrite16(value, ioaddr + MII_Wr_Data); in mdio_write() 603 converted to an offset/value list. */ in yellowfin_open() 1296 /* Stop the Rx process to change any value. */ in set_rx_mode() 1367 u16 value = data->val_in; in netdev_ioctl() local 1371 np->medialock = (value in netdev_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra30-emc.c | 892 u32 value; in load_one_timing_from_dt() local 895 err = of_property_read_u32(node, "clock-frequency", &value); in load_one_timing_from_dt() 902 timing->rate = value; in load_one_timing_from_dt() 1030 u32 value, ram_code; in emc_find_node_by_ram_code() local 1046 err = of_property_read_u32(np, "nvidia,ram-code", &value); in emc_find_node_by_ram_code() 1047 if (err || value != ram_code) in emc_find_node_by_ram_code() 1107 emc_read_lpddr_mode_register(emc, emem_dev, 8, &basic_conf4.value); in emc_read_lpddr_sdram_info() 1324 * - min_rate: Writing a value to this file sets the given frequency as the 1329 * - max_rate: Similarily to the min_rate file, writing a value to this file 1331 * the value i [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 277 /* use a value high enough to be above all the PFs, which has least significant 294 /* offset to nearest value which has lsb nibble matching DPM */ 297 /* add offset to rounded-up cid to get a value which could be used with UIO */ 305 /* how many cids were wasted - need this value for cid allocation */ 2002 * Returns zero if operation has successfully completed, a positive value if the 2024 * Returns zero if operation has successfully completed, a positive value if the 2495 #define SET_FLAG(value, mask, flag) \ 2497 (value) &= ~(mask);\ 2498 (value) |= ((flag) << (mask##_SHIFT));\ 2501 #define GET_FLAG(value, mas [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 166 The RX_COPYBREAK value is chosen to trade-off the memory wasted by 320 /* Frequently used and paired value: keep adjacent for cache effect. */ 332 unsigned int default_port:4; /* Last dev->if_port value. */ 343 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value); 557 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value) in mdio_write() argument 562 iowrite16(value, ioaddr + MII_Wr_Data); in mdio_write() 605 converted to an offset/value list. */ in yellowfin_open() 1298 /* Stop the Rx process to change any value. */ in set_rx_mode() 1369 u16 value = data->val_in; in netdev_ioctl() local 1373 np->medialock = (value in netdev_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 51 /* The default timer value as per the sxgbe specification 1 sec(1000 ms) */ 261 * Return value: 870 * This can be also used to override the value passed through the 1057 * Return value: 1252 /* Write first Tx descriptor with appropriate value */ in sxgbe_tso_prepare() 1510 * value based on whether it is enabled in SXGBE hardware or in sxgbe_rx() 1722 /* Freeze the counter registers before reading value otherwise it may in sxgbe_get_stats64() 1774 * Return value: 1801 * (ETH_DATA_LEN). This value can be changed with ifconfig. 1802 * Return value 1851 unsigned int value = 0; sxgbe_set_rx_mode() local [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfstrace.h | 1624 const char *value 1627 TP_ARGS(option, value), 1631 __string(value, value) 1636 __assign_str(value, value); 1640 __get_str(option), __get_str(value)
|
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_target.c | 584 if (kstrtou32(param->value, 0, &max_xmitdsl) < 0) in cxgbit_validate_params() 607 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest() 617 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest() 645 if (kstrtou32(param->value, 0, &mbl) < 0) in cxgbit_set_iso_npdu() 692 if (strcmp(param->value, YES)) in cxgbit_seq_pdu_inorder() 702 if (strcmp(param->value, YES)) in cxgbit_seq_pdu_inorder() 737 if (kstrtou8(param->value, 0, &erl) < 0) in cxgbit_set_params()
|
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | controller.c | 46 WRITE_ONCE(c->value, 0); in ssh_seq_reset() 57 u8 old = READ_ONCE(c->value); in ssh_seq_next() 61 while (unlikely((ret = cmpxchg(&c->value, old, new)) != old)) { in ssh_seq_next() 75 WRITE_ONCE(c->value, 0); in ssh_rqid_reset() 87 u16 old = READ_ONCE(c->value); in ssh_rqid_next() 91 while (unlikely((ret = cmpxchg(&c->value, old, new)) != old)) { in ssh_rqid_next() 104 * call return value can be tracked across multiple calls. This is done so 138 * either no notifier is left or a notifier returns a value with the 140 * ssam_notifier_from_errno() on any non-zero error value. 142 * Return: Returns the notifier status value, whic [all...] |
/kernel/linux/linux-6.6/drivers/char/ |
H A D | virtio_console.c | 542 unsigned int event, unsigned int value) in __send_control_msg() 557 portdev->cpkt.value = cpu_to_virtio16(portdev->vdev, value); in __send_control_msg() 573 unsigned int value) in send_control_msg() 577 return __send_control_msg(port->portdev, port->id, event, value); in send_control_msg() 1601 if (!cpkt->value) in handle_control_message() 1631 port->host_connected = virtio16_to_cpu(vdev, cpkt->value); in handle_control_message() 541 __send_control_msg(struct ports_device *portdev, u32 port_id, unsigned int event, unsigned int value) __send_control_msg() argument 572 send_control_msg(struct port *port, unsigned int event, unsigned int value) send_control_msg() argument
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kprobes.c | 63 /* NOTE: change this value only with 'kprobe_mutex' held */ 315 unsigned long *value, char *type, char *sym) in kprobe_cache_get_kallsym() 326 *value = (unsigned long)kip->insns; in kprobe_cache_get_kallsym() 419 * Call all 'kprobe::pre_handler' on the list, but ignores its return value. 1982 * long type. If it finds the return address, this returns that address value, 2516 int __weak arch_kprobe_get_kallsym(unsigned int *symnum, unsigned long *value, in arch_kprobe_get_kallsym() argument 2522 int kprobe_get_kallsym(unsigned int symnum, unsigned long *value, char *type, in kprobe_get_kallsym() argument 2526 if (!kprobe_cache_get_kallsym(&kprobe_insn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2529 if (!kprobe_cache_get_kallsym(&kprobe_optinsn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2533 if (!arch_kprobe_get_kallsym(&symnum, value, typ in kprobe_get_kallsym() 314 kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, unsigned long *value, char *type, char *sym) kprobe_cache_get_kallsym() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_main.c | 929 *val = atomic64_read(&dfx_item->value); in hpre_debugfs_atomic64_get() 941 atomic64_set(&hpre_dfx[HPRE_OVER_THRHLD_CNT].value, 0); in hpre_debugfs_atomic64_set() 946 atomic64_set(&dfx_item->value, val); in hpre_debugfs_atomic64_set() 1174 /* Fetch and save the value of capability registers */ in hpre_qm_init() 1299 u32 value; in hpre_open_axi_master_ooo() local 1301 value = readl(qm->io_base + HPRE_AM_OOO_SHUTDOWN_ENB); in hpre_open_axi_master_ooo() 1302 writel(value & ~HPRE_AM_OOO_SHUTDOWN_ENABLE, in hpre_open_axi_master_ooo() 1304 writel(value | HPRE_AM_OOO_SHUTDOWN_ENABLE, in hpre_open_axi_master_ooo()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk.c | 146 dev_err(dev, "unknown speed value for RMII! speed=%d", speed); in px30_set_rmii_speed() 234 dev_err(dev, "unknown speed value for RGMII! speed=%d", speed); in rk3128_set_rgmii_speed() 255 dev_err(dev, "unknown speed value for RMII! speed=%d", speed); in rk3128_set_rmii_speed() 355 dev_err(dev, "unknown speed value for RGMII! speed=%d", speed); in rk3228_set_rgmii_speed() 376 dev_err(dev, "unknown speed value for RMII! speed=%d", speed); in rk3228_set_rmii_speed() 472 dev_err(dev, "unknown speed value for RGMII! speed=%d", speed); in rk3288_set_rgmii_speed() 493 dev_err(dev, "unknown speed value for RMII! speed=%d", speed); in rk3288_set_rmii_speed() 543 dev_err(dev, "unknown speed value for RMII! speed=%d", speed); in rk3308_set_rmii_speed() 643 dev_err(dev, "unknown speed value for RGMII! speed=%d", speed); in rk3328_set_rgmii_speed() 668 dev_err(dev, "unknown speed value fo in rk3328_set_rmii_speed() 1611 int value; rk_gmac_setup() local [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | asc7621.c | 102 * and the control info needed to retrieve the value from the register map. 115 * retrieving a register value or not, and at what frequency. 137 "Unable to write value 0x%02x to register 0x%02x.\n", in write_byte() 231 * RPM = (90000 * 60) / register value 260 * 0xffff. This value allows the fan to be stopped completely without in store_fan16() 282 * The data sheet provides us with the 3/4 scale value for each voltage 283 * which is stored in in_scaling. The sda->index parameter value provides 305 /* The LSB value is a 2-bit scaling of the MSB's LSbit value. */ in show_in10() 1063 int value; in asc7621_init_client() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol.c | 1759 len = symbols[i + 1]->value - sym->value; in dso__load_bfd_symbols() 1761 len = section->size - sym->value; in dso__load_bfd_symbols() 2627 bool value = false; in symbol__read_kptr_restrict() local 2634 value = perf_cap__capable(CAP_SYSLOG) ? in symbol__read_kptr_restrict() 2645 value = true; in symbol__read_kptr_restrict() 2647 return value; in symbol__read_kptr_restrict()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 235 unsigned value; /* Used to compute the hash value. */ in tdb_hash() local 238 /* Set the initial value from the key size. */ in tdb_hash() 239 for (value = 0x238F13AF * strlen(name), i = 0; name[i]; i++) in tdb_hash() 240 value = (value + (((unsigned char *)name)[i] << (i*5 % 24))); in tdb_hash() 242 return (1103515243 * value + 12345); in tdb_hash() 665 * Parse tag=value strings from .modinfo section 945 * We cannot see value of permissions here, so just ignore 965 * allocated for them and symbol address and value ar 1319 sign_extend32(int32_t value, int index) sign_extend32() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wsa884x.c | 1541 ucontrol->value.enumerated.item[0] = wsa884x->dev_mode; in wsa884x_dev_mode_get() 1552 if (wsa884x->dev_mode == ucontrol->value.enumerated.item[0]) in wsa884x_dev_mode_put() 1555 wsa884x->dev_mode = ucontrol->value.enumerated.item[0]; in wsa884x_dev_mode_put() 1568 ucontrol->value.integer.value[0] = wsa884x->port_enable[portidx]; in wsa884x_get_swr_port() 1581 if (ucontrol->value.integer.value[0]) { in wsa884x_set_swr_port()
|