Lines Matching defs:sampleclk_hw
148 * @sampleclk_hw: Struct for the clock we might provide to a PHY.
149 * @sampleclk: Pointer to normal 'struct clock' for sampleclk_hw.
158 struct clk_hw sampleclk_hw;
707 container_of(hw, struct sdhci_arasan_clk_data, sampleclk_hw);
798 container_of(hw, struct sdhci_arasan_clk_data, sampleclk_hw);
931 container_of(hw, struct sdhci_arasan_clk_data, sampleclk_hw);
1037 container_of(hw, struct sdhci_arasan_clk_data, sampleclk_hw);
1616 clk_data->sampleclk_hw.init = &sampleclk_init;
1618 devm_clk_register(dev, &clk_data->sampleclk_hw);
1621 clk_data->sampleclk_hw.init = NULL;