Home
last modified time | relevance | path

Searched refs:orig_value (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc21 orig_value=`grep function-fork trace_options`
29 echo $orig_value > trace_options
Dfunc-filter-notrace-pid.tc20 orig_value=`grep function-fork trace_options`
29 echo $orig_value > trace_options
/kernel/linux/linux-5.10/drivers/ide/
Dht6560b.c164 u8 orig_value; in try_to_init_ht6560b() local
168 if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff) in try_to_init_ht6560b()
174 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
180 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
/kernel/linux/linux-5.10/sound/pci/ice1712/
Dprodigy192.c682 unsigned char orig_value; in prodigy192_miodio_exists() local
687 orig_value = prodigy192_ak4114_read(ice, addr); in prodigy192_miodio_exists()
692 prodigy192_ak4114_write(ice, addr, orig_value); in prodigy192_miodio_exists()
/kernel/linux/linux-5.10/drivers/pci/
Dpci-acpi.c500 u32 match_reg, write_reg, header, orig_value; in program_hpx_type3_register() local
543 orig_value = write_reg; in program_hpx_type3_register()
547 if (orig_value == write_reg) in program_hpx_type3_register()
553 pos, orig_value, write_reg); in program_hpx_type3_register()
/kernel/linux/linux-5.10/drivers/mfd/
Dab8500-debugfs.c1590 u8 orig_value; in ab8500_modem_show() local
1600 AB8500_REGU_CTRL1, AB8500_SUPPLY_CONTROL_REG, &orig_value); in ab8500_modem_show()
1625 AB8500_REGU_CTRL1, AB8500_SUPPLY_CONTROL_REG, orig_value); in ab8500_modem_show()
/kernel/linux/linux-5.10/kernel/
Dparams.c317 bool orig_value = *(bool *)kp->arg; in param_set_bool_enable_only() local
327 if (!new_value && orig_value) in param_set_bool_enable_only()
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_nl.c1523 int orig_value = disk_conf->rs_discard_granularity; in sanitize_disk_conf() local
1535 if (disk_conf->rs_discard_granularity != orig_value) in sanitize_disk_conf()