Lines Matching defs:link
3742 * @clk: consumer to link to a clk
3800 * clk_hw_create_clk: Allocate and link a clk consumer to a clk_core given
4056 * @hw: link to hardware-specific clock data
4075 * @hw: link to hardware-specific clock data
4092 * @hw: link to hardware-specific clock data
4254 * @hw: link to hardware-specific clock data
4285 * @hw: link to hardware-specific clock data
4347 * @hw: link to hardware-specific clock data
4512 * @link: Entry in global list of clock providers
4521 struct list_head link;
4603 list_add(&cp->link, &of_clk_providers);
4640 list_add(&cp->link, &of_clk_providers);
4727 list_for_each_entry(cp, &of_clk_providers, link) {
4729 list_del(&cp->link);
4864 list_for_each_entry(provider, &of_clk_providers, link) {