Home
last modified time | relevance | path

Searched refs:current_val (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/i2c/
H A Ddw9807-vcm.c44 u16 current_val; member
120 dev_vcm->current_val = ctrl->val; in dw9807_set_ctrl()
242 for (val = dw9807_dev->current_val & ~(DW9807_CTRL_STEPS - 1); in dw9807_vcm_suspend()
281 for (val = dw9807_dev->current_val % DW9807_CTRL_STEPS; in dw9807_vcm_resume()
282 val < dw9807_dev->current_val + DW9807_CTRL_STEPS - 1; in dw9807_vcm_resume()
/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_pmu_caps_test.c64 static void guest_code(uint64_t current_val) in guest_code() argument
68 guest_test_perf_capabilities_gp(current_val); in guest_code()
72 guest_test_perf_capabilities_gp(current_val ^ BIT_ULL(i)); in guest_code()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c51 char *current_val; /* For rates */ in libipw_translate_scan() local
108 current_val = start + iwe_stream_lcp_len(info); in libipw_translate_scan()
123 current_val = iwe_stream_add_value(info, start, current_val, in libipw_translate_scan()
131 current_val = iwe_stream_add_value(info, start, current_val, in libipw_translate_scan()
135 if ((current_val - start) > iwe_stream_lcp_len(info)) in libipw_translate_scan()
136 start = current_val; in libipw_translate_scan()
/linux/drivers/gpu/host1x/
H A Dsyncpt.c271 u32 current_val; in host1x_syncpt_is_expired() local
275 current_val = (u32)atomic_read(&sp->min_val); in host1x_syncpt_is_expired()
277 return ((current_val - thresh) & 0x80000000U) == 0U; in host1x_syncpt_is_expired()
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c77 static struct kobj_attribute current_val = variable
104 &current_val.attr,
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c522 void hp_update_attribute_permissions(bool is_readonly, struct kobj_attribute *current_val) in hp_update_attribute_permissions() argument
524 current_val->attr.mode = is_readonly ? 0444 : 0644; in hp_update_attribute_permissions()
H A Dbioscfg.h481 void hp_update_attribute_permissions(bool isreadonly, struct kobj_attribute *current_val);
/linux/drivers/iio/accel/
H A Dmma9553.c196 static u16 mma9553_set_bits(u16 current_val, u16 val, u16 mask) in mma9553_set_bits() argument
198 return (current_val & ~mask) | (val << (ffs(mask) - 1)); in mma9553_set_bits()
/linux/drivers/scsi/esas2r/
H A Datvda.h510 u8 current_val; member