Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/
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()
228 sclk->info->enable_latency <= atomic_threshold) in scmi_clocks_probe()
/linux-6.1.9/drivers/firmware/arm_scmi/
Ddriver.c165 unsigned int atomic_threshold; member
1818 unsigned int *atomic_threshold) in scmi_is_transport_atomic() argument
1824 if (ret && atomic_threshold) in scmi_is_transport_atomic()
1825 *atomic_threshold = info->atomic_threshold; in scmi_is_transport_atomic()
2400 &info->atomic_threshold)) in scmi_probe()
2403 info->atomic_threshold); in scmi_probe()
/linux-6.1.9/include/linux/
Dscmi_protocol.h771 unsigned int *atomic_threshold);