| # Copyright 2021 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc |
| # before making changes to this file, and add a member of the fuchsia.dev |
| # team as reviewer. |
| toc: |
| - title: "Overview" |
| path: /docs/development/drivers/concepts/device_driver_model/README.md |
| - title: "Introduction" |
| path: /docs/development/drivers/concepts/device_driver_model/introduction.md |
| - title: "Device model" |
| path: /docs/development/drivers/concepts/device_driver_model/device-model.md |
| - title: "Driver binding" |
| path: /docs/development/drivers/concepts/device_driver_model/driver-binding.md |
| - title: "The Device ops" |
| path: /docs/development/drivers/concepts/device_driver_model/device-ops.md |
| - title: "Device driver lifecycle" |
| path: /docs/development/drivers/concepts/device_driver_model/device-lifecycle.md |
| - title: "Device power management" |
| path: /docs/development/drivers/concepts/device_driver_model/device-power.md |
| - title: "Protocols in drivers" |
| path: /docs/development/drivers/concepts/device_driver_model/protocol.md |
| - title: "FIDL in drivers" |
| path: /docs/development/drivers/concepts/device_driver_model/fidl.md |
| - title: "Composite devices" |
| path: /docs/development/drivers/concepts/device_driver_model/composite.md |
| - title: "Device firmware" |
| path: /docs/development/drivers/concepts/device_driver_model/firmware.md |