Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-meson.c451 struct clk_parent_data div_parent = {}, gate_parent = {}; in meson_pwm_init_channels() local
505 gate_parent.index = -1; in meson_pwm_init_channels()
506 gate_parent.hw = &channel->div.hw; in meson_pwm_init_channels()
507 init.parent_data = &gate_parent; in meson_pwm_init_channels()