Detailed explanation of Linux device model (1)_Basic concepts
1 Introduction
In the article "The Overall Architecture of the Linux Kernel", Wowo mentioned that the Linux kernel supports almost all hardware devices with different functions in the world, which is also an advantage of Linux. However, this also results in half of the code in the Linux kernel being device drivers. With the rapid upgrading of hardware devices, the amount of device driver code is also growing rapidly. In my opinion, this phenomenon destroys the concept of "simplicity is beautiful" and makes the Linux kernel very bloated, messy and difficult to maintain. However, Wowo also understands that this is not Linux's fault, because Linux is a macro kernel and must face device diversity and implement corresponding drivers.
In order to reduce the complexity of Linux driver development caused by device diversity and implement functions such as device hot-plugging and power management, the Linux kernel introduces the concept of device model (also called driver model). The device model classifies and summarizes hardware devices, and then abstracts a set of standard data structures and interfaces. In this way, driver development becomes straightforward and requires only filling in and implementing the data structures specified by the kernel.
This article will start from the basic concept of the device model, and gradually explain the implementation and use of the Linux device model through the analysis of the corresponding kernel code.
2. Basic concepts of Linux device model
2.1 Concepts of Bus, Class, Device and Device Driver
The following figure is an example of a common hardware topology for embedded systems:
Hardware topology describes three of the four important concepts in the Linux device model: Bus, Class and Device (the fourth is Device Driver, which will be discussed later).
Bus (bus): Linux believes (you can refer to the comments of struct bus_type in include/linux/device.h) that the bus is a channel for information exchange between the CPU and one or more devices. In order to facilitate the abstraction of the device model, all devices should be connected to the bus (whether it is the CPU internal bus, a virtual bus or a "platform Bus").
Class (classification): In the Linux device model, the concept of Class is very similar to Class in object-oriented programming. It mainly collects devices with similar functions or attributes, so that a set of devices can be abstracted. Data structures and interface functions shared between multiple devices. Therefore, drivers belonging to devices belonging to the same Class no longer need to repeatedly define these public resources and can directly inherit from the Class.
Device (device): Abstract all hardware devices in the system, describing its name, attributes, subordinate Bus, subordinate Class and other information.
Device Driver: The Linux device model uses Driver to abstract the driver of the hardware device, which includes interface implementations related to device initialization and power management. Driver development in the Linux kernel basically revolves around this abstraction (implementing the specified interface functions).
Note: What is Platform Bus?
There are a type of devices in computers that are directly connected to the CPU through their respective device controllers, and the CPU can access them (or access their controllers) through regular addressing operations. This connection method is not a bus connection in the traditional sense. However, the device model should be universal, so Linux creates a fictitious Platform Bus for these devices to connect to.
2.2 The core idea of the device model
The core idea of the Linux device model is (to achieve xxx purpose through xxx means):
\1. Use two data structures, Device (struct device) and Device Driver (struct device_driver), to describe the hardware device from the two perspectives of "what is it used for" and "how to use it" respectively. This unifies the format for writing device drivers and changes driver development from essay questions to fill-in-the-blanks, thus simplifying device driver development.
\2. Also use the two data structures of Device and Device Driver to realize plug-and-play (hot-plug) of hardware devices.
In the Linux kernel, as long as any Device and Device Driver have the same name, the kernel will execute the initialization function (probe) in the Device Driver structure, which will initialize the device and make it available.
For most hot-swappable devices, their Device Drivers always exist in the kernel. When the device is not plugged in, its Device structure does not exist, so its Driver does not perform initialization operations. When the device is inserted, the kernel will create a Device structure (with the same name as Driver), which will trigger the execution of Driver. This is the plug and play concept.
\3. Solve the dependencies between devices through the "Bus–>Device" type tree structure (see the legend in Chapter 2.1), and this dependency is particularly important in processes such as power on and off, power management, etc.
Imagine that a device is mounted on a bus. To start the device, the bus to which it is mounted must first be started. Obviously, if there are many devices in the system and the dependencies are very complex, neither the kernel nor the driver developers will be able to maintain this relationship.
The tree structure in the device model can automatically handle this dependency. Before starting a device, the kernel will check whether the device depends on other devices or buses. If it depends, it will check whether the dependent objects have been started. If not, it will start them first until the conditions for starting the device are met. What driver developers need to do is to inform the kernel of the device's dependencies when writing a device driver.
\4. Use the Class structure and introduce object-oriented concepts into the device model, which can abstract common features to the greatest extent, reduce duplication of labor in the driver development process, and reduce workload.
The above is the detailed content of Detailed explanation of Linux device model (1)_Basic concepts. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

DeepSeek is a powerful intelligent search and analysis tool that provides two access methods: web version and official website. The web version is convenient and efficient, and can be used without installation; the official website provides comprehensive product information, download resources and support services. Whether individuals or corporate users, they can easily obtain and analyze massive data through DeepSeek to improve work efficiency, assist decision-making and promote innovation.

There are many ways to install DeepSeek, including: compile from source (for experienced developers) using precompiled packages (for Windows users) using Docker containers (for most convenient, no need to worry about compatibility) No matter which method you choose, Please read the official documents carefully and prepare them fully to avoid unnecessary trouble.

Ouyi OKX, the world's leading digital asset exchange, has now launched an official installation package to provide a safe and convenient trading experience. The OKX installation package of Ouyi does not need to be accessed through a browser. It can directly install independent applications on the device, creating a stable and efficient trading platform for users. The installation process is simple and easy to understand. Users only need to download the latest version of the installation package and follow the prompts to complete the installation step by step.

BITGet is a cryptocurrency exchange that provides a variety of trading services including spot trading, contract trading and derivatives. Founded in 2018, the exchange is headquartered in Singapore and is committed to providing users with a safe and reliable trading platform. BITGet offers a variety of trading pairs, including BTC/USDT, ETH/USDT and XRP/USDT. Additionally, the exchange has a reputation for security and liquidity and offers a variety of features such as premium order types, leveraged trading and 24/7 customer support.

Gate.io is a popular cryptocurrency exchange that users can use by downloading its installation package and installing it on their devices. The steps to obtain the installation package are as follows: Visit the official website of Gate.io, click "Download", select the corresponding operating system (Windows, Mac or Linux), and download the installation package to your computer. It is recommended to temporarily disable antivirus software or firewall during installation to ensure smooth installation. After completion, the user needs to create a Gate.io account to start using it.

Ouyi, also known as OKX, is a world-leading cryptocurrency trading platform. The article provides a download portal for Ouyi's official installation package, which facilitates users to install Ouyi client on different devices. This installation package supports Windows, Mac, Android and iOS systems. Users can choose the corresponding version to download according to their device type. After the installation is completed, users can register or log in to the Ouyi account, start trading cryptocurrencies and enjoy other services provided by the platform.

Gate.io is a highly acclaimed cryptocurrency trading platform known for its extensive token selection, low transaction fees and a user-friendly interface. With its advanced security features and excellent customer service, Gate.io provides traders with a reliable and convenient cryptocurrency trading environment. If you want to join Gate.io, please click the link provided to download the official registration installation package to start your cryptocurrency trading journey.

Causes and solutions for errors when using PECL to install extensions in Docker environment When using Docker environment, we often encounter some headaches...
