Home
last modified time | relevance | path

Searched refs:cycle_count (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/drivers/iio/magnetometer/
Drm3100-core.c344 unsigned int cycle_count; in rm3100_set_samp_freq() local
350 ret = regmap_read(regmap, RM3100_REG_CC_X, &cycle_count); in rm3100_set_samp_freq()
369 if (val == 600 && cycle_count == 200) { in rm3100_set_samp_freq()
373 } else if (val != 600 && cycle_count == 100) { in rm3100_set_samp_freq()
/Linux-v5.10/include/linux/power/
Dbq27xxx_battery.h52 int cycle_count; member
/Linux-v5.10/drivers/platform/x86/
Dsurface3_power.c75 u32 cycle_count; member
194 .cycle_count = 0xffffffff,
251 bix->cycle_count = ret; in mshw0011_bix()
/Linux-v5.10/drivers/ide/
Dcmd640.c520 u8 setup_count, active_count, recovery_count, recovery_count2, cycle_count; in cmd640_set_mode() local
537 cycle_count = DIV_ROUND_UP(cycle_time, clock_time); in cmd640_set_mode()
546 recovery_count2 = cycle_count - (setup_count + active_count); in cmd640_set_mode()
/Linux-v5.10/drivers/acpi/
Dsbs.c68 u16 cycle_count; member
185 val->intval = battery->cycle_count; in acpi_sbs_battery_get_property()
307 {0x17, SMBUS_READ_WORD, offsetof(struct acpi_battery, cycle_count)},
Dbattery.c119 int cycle_count; member
235 val->intval = battery->cycle_count; in acpi_battery_get_property()
420 {offsetof(struct acpi_battery, cycle_count), 0},
/Linux-v5.10/drivers/soc/ti/
Dknav_qmss.h83 u32 cycle_count; member
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.h749 u32 cycle_count; member
Dwmi.c4699 ch_info_ev->cycle_count = ev->cycle_count; in ath11k_pull_chan_info_ev()
4818 dst->cycle_count = src->cycle_count; in ath11k_wmi_pull_pdev_stats_base()
5091 "Cycle count", pdev->cycle_count); in ath11k_wmi_fw_pdev_base_stats_fill()
6017 ch_info_ev.rx_clear_count, ch_info_ev.cycle_count, in ath11k_chan_info_event()
6064 survey->time = div_u64(ch_info_ev.cycle_count, cc_freq_hz); in ath11k_chan_info_event()
Dwmi.h4087 u32 cycle_count; /* Total on-channel time */ member
4387 u32 cycle_count; member
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.c2661 arg->cycle_count = ev->cycle_count; in ath10k_wmi_op_pull_ch_info_ev()
2681 arg->cycle_count = ev->cycle_count; in ath10k_wmi_10_4_op_pull_ch_info_ev()
2719 survey->time = (params->cycle_count / params->mac_clk_mhz) / 1000; in ath10k_wmi_event_chan_info_unpaired()
2750 params->cycle_count, in ath10k_wmi_event_chan_info_paired()
2763 ar->survey_last_cycle_count = params->cycle_count; in ath10k_wmi_event_chan_info_paired()
2784 ch_info_param.cycle_count = __le32_to_cpu(arg.cycle_count); in ath10k_wmi_event_chan_info()
2791 ch_info_param.cycle_count); in ath10k_wmi_event_chan_info()
2851 dst->cycle_count = __le32_to_cpu(src->cycle_count); in ath10k_wmi_pull_pdev_stats_base()
8204 "Cycle count", pdev->cycle_count); in ath10k_wmi_fw_pdev_base_stats_fill()
Dwmi-tlv.h1656 u32 cycle_count; member
1668 __le32 cycle_count; member
Dcore.h276 u32 cycle_count; /* Total on-channel time */ member
Dwmi.h4664 __le32 cycle_count; /* Total on-channel time */ member
6589 __le32 cycle_count; member
6598 __le32 cycle_count; member
6838 __le32 cycle_count; member
Dwmi-tlv.c1002 arg->cycle_count = ev->cycle_count; in ath10k_wmi_tlv_op_pull_ch_info_ev()
Ddebug.c1191 data[i++] = pdev_stats->cycle_count; in ath10k_debug_get_et_stats()
/Linux-v5.10/drivers/power/supply/
Dbq27xxx_battery.c1741 cache.cycle_count = bq27xxx_battery_read_cyct(di);
1984 ret = bq27xxx_simple_value(di->cache.cycle_count, val);
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_commands.h5844 uint32_t cycle_count; member