Lines Matching defs:link
3943 * @clk: consumer to link to a clk
4001 * clk_hw_create_clk: Allocate and link a clk consumer to a clk_core given
4261 * @hw: link to hardware-specific clock data
4280 * @hw: link to hardware-specific clock data
4297 * @hw: link to hardware-specific clock data
4478 * @hw: link to hardware-specific clock data
4509 * @hw: link to hardware-specific clock data
4769 * @link: Entry in global list of clock providers
4778 struct list_head link;
4863 list_add(&cp->link, &of_clk_providers);
4905 list_add(&cp->link, &of_clk_providers);
4997 list_for_each_entry(cp, &of_clk_providers, link) {
4999 list_del(&cp->link);
5109 list_for_each_entry(provider, &of_clk_providers, link) {