Searched defs:rt_pci_driver (Results 1 – 1 of 1) sorted by relevance
249 struct rt_pci_driver struct251 struct rt_driver parent;253 const char *name;254 const struct rt_pci_device_id *ids;256 rt_err_t (*probe)(struct rt_pci_device *pdev);257 rt_err_t (*remove)(struct rt_pci_device *pdev);258 rt_err_t (*shutdown)(struct rt_pci_device *pdev);
Completed in 7 milliseconds