clkout_hw 21 drivers/clk/clk-wm831x.c struct clk_hw clkout_hw; clkout_hw 234 drivers/clk/clk-wm831x.c clkout_hw); clkout_hw 251 drivers/clk/clk-wm831x.c clkout_hw); clkout_hw 274 drivers/clk/clk-wm831x.c clkout_hw); clkout_hw 300 drivers/clk/clk-wm831x.c clkout_hw); clkout_hw 320 drivers/clk/clk-wm831x.c clkout_hw); clkout_hw 375 drivers/clk/clk-wm831x.c clkdata->clkout_hw.init = &wm831x_clkout_init; clkout_hw 376 drivers/clk/clk-wm831x.c ret = devm_clk_hw_register(&pdev->dev, &clkdata->clkout_hw); clkout_hw 83 drivers/rtc/rtc-hym8563.c struct clk_hw clkout_hw; clkout_hw 287 drivers/rtc/rtc-hym8563.c #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw) clkout_hw 410 drivers/rtc/rtc-hym8563.c hym8563->clkout_hw.init = &init; clkout_hw 416 drivers/rtc/rtc-hym8563.c clk = clk_register(&client->dev, &hym8563->clkout_hw); clkout_hw 83 drivers/rtc/rtc-pcf8563.c struct clk_hw clkout_hw; clkout_hw 391 drivers/rtc/rtc-pcf8563.c #define clkout_hw_to_pcf8563(_hw) container_of(_hw, struct pcf8563, clkout_hw) clkout_hw 523 drivers/rtc/rtc-pcf8563.c pcf8563->clkout_hw.init = &init; clkout_hw 529 drivers/rtc/rtc-pcf8563.c clk = devm_clk_register(&client->dev, &pcf8563->clkout_hw);