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.
446 * Returns a struct clk corresponding to the clock producer, or
449 * the clock producer. (IOW, @id may be identical strings, but
463 * clock producer.
467 * Behaves the same as devm_clk_get() except where there is no clock producer.
474 * clock producer from child node.
490 * producer
508 * producer
683 * This helper function allows drivers to atomically set the rate of a producer
684 * and claim exclusivity over the rate control of the producer.
757 * Returns a struct clk corresponding to the clock producer, or
760 * thereby the clock producer. In contrast to clk_get() this function
991 * producer.
995 * Behaves the same as clk_get() except where there is no clock producer. In