Home
last modified time | relevance | path

Searched refs:atomic_threshold (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-scmi.c172 unsigned int atomic_threshold; in scmi_clocks_probe() local
203 is_atomic = handle->is_transport_atomic(handle, &atomic_threshold); in scmi_clocks_probe()
229 sclk->info->enable_latency <= atomic_threshold) in scmi_clocks_probe()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Ddriver.c141 * @atomic_threshold: Optional system wide DT-configured threshold, expressed
172 unsigned int atomic_threshold; member
2110 * @atomic_threshold: An optional return value for the system wide currently
2116 unsigned int *atomic_threshold) in scmi_is_transport_atomic()
2123 if (ret && atomic_threshold) in scmi_is_transport_atomic()
2124 *atomic_threshold = info->atomic_threshold; in scmi_is_transport_atomic()
2585 &info->atomic_threshold); in scmi_debugfs_common_setup()
2699 &info->atomic_threshold)) in scmi_probe()
2702 info->atomic_threshold); in scmi_probe()
2115 scmi_is_transport_atomic(const struct scmi_handle *handle, unsigned int *atomic_threshold) scmi_is_transport_atomic() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dscmi_protocol.h799 unsigned int *atomic_threshold);

Completed in 8 milliseconds