Lines Matching full:producer
188 * producer
206 * producer
356 * clk_get - lookup and obtain a reference to a clock producer.
360 * Returns a struct clk corresponding to the clock producer, or
363 * the clock producer. (IOW, @id may be identical strings, but
373 * clk_bulk_get - lookup and obtain a number of references to clock producer.
385 * clock consumer, and thereby the clock producer.
396 * producer.
416 * clk_bulk_get_optional - lookup and obtain a number of references to clock producer
421 * Behaves the same as clk_bulk_get() except where there is no clock producer.
423 * NULL for a clk for which a clock producer could not be determined.
448 * producer. In this case, instead of returning -ENOENT, the function returns
455 * clock consumer, and thereby the clock producer.
482 * devm_clk_get - lookup and obtain a managed reference to a clock producer.
488 * Return: a struct clk corresponding to the clock producer, or
491 * the clock producer. (IOW, @id may be identical strings, but
509 * Return: a struct clk corresponding to the clock producer, or
512 * the clock producer. (IOW, @id may be identical strings, but
530 * Return: a struct clk corresponding to the clock producer, or
533 * the clock producer. (IOW, @id may be identical strings, but
545 * clock producer.
551 * Return: a struct clk corresponding to the clock producer, or
554 * the clock producer. If no such clk is found, it returns NULL
573 * Return: a struct clk corresponding to the clock producer, or
576 * the clock producer. If no such clk is found, it returns NULL
596 * Return: a struct clk corresponding to the clock producer, or
599 * the clock producer. If no such clk is found, it returns NULL
612 * clock producer from child node.
789 * This helper function allows drivers to atomically set the rate of a producer
790 * and claim exclusivity over the rate control of the producer.
863 * Returns a struct clk corresponding to the clock producer, or
866 * thereby the clock producer. In contrast to clk_get() this function
1124 * producer.
1128 * Behaves the same as clk_get() except where there is no clock producer. In