Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dad4130.c285 struct clk_hw int_clk_hw; member
1752 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_is_enabled()
1759 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_prepare()
1773 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_unprepare()
1811 st->int_clk_hw.init = &init; in ad4130_setup_int_clk()
1812 ret = devm_clk_hw_register(dev, &st->int_clk_hw); in ad4130_setup_int_clk()
1817 &st->int_clk_hw); in ad4130_setup_int_clk()
Dad7173.c211 struct clk_hw int_clk_hw; member
564 return container_of(hw, struct ad7173_state, int_clk_hw); in clk_hw_to_ad7173()
1092 st->int_clk_hw.init = &init; in ad7173_register_clk_provider()
1093 ret = devm_clk_hw_register(dev, &st->int_clk_hw); in ad7173_register_clk_provider()
1098 &st->int_clk_hw); in ad7173_register_clk_provider()
Dad7192.c205 struct clk_hw int_clk_hw; member
413 return container_of(hw, struct ad7192_state, int_clk_hw); in clk_hw_to_ad7192()
487 st->int_clk_hw.init = &init; in ad7192_register_clk_provider()
488 ret = devm_clk_hw_register(dev, &st->int_clk_hw); in ad7192_register_clk_provider()
493 &st->int_clk_hw); in ad7192_register_clk_provider()