Lines Matching full:producer
316 * clk_get - lookup and obtain a reference to a clock producer.
320 * Returns a struct clk corresponding to the clock producer, or
323 * the clock producer. (IOW, @id may be identical strings, but
333 * clk_bulk_get - lookup and obtain a number of references to clock producer.
345 * clock consumer, and thereby the clock producer.
356 * producer.
376 * clk_bulk_get_optional - lookup and obtain a number of references to clock producer
381 * Behaves the same as clk_bulk_get() except where there is no clock producer.
383 * NULL for a clk for which a clock producer could not be determined.
408 * producer. In this case, instead of returning -ENOENT, the function returns
415 * clock consumer, and thereby the clock producer.
442 * devm_clk_get - lookup and obtain a managed reference to a clock producer.
448 * Return: a struct clk corresponding to the clock producer, or
451 * the clock producer. (IOW, @id may be identical strings, but
469 * Return: a struct clk corresponding to the clock producer, or
472 * the clock producer. (IOW, @id may be identical strings, but
490 * Return: a struct clk corresponding to the clock producer, or
493 * the clock producer. (IOW, @id may be identical strings, but
505 * clock producer.
511 * Return: a struct clk corresponding to the clock producer, or
514 * the clock producer. If no such clk is found, it returns NULL
533 * Return: a struct clk corresponding to the clock producer, or
536 * the clock producer. If no such clk is found, it returns NULL
556 * Return: a struct clk corresponding to the clock producer, or
559 * the clock producer. If no such clk is found, it returns NULL
572 * clock producer from child node.
588 * producer
606 * producer
781 * This helper function allows drivers to atomically set the rate of a producer
782 * and claim exclusivity over the rate control of the producer.
855 * Returns a struct clk corresponding to the clock producer, or
858 * 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