LCOV - code coverage report
Current view: top level - drivers/base - init.c (source / functions) Hit Total Coverage
Test: gcov_data_raspi2_real_modules_combined.info Lines: 11 11 100.0 %
Date: 2020-09-30 20:25:40 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // SPDX-License-Identifier: GPL-2.0
       2                 :            : /*
       3                 :            :  * Copyright (c) 2002-3 Patrick Mochel
       4                 :            :  * Copyright (c) 2002-3 Open Source Development Labs
       5                 :            :  */
       6                 :            : 
       7                 :            : #include <linux/device.h>
       8                 :            : #include <linux/init.h>
       9                 :            : #include <linux/memory.h>
      10                 :            : #include <linux/of.h>
      11                 :            : 
      12                 :            : #include "base.h"
      13                 :            : 
      14                 :            : /**
      15                 :            :  * driver_init - initialize driver model.
      16                 :            :  *
      17                 :            :  * Call the driver model init functions to initialize their
      18                 :            :  * subsystems. Called early from init/main.c.
      19                 :            :  */
      20                 :        207 : void __init driver_init(void)
      21                 :            : {
      22                 :            :         /* These are the core pieces */
      23                 :        207 :         devtmpfs_init();
      24                 :        207 :         devices_init();
      25                 :        207 :         buses_init();
      26                 :        207 :         classes_init();
      27                 :        207 :         firmware_init();
      28                 :            :         hypervisor_init();
      29                 :            : 
      30                 :            :         /* These are also core pieces, but must come after the
      31                 :            :          * core core pieces.
      32                 :            :          */
      33                 :        207 :         of_core_init();
      34                 :        207 :         platform_bus_init();
      35                 :        207 :         cpu_dev_init();
      36                 :            :         memory_dev_init();
      37                 :        207 :         container_dev_init();
      38                 :        207 : }

Generated by: LCOV version 1.14