Searched defs:pnp_dev (Results 1 – 8 of 8) sorted by relevance
60 int pnp_device_attach(struct pnp_dev *pnp_dev) in pnp_device_attach()73 void pnp_device_detach(struct pnp_dev *pnp_dev) in pnp_device_detach()86 struct pnp_dev *pnp_dev; in pnp_device_probe() local128 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_device_remove() local146 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_device_shutdown() local156 const struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_uevent() local173 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_match() local183 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in __pnp_bus_suspend() local232 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_resume() local
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()
98 static inline bool apple_gmux_detect(struct pnp_dev *pnp_dev, enum apple_gmux_type *type_ret) in apple_gmux_detect()173 static inline bool apple_gmux_detect(struct pnp_dev *pnp_dev, bool *indexed_ret) in apple_gmux_detect()
157 snd_mpu401_pnp_probe(struct pnp_dev * pnp_dev,const struct pnp_device_id * id) snd_mpu401_pnp_probe() argument
251 static int tpm_tis_pnp_init(struct pnp_dev *pnp_dev, in tpm_tis_pnp_init()
23 struct pnp_dev *pnp_dev; member
182 struct pnp_dev *pnp_dev; member
47 struct pnp_dev *pnp_dev; member