/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | si476x-cmd.c | 430 * @value: property value 436 u16 property, u16 value) in si476x_core_cmd_set_property() 443 msb(value), in si476x_core_cmd_set_property() 444 lsb(value), in si476x_core_cmd_set_property() 459 * Function return the value of property as u16 on success or a 1016 * Function returns the value of the status bit in case of success and 435 si476x_core_cmd_set_property(struct si476x_core *core, u16 property, u16 value) si476x_core_cmd_set_property() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 223 int value); 566 static void mdio_write(unsigned int ioaddr, int phy_id, int location, int value) in mdio_write() argument 568 int write_cmd = 0x50020000 | (phy_id << 23) | (location << 18) | value; in mdio_write()
|
/kernel/linux/linux-6.6/drivers/media/usb/airspy/ |
H A D | airspy.c | 160 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index, in airspy_ctrl_msg() argument 194 ret = usb_control_msg(s->udev, pipe, request, requesttype, value, in airspy_ctrl_msg() 196 airspy_dbg_usb_control_msg(s->dev, request, requesttype, value, in airspy_ctrl_msg()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ene_ir.c | 52 static void ene_write_reg(struct ene_device *dev, u16 reg, u8 value) in ene_write_reg() argument 54 dbg_regs("reg %04x <- %02x", reg, value); in ene_write_reg() 56 outb(value, dev->hw_io + ENE_IO); in ene_write_reg()
|
/kernel/linux/linux-6.6/drivers/media/usb/msi2500/ |
H A D | msi2500.c | 656 u16 value = (data >> 0) & 0xffff; in msi2500_ctrl_msg() local 660 value, index, NULL, 0); in msi2500_ctrl_msg() 662 requesttype, value, index, NULL, 0, 2000); in msi2500_ctrl_msg()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-si476x.c | 441 * tuner->signal value range: 0x0000 .. 0xFFFF, in si476x_radio_g_tuner() 502 WARN(1, "Unexpected tuner function value\n"); in si476x_radio_init_vtable() 533 WARN(1, "Unexpected tuner function value\n"); in si476x_radio_pretune() 1001 unsigned int value; in si476x_radio_g_register() local 1007 (unsigned int)reg->reg, &value); in si476x_radio_g_register() 1008 reg->val = value; in si476x_radio_g_register()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | spca508.c | 1231 static int reg_write(struct gspca_dev *gspca_dev, u16 index, u16 value) in reg_write() argument 1240 value, index, NULL, 0, 500); in reg_write() 1242 index, value); in reg_write() 1259 0, /* value */ in reg_read()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 68 u16 value; in dev_debug_store() local 70 res = kstrtou16(buf, 0, &value); in dev_debug_store() 74 vdev->dev_debug = value; in dev_debug_store() 468 return value is ignored. */ in v4l2_release() 891 /* A minor value of -1 marks this video device as never in __video_register_device()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-core.c | 193 * the actual value 257 * write a 16 bit value to the specified AC97 address (LSB first!) 284 * write a 16 bit value to the specified AC97 address (LSB first!) 290 __le16 value; in em28xx_write_ac97() local 292 value = cpu_to_le16(val); in em28xx_write_ac97() 298 ret = em28xx_write_regs(dev, EM28XX_R40_AC97LSB, (u8 *)&value, 2); in em28xx_write_ac97()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 164 * unexpected value has been detected (for example an invalid section count or 165 * an invalid buffer end value). 488 * @val: value of the boost entry 504 * @val: value of the tunnel port boost entry 570 * @value: pointer to a value that will return the label's value if found 578 struct ice_pkg_enum *state, u16 *value) in ice_enum_labels() 591 *value = le16_to_cpu(label->value); in ice_enum_labels() 577 ice_enum_labels(struct ice_seg *ice_seg, u32 type, struct ice_pkg_enum *state, u16 *value) ice_enum_labels() argument [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | cppc_acpi.c | 463 * Return: 0 for success or negative value for err. 544 * cppc_ss->latency is just a Nominal value. In reality in register_pcc_channel() 662 * Return: 0 for success or negative value for err. 702 num_ent = cpc_obj->integer.value; in acpi_cppc_processor_probe() 704 pr_debug("Unexpected _CPC NumEntries value (%d) for CPU:%d\n", in acpi_cppc_processor_probe() 717 cpc_rev = cpc_obj->integer.value; in acpi_cppc_processor_probe() 756 cpc_ptr->cpc_regs[i-2].cpc_entry.int_value = cpc_obj->integer.value; in acpi_cppc_processor_probe() 948 * @val: place holder for return value 963 * @val: value to write 965 * Write value o [all...] |
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dax.c | 209 args.in_args[0].value = &inarg; in fuse_setup_one_mapping() 245 args.in_args[0].value = inargp; in fuse_send_removemapping() 247 args.in_args[1].value = remove_one; in fuse_send_removemapping()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | super.c | 206 * We have to always set the err, because the return value isn't in ovl_sync_fs() 450 const char *name, const void *value, in ovl_own_xattr_set() 466 const char *name, const void *value, in ovl_other_xattr_set() 469 return ovl_xattr_set(dentry, inode, name, value, size, flags); in ovl_other_xattr_set() 447 ovl_own_xattr_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) ovl_own_xattr_set() argument 463 ovl_other_xattr_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, 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-6.6/include/linux/ |
H A D | of.h | 30 void *value; member 429 * printk("U32 value: %x\n", u); 438 * printk("String value: %s\n", s); 892 !memcmp(p1->value, p2->value, (size_t)p1->length); in of_prop_val_eq() 935 * @phandle_name: Name of property holding a phandle value 965 * errno value. 1013 * errno value. 1071 * @np: device node from which the property value is to be read. 1079 * property does not have a value [all...] |
H A D | phy.h | 214 * @interface: enum phy_interface_t value 526 * @devices_in_package: IEEE 802.3 devices in package register value. 601 * @pma_extable: Cached value of PMA/PMD Extended Abilities Register 607 * @interface: enum phy_interface_t value 809 * @to_tmr: The value of the PLCA to_timer in bit-times, which determines the 814 * single transmit opportunity (TO). The default value of 0 means that the 815 * node is allowed exactly one frame per TO. A value of 1 allows two frames 819 * frame before interrupting the burst. This value should be set to a value 1020 * device. val is the value t 1772 phy_device_reset(struct phy_device *phydev, int value) phy_device_reset() argument [all...] |
H A D | sched.h | 488 * time. Since max value of util_est.enqueued for a task is 1024 (PELT util_avg 623 /* cached value of my_q->h_nr_running */ 786 * @value: clamp value "assigned" to a se 787 * @bucket_id: bucket index corresponding to the "assigned" value 789 * @user_defined: the requested clamp value comes from user-space 791 * The bucket_id is the index of the clamp bucket matching the clamp value 795 * The active bit is set whenever a task has got an "effective" value assigned, 796 * which can be different from the clamp value "requested" from user-space. 801 * value requeste 808 unsigned int value : bits_per(SCHED_CAPACITY_SCALE); global() member 2167 update_tsk_thread_flag(struct task_struct *tsk, int flag, bool value) update_tsk_thread_flag() argument 2170 update_ti_thread_flag(task_thread_info(tsk), flag, value); update_tsk_thread_flag() local [all...] |
H A D | usb.h | 189 * be unused. The driver should set this value in the probe() 529 /* Timeout value in microseconds for the L1 inactivity (LPM) timer. 568 * The idle timeout value that is currently programmed into the parent 643 * @hub_delay: cached value consisting of: 992 * @lo: the bcdDevice_lo value 993 * @hi: the bcdDevice_hi value 1009 * @cl: bInterfaceClass value 1025 * @pr: bInterfaceProtocol value 1041 * @num: bInterfaceNumber value 1055 * @cl: bDeviceClass value [all...] |
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 31 * value contained by ANA_FLOODING_FLD_UNICAST, 655 u16 (*wm_enc)(u16 value); 656 u16 (*wm_dec)(u16 value); 995 u16 ocelot_wm_enc(u16 value);
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sh-msiof.c | 206 u32 value) in sh_msiof_write() 211 iowrite16(value, p->mapbase + reg_offs); in sh_msiof_write() 214 iowrite32(value, p->mapbase + reg_offs); in sh_msiof_write() 331 /* check if DTDL and SYNCDL is allowed value */ in sh_msiof_spi_get_dtdl_and_syncdl() 337 /* check if the sum of DTDL and SYNCDL becomes an integer value */ in sh_msiof_spi_get_dtdl_and_syncdl() 205 sh_msiof_write(struct sh_msiof_spi_priv *p, int reg_offs, u32 value) sh_msiof_write() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_tpmi_core.c | 36 * Used to indicate if value read from MMIO needs to get multiplied 413 u64 value; in disable_dynamic_sst_features() local 415 rdmsrl(MSR_PM_ENABLE, value); in disable_dynamic_sst_features() 416 return !(value & 0x1); in disable_dynamic_sst_features()
|
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | usblp.c | 250 static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value, void *buf, int len) in usblp_ctrl_msg() argument 263 request, type | dir | recip, value, index, buf, len, USBLP_CTL_TIMEOUT); in usblp_ctrl_msg() 265 "usblp_control_msg: rq: 0x%02x dir: %d recip: %d value: %d idx: %d len: %#x result: %d\n", in usblp_ctrl_msg() 266 request, !!dir, recip, value, index, len, retval); in usblp_ctrl_msg() 686 else /* old-style ioctl value */ in usblp_ioctl() 1362 * On error, returns a negative errno value. */
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-udc.c | 1058 static int isp1760_ep_set_halt(struct usb_ep *ep, int value) in isp1760_ep_set_halt() argument 1065 value ? "set" : "clear", uep->addr); in isp1760_ep_set_halt() 1068 ret = __isp1760_ep_set_halt(uep, value, false); in isp1760_ep_set_halt() 1193 * The bus reset has reset most registers to their default value, in isp1760_udc_reset() 1506 * register, and reading the scratch register value back. The chip ID in isp1760_udc_init()
|
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | hardware.c | 270 /* Saved irq value when we disable the interrupt. */ 327 unsigned char value; member 798 if (body->value) in handle_received_CTRL_packet() 1200 ": no valid memreg_tx value - switching to the old memreg_tx\n"); in ipwireless_handle_v2_v3_interrupt() 1328 packet->body.value = (state == 0 ? 0 : 1); in set_control_line()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 1166 u32 value; in read_utmi_param() local 1169 err = of_property_read_u32(pdev->dev.of_node, param, &value); in read_utmi_param() 1175 *dest = value; in read_utmi_param()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-versaclock3.c | 505 /* if read only, just return current value */ in vc3_div_round_rate() 523 unsigned int value; in vc3_div_set_rate() local 525 value = divider_get_val(rate, parent_rate, div_data->table, in vc3_div_set_rate() 529 value << div_data->shift); in vc3_div_set_rate()
|