Lines Matching refs:device
11 #include <linux/device.h>
21 static void opp_set_dev_name(const struct device *dev, char *name)
133 const struct device *dev = opp_dev->dev;
138 /* Create device specific directory */
151 /* Create device specific directory link */
156 * opp_debug_register - add a device opp node to the debugfs 'opp' directory
157 * @opp_dev: opp-dev pointer for device
158 * @opp_table: the device-opp being added
160 * Dynamically adds device specific directory in debugfs 'opp' directory. If the
161 * device-opp is shared with other devices, then links will be created for all
176 const struct device *dev;
199 * opp_debug_unregister - remove a device opp node from debugfs opp directory
200 * @opp_dev: opp-dev pointer for device
201 * @opp_table: the device-opp being removed
203 * Dynamically removes device specific directory from debugfs 'opp' directory.
208 /* Move the real dentry object under another device */
230 seq_puts(s, " device rate(Hz) target(uV) min(uV) max(uV)\n");