Lines Matching defs:id

80  * @id: clock consumer ID
88 const char *id;
375 * @id: clock consumer ID
379 * uses @dev and @id to determine the clock consumer, and thereby
380 * the clock producer. (IOW, @id may be identical strings, but
387 struct clk *clk_get(struct device *dev, const char *id);
401 * The implementation uses @dev and @clk_bulk_data.id to determine the
471 * The implementation uses @dev and @clk_bulk_data.id to determine the
517 * @id: clock consumer ID
523 * uses @dev and @id to determine the clock consumer, and thereby
524 * the clock producer. (IOW, @id may be identical strings, but
533 struct clk *devm_clk_get(struct device *dev, const char *id);
538 * @id: clock consumer ID
544 * uses @dev and @id to determine the clock consumer, and thereby
545 * the clock producer. (IOW, @id may be identical strings, but
554 struct clk *devm_clk_get_prepared(struct device *dev, const char *id);
559 * @id: clock consumer ID
565 * uses @dev and @id to determine the clock consumer, and thereby
566 * the clock producer. (IOW, @id may be identical strings, but
574 struct clk *devm_clk_get_enabled(struct device *dev, const char *id);
580 * @id: clock consumer ID
586 * uses @dev and @id to determine the clock consumer, and thereby
597 struct clk *devm_clk_get_optional(struct device *dev, const char *id);
602 * @id: clock consumer ID
608 * uses @dev and @id to determine the clock consumer, and thereby
619 struct clk *devm_clk_get_optional_prepared(struct device *dev, const char *id);
625 * @id: clock consumer ID
631 * uses @dev and @id to determine the clock consumer, and thereby
641 struct clk *devm_clk_get_optional_enabled(struct device *dev, const char *id);
927 static inline struct clk *clk_get(struct device *dev, const char *id)
950 static inline struct clk *devm_clk_get(struct device *dev, const char *id)
956 const char *id)
962 const char *id)
968 const char *id)
974 const char *id)
980 const char *id)
1165 * @id: clock consumer ID
1170 static inline struct clk *clk_get_optional(struct device *dev, const char *id)
1172 struct clk *clk = clk_get(dev, id);