RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <pci.h>
成员变量 | |
struct rt_driver | parent |
const char * | name |
const struct rt_pci_device_id * | ids |
rt_err_t(* | probe )(struct rt_pci_device *pdev) |
rt_err_t(* | remove )(struct rt_pci_device *pdev) |
rt_err_t(* | shutdown )(struct rt_pci_device *pdev) |
const struct rt_pci_device_id* rt_pci_driver::ids |
rt_err_t(* rt_pci_driver::probe) (struct rt_pci_device *pdev) |
rt_err_t(* rt_pci_driver::remove) (struct rt_pci_device *pdev) |
rt_err_t(* rt_pci_driver::shutdown) (struct rt_pci_device *pdev) |