Searched refs:accuracy (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/clk/
H A Dclk-fixed-rate.c165 u32 accuracy = 0; local
171 of_property_read_u32(node, "clock-accuracy", &accuracy);
176 0, rate, accuracy);
H A Dclk.c85 unsigned long accuracy; member in struct:clk_core
596 return core->accuracy;
1875 * callback then it is assumed that the clock will take on the accuracy of its
1886 parent_accuracy = core->parent->accuracy;
1889 core->accuracy = core->ops->recalc_accuracy(core->hw,
1892 core->accuracy = parent_accuracy;
1907 * clk_get_accuracy - return the accuracy of clk
1908 * @clk: the clk whose accuracy is being returned
1910 * Simply returns the cached accuracy of the clk, unless
1917 long accuracy; local
[all...]
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.h143 u32 accuracy; member in struct:sfh_mag_data
H A Damd_sfh_desc.c229 magno_input.in_magno_accuracy = mag_data.accuracy / 100;
/linux-master/drivers/clk/at91/
H A Dsckc.c53 unsigned long accuracy; member in struct:clk_slow_rc_osc
183 return osc->accuracy;
228 unsigned long accuracy,
254 osc->accuracy = accuracy;
225 at91_clk_register_slow_rc_osc(void __iomem *sckcr, const char *name, unsigned long frequency, unsigned long accuracy, unsigned long startup, const struct clk_slow_bits *bits) argument
H A Dclk-main.c40 unsigned long accuracy; member in struct:clk_main_rc_osc
266 return osc->accuracy;
299 u32 frequency, u32 accuracy)
322 osc->accuracy = accuracy;
297 at91_clk_register_main_rc_osc(struct regmap *regmap, const char *name, u32 frequency, u32 accuracy) argument
H A Dpmc.h162 u32 frequency, u32 accuracy);
H A Ddt-compat.c285 u32 accuracy = 0; local
292 of_property_read_u32(np, "clock-accuracy", &accuracy);
300 hw = at91_clk_register_main_rc_osc(regmap, name, frequency, accuracy);
/linux-master/drivers/xen/
H A Defi.c58 tc->accuracy = efi_data(op).u.get_time.accuracy;
/linux-master/drivers/rtc/
H A Drtc-efi.c244 cap.resolution, cap.accuracy, cap.sets_to_zero);
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c303 put_user(cap.accuracy, &(cap_local->accuracy)) ||
/linux-master/include/xen/interface/
H A Dplatform.h140 uint32_t accuracy; member in struct:xenpf_efi_runtime_call::__anon852::__anon853
/linux-master/include/sound/
H A Dpcm.h330 /* accuracy represented in ns units */
331 u32 accuracy_report:1; /* 0 if accuracy unknown, 1 if accuracy field is valid */
332 u32 accuracy; /* up to 4.29s, will be packed in separate field */ member in struct:snd_pcm_audio_tstamp_report
335 static inline void snd_pcm_pack_audio_tstamp_report(__u32 *data, __u32 *accuracy, argument
348 *accuracy = report->accuracy;
/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c66 __le32 accuracy; member in struct:scmi_msg_resp_powercap_domain_attributes
270 dom_info->accuracy = le32_to_cpu(resp->accuracy);
/linux-master/drivers/hwmon/
H A Dacpi_power_meter.c65 u64 accuracy; member in struct:acpi_power_meter_capabilities
453 unsigned int acc = resource->caps.accuracy;
/linux-master/include/linux/
H A Dscmi_protocol.h637 * @accuracy: The accuracy with which the power is measured and reported in
662 unsigned int accuracy; member in struct:scmi_powercap_info
H A Defi.h246 u32 accuracy; member in struct:__anon1098
/linux-master/sound/pci/hda/
H A Dhda_controller.c520 audio_tstamp_report->accuracy = 42; /* 24 MHz WallClock == 42ns resolution */
548 audio_tstamp_report->accuracy = 42;
/linux-master/include/net/bluetooth/
H A Dmgmt.h451 __le16 accuracy; member in struct:mgmt_rp_get_clock_info
/linux-master/net/mac80211/
H A Drx.c569 u16 accuracy = 0; local
591 if (local->hw.radiotap_timestamp.accuracy >= 0) {
592 accuracy = local->hw.radiotap_timestamp.accuracy;
595 put_unaligned_le16(accuracy, pos);
H A Dmain.c1001 local->hw.radiotap_timestamp.accuracy = -1;
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1259 audio_tstamp_report->accuracy = 42; /* 24MHzWallClk == 42ns resolution */
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c155 __le32 accuracy; member in struct:qcom_battmgr_message::__anon68::__anon71
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S107 | the value -log2/64 to 88 bits of accuracy.
311 | c) To fully preserve accuracy, the polynomial is computed
/linux-master/include/net/
H A Dmac80211.h2943 * @radiotap_timestamp.accuracy: If non-negative, fills the accuracy in the
2944 * radiotap field and the accuracy known flag will be set.
3005 s16 accuracy;
3002 s16 accuracy; member in struct:ieee80211_hw::__anon2486

Completed in 329 milliseconds

12