Lines Matching refs:device
11 #include <linux/device.h>
28 * Find the correct struct clk for the device and connection ID.
31 * If an entry has a device ID, it must match
86 static struct clk *__clk_get_sys(struct device *dev, const char *dev_id,
100 struct clk *clk_get(struct device *dev, const char *con_id)
224 * @con_id: connection ID string on device
225 * @dev_fmt: format string describing device name
247 * @con_id: connection ID string on device
248 * @dev_fmt: format string describing device name
268 const char *con_id, struct device *dev)
330 * @con_id: connection ID string on device
331 * @dev_id: string describing device name
357 * @con_id: connection ID string on device
358 * @dev_id: format string describing device name
377 static void devm_clkdev_release(struct device *dev, void *res)
382 static int devm_clk_match_clkdev(struct device *dev, void *res, void *data)
391 * @dev: device this lookup is bound
392 * @con_id: connection ID string on device
393 * @dev_id: format string describing device name
399 void devm_clk_release_clkdev(struct device *dev, const char *con_id,
418 * @dev: device this lookup is bound
420 * @con_id: connection ID string on device
421 * @dev_id: format string describing device name
431 int devm_clk_hw_register_clkdev(struct device *dev, struct clk_hw *hw,