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.
515 * devm_clk_get - lookup and obtain a managed reference to a clock producer.
521 * Return: a struct clk corresponding to the clock producer, or
524 * the clock producer. (IOW, @id may be identical strings, but
542 * Return: a struct clk corresponding to the clock producer, or
545 * the clock producer. (IOW, @id may be identical strings, but
563 * Return: a struct clk corresponding to the clock producer, or
566 * the clock producer. (IOW, @id may be identical strings, but
578 * clock producer.
584 * Return: a struct clk corresponding to the clock producer, or
587 * the clock producer. If no such clk is found, it returns NULL
606 * Return: a struct clk corresponding to the clock producer, or
609 * the clock producer. If no such clk is found, it returns NULL
629 * Return: a struct clk corresponding to the clock producer, or
632 * the clock producer. If no such clk is found, it returns NULL
653 * Return: a struct clk corresponding to the clock producer, or
656 * the clock producer. If no such clk is found, it returns NULL
671 * clock producer from child node.
848 * This helper function allows drivers to atomically set the rate of a producer
849 * and claim exclusivity over the rate control of the producer.
922 * Returns a struct clk corresponding to the clock producer, or
925 * thereby the clock producer. In contrast to clk_get() this function
1196 * producer.
1200 * Behaves the same as clk_get() except where there is no clock producer. In