Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad4130.c285 struct clk_hw int_clk_hw; member
1782 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_is_enabled()
1789 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_prepare()
1803 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_unprepare()
1847 st->int_clk_hw.init = &init; in ad4130_setup_int_clk()
1848 clk = devm_clk_register(dev, &st->int_clk_hw); in ad4130_setup_int_clk()

Completed in 4 milliseconds