Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad7192.c206 struct clk_hw int_clk_hw; member
421 return container_of(hw, struct ad7192_state, int_clk_hw); in clk_hw_to_ad7192()
495 st->int_clk_hw.init = &init; in ad7192_register_clk_provider()
496 ret = devm_clk_hw_register(dev, &st->int_clk_hw); in ad7192_register_clk_provider()
501 &st->int_clk_hw); in ad7192_register_clk_provider()
H A Dad4130.c290 struct clk_hw int_clk_hw; member
1801 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_is_enabled()
1808 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_prepare()
1822 struct ad4130_state *st = container_of(hw, struct ad4130_state, int_clk_hw); in ad4130_int_clk_unprepare()
1860 st->int_clk_hw.init = &init; in ad4130_setup_int_clk()
1861 ret = devm_clk_hw_register(dev, &st->int_clk_hw); in ad4130_setup_int_clk()
1866 &st->int_clk_hw); in ad4130_setup_int_clk()
H A Dad7173.c232 struct clk_hw int_clk_hw; member
560 return container_of(hw, struct ad7173_state, int_clk_hw); in clk_hw_to_ad7173()
1426 st->int_clk_hw.init = &init; in ad7173_register_clk_provider()
1427 ret = devm_clk_hw_register(dev, &st->int_clk_hw); in ad7173_register_clk_provider()
1432 &st->int_clk_hw); in ad7173_register_clk_provider()