LCOV - code coverage report
Current view: top level - include/linux - of_clk.h (source / functions) Hit Total Coverage
Test: combined.info Lines: 0 4 0.0 %
Date: 2022-03-28 13:20:08 Functions: 0 0 -
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: GPL-2.0 */
       2                 :            : /*
       3                 :            :  * OF clock helpers
       4                 :            :  */
       5                 :            : 
       6                 :            : #ifndef __LINUX_OF_CLK_H
       7                 :            : #define __LINUX_OF_CLK_H
       8                 :            : 
       9                 :            : struct device_node;
      10                 :            : struct of_device_id;
      11                 :            : 
      12                 :            : #if defined(CONFIG_COMMON_CLK) && defined(CONFIG_OF)
      13                 :            : 
      14                 :            : unsigned int of_clk_get_parent_count(const struct device_node *np);
      15                 :            : const char *of_clk_get_parent_name(const struct device_node *np, int index);
      16                 :            : void of_clk_init(const struct of_device_id *matches);
      17                 :            : 
      18                 :            : #else /* !CONFIG_COMMON_CLK || !CONFIG_OF */
      19                 :            : 
      20                 :          0 : static inline unsigned int of_clk_get_parent_count(const struct device_node *np)
      21                 :            : {
      22                 :          0 :         return 0;
      23                 :            : }
      24                 :          0 : static inline const char *of_clk_get_parent_name(const struct device_node *np,
      25                 :            :                                                  int index)
      26                 :            : {
      27                 :          0 :         return NULL;
      28                 :            : }
      29                 :            : static inline void of_clk_init(const struct of_device_id *matches) {}
      30                 :            : 
      31                 :            : #endif /* !CONFIG_COMMON_CLK || !CONFIG_OF */
      32                 :            : 
      33                 :            : #endif /* __LINUX_OF_CLK_H */

Generated by: LCOV version 1.14