Searched defs:pnp_dev (Results 1 – 1 of 1) sorted by relevance
243 struct pnp_dev { struct244 struct device dev; /* Driver Model device interface */245 u64 dma_mask;246 unsigned int number; /* used as an index, must be unique */247 int status;249 struct list_head global_list; /* node in global list of devices */273 #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list) argument475 static inline int pnp_device_attach(struct pnp_dev *pnp_dev) { return -ENODEV; } in pnp_device_attach()476 static inline void pnp_device_detach(struct pnp_dev *pnp_dev) { } in pnp_device_detach()