Lines Matching refs:device
13 #include <linux/device.h>
49 * struct ti_opp_supply_of_data - device tree match data
65 * @dev: ti opp supply device for which we need to store info
66 * @data: data specific to the device
68 * Picks up efuse based optimized voltages for VDD unique per device and
73 static int _store_optimized_voltages(struct device *dev,
171 * @dev: device for which we need to free info
172 * @data: data specific to the device
174 static void _free_optimized_voltages(struct device *dev,
184 * @dev: device for which we need to find info
185 * @data: data specific to the device
191 static int _get_optimal_vdd_voltage(struct device *dev,
216 static int _opp_set_voltage(struct device *dev,
282 struct device *dev = data->dev;
380 struct device *dev = &pdev->dev;
381 struct device *cpu_dev = get_cpu_device(0);
389 dev_err(dev, "%s: Unable to match device\n", __func__);