Searched refs:chip_pm (Results 1 – 1 of 1) sorted by relevance
27 struct gic_chip_pm *chip_pm = dev_get_drvdata(dev); in gic_runtime_resume() local28 struct gic_chip_data *gic = chip_pm->chip_data; in gic_runtime_resume()29 const struct gic_clk_data *data = chip_pm->clk_data; in gic_runtime_resume()32 ret = clk_bulk_prepare_enable(data->num_clocks, chip_pm->clks); in gic_runtime_resume()53 struct gic_chip_pm *chip_pm = dev_get_drvdata(dev); in gic_runtime_suspend() local54 struct gic_chip_data *gic = chip_pm->chip_data; in gic_runtime_suspend()55 const struct gic_clk_data *data = chip_pm->clk_data; in gic_runtime_suspend()60 clk_bulk_disable_unprepare(data->num_clocks, chip_pm->clks); in gic_runtime_suspend()69 struct gic_chip_pm *chip_pm; in gic_probe() local78 chip_pm = devm_kzalloc(dev, sizeof(*chip_pm), GFP_KERNEL); in gic_probe()[all …]