Lines Matching full:producer

188  *                          producer
218 * producer
373 * clk_get - lookup and obtain a reference to a clock producer.
377 * Returns a struct clk corresponding to the clock producer, or
380 * the clock producer. (IOW, @id may be identical strings, but
390 * clk_bulk_get - lookup and obtain a number of references to clock producer.
402 * clock consumer, and thereby the clock producer.
413 * producer.
433 * clk_bulk_get_optional - lookup and obtain a number of references to clock producer
438 * Behaves the same as clk_bulk_get() except where there is no clock producer.
440 * NULL for a clk for which a clock producer could not be determined.
465 * producer. In this case, instead of returning -ENOENT, the function returns
472 * clock consumer, and thereby the clock producer.
517 * devm_clk_get - lookup and obtain a managed reference to a clock producer.
523 * Return: a struct clk corresponding to the clock producer, or
526 * the clock producer. (IOW, @id may be identical strings, but
544 * Return: a struct clk corresponding to the clock producer, or
547 * the clock producer. (IOW, @id may be identical strings, but
565 * Return: a struct clk corresponding to the clock producer, or
568 * the clock producer. (IOW, @id may be identical strings, but
580 * clock producer.
586 * Return: a struct clk corresponding to the clock producer, or
589 * the clock producer. If no such clk is found, it returns NULL
608 * Return: a struct clk corresponding to the clock producer, or
611 * the clock producer. If no such clk is found, it returns NULL
631 * Return: a struct clk corresponding to the clock producer, or
634 * the clock producer. If no such clk is found, it returns NULL
655 * Return: a struct clk corresponding to the clock producer, or
658 * the clock producer. If no such clk is found, it returns NULL
673 * clock producer from child node.
850 * This helper function allows drivers to atomically set the rate of a producer
851 * and claim exclusivity over the rate control of the producer.
924 * Returns a struct clk corresponding to the clock producer, or
927 * thereby the clock producer. In contrast to clk_get() this function
1198 * producer.
1202 * Behaves the same as clk_get() except where there is no clock producer. In