Home
last modified time | relevance | path

Searched defs:device_driver (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
Ddevice.h65 struct device_driver { struct
66 const CHAR *name;
67 struct bus_type *bus;
68 INT32 (*probe)(struct device *dev);
69 INT32 (*remove)(struct device *dev);
70 VOID (*shutdown)(struct device *dev);
94 INT32 (*match)(struct device *dev, struct device_driver *drv); argument