Searched refs:is_volatile (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/nvdimm/
H A Dof_pmem.c22 bool is_volatile; local
50 is_volatile = !!of_find_property(np, "volatile", NULL);
52 is_volatile ? "volatile" : "non-volatile", np);
69 if (is_volatile)
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c496 ksft_print_msg("%s.%d orig %lld read %lld, is_volatile %d\n",
552 bool is_volatile = snd_ctl_elem_info_is_volatile(ctl->info); local
553 ksft_print_msg("%s.%d expected %lld but read %lld, is_volatile %d\n",
554 ctl->name, index, expected_int, read_int, is_volatile);
555 return !is_volatile;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c422 bool is_volatile = false; local
447 is_volatile = true;
458 * the new volatile value (if is_volatile is true) or the
470 else if (is_volatile)
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c97 bool is_volatile; member in struct:papr_scm_priv
1310 if (p->is_volatile)
1453 p->is_volatile = !of_property_read_bool(dn, "ibm,cache-flush-required");
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h762 __u8 is_volatile; member in struct:mfc_control
H A Ds5p_mfc_dec.c252 .is_volatile = 1,
1228 if (controls[i].is_volatile && ctx->ctrls[i])
H A Ds5p_mfc_enc.c1080 .is_volatile = 1,
2736 if (controls[i].is_volatile && ctx->ctrls[i])
/linux-master/drivers/hwmon/
H A Dlm90.c805 bool is_volatile)
820 if (!is_volatile)
804 lm90_read16(struct i2c_client *client, u8 regh, u8 regl, bool is_volatile) argument

Completed in 178 milliseconds