Home
last modified time | relevance | path

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

/drivers/ide/
Dcmd640.c519 u8 setup_count, active_count, recovery_count, recovery_count2, cycle_count; in cmd640_set_mode() local
536 cycle_count = DIV_ROUND_UP(cycle_time, clock_time); in cmd640_set_mode()
545 recovery_count2 = cycle_count - (setup_count + active_count); in cmd640_set_mode()
/drivers/acpi/
Dsbs.c86 u16 cycle_count; member
203 val->intval = battery->cycle_count; in acpi_sbs_battery_get_property()
325 {0x17, SMBUS_READ_WORD, offsetof(struct acpi_battery, cycle_count)},
Dbattery.c132 int cycle_count; member
227 val->intval = battery->cycle_count; in acpi_battery_get_property()
378 {offsetof(struct acpi_battery, cycle_count), 0},
829 seq_printf(seq, "cycle count: %i\n", battery->cycle_count); in acpi_battery_print_info()
/drivers/power/
Dbq27xxx_battery.c119 int cycle_count; member
753 cache.cycle_count = bq27xxx_battery_read_cyct(di); in bq27xxx_battery_update()
971 ret = bq27xxx_simple_value(di->cache.cycle_count, val); in bq27xxx_battery_get_property()
Dpower_supply_sysfs.c148 POWER_SUPPLY_ATTR(cycle_count),
/drivers/soc/ti/
Dknav_qmss.h89 u32 cycle_count; member
/drivers/net/wireless/ath/ath10k/
Dwmi.c2335 arg->cycle_count = ev->cycle_count; in ath10k_wmi_op_pull_ch_info_ev()
2355 arg->cycle_count = ev->cycle_count; in ath10k_wmi_10_4_op_pull_ch_info_ev()
2367 u32 err_code, freq, cmd_flags, noise_floor, rx_clear_count, cycle_count; in ath10k_wmi_event_chan_info() local
2381 cycle_count = __le32_to_cpu(arg.cycle_count); in ath10k_wmi_event_chan_info()
2386 cycle_count); in ath10k_wmi_event_chan_info()
2415 cycle_count, in ath10k_wmi_event_chan_info()
2428 ar->survey_last_cycle_count = cycle_count; in ath10k_wmi_event_chan_info()
2457 dst->cycle_count = __le32_to_cpu(src->cycle_count); in ath10k_wmi_pull_pdev_stats_base()
6820 "Cycle count", pdev->cycle_count); in ath10k_wmi_fw_pdev_base_stats_fill()
Dcore.h196 u32 cycle_count; member
Dwmi.h4102 __le32 cycle_count; member
5771 __le32 cycle_count; member
5780 __le32 cycle_count; member
5966 __le32 cycle_count; member
Dwmi-tlv.c671 arg->cycle_count = ev->cycle_count; in ath10k_wmi_tlv_op_pull_ch_info_ev()
Ddebug.c1344 data[i++] = pdev_stats->cycle_count; in ath10k_debug_get_et_stats()