Lines Matching defs:dev
115 static int tegra210_amx_runtime_suspend(struct device *dev) in tegra210_amx_runtime_suspend()
125 static int tegra210_amx_runtime_resume(struct device *dev) in tegra210_amx_runtime_resume()
528 static bool tegra210_amx_wr_reg(struct device *dev, unsigned int reg) in tegra210_amx_wr_reg()
541 static bool tegra194_amx_wr_reg(struct device *dev, unsigned int reg) in tegra194_amx_wr_reg()
551 static bool tegra264_amx_wr_reg(struct device *dev, in tegra264_amx_wr_reg()
567 static bool tegra210_amx_rd_reg(struct device *dev, unsigned int reg) in tegra210_amx_rd_reg()
577 static bool tegra194_amx_rd_reg(struct device *dev, unsigned int reg) in tegra194_amx_rd_reg()
587 static bool tegra264_amx_rd_reg(struct device *dev, in tegra264_amx_rd_reg()
602 static bool tegra210_amx_volatile_reg(struct device *dev, unsigned int reg) in tegra210_amx_volatile_reg()
624 static bool tegra264_amx_volatile_reg(struct device *dev, in tegra264_amx_volatile_reg()
724 struct device *dev = &pdev->dev; in tegra210_amx_platform_probe() local