Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pnp/
Ddriver.c60 int pnp_device_attach(struct pnp_dev *pnp_dev) in pnp_device_attach()
72 void pnp_device_detach(struct pnp_dev *pnp_dev) in pnp_device_detach()
84 struct pnp_dev *pnp_dev; in pnp_device_probe() local
126 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_device_remove() local
145 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_device_shutdown() local
154 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_match() local
164 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in __pnp_bus_suspend() local
212 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_resume() local
/Linux-v4.19/include/linux/
Dpnp.h245 struct pnp_dev { struct
246 struct device dev; /* Driver Model device interface */
247 u64 dma_mask;
248 unsigned int number; /* used as an index, must be unique */
249 int status;
251 struct list_head global_list; /* node in global list of devices */
275 #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list) argument
486 static inline int pnp_device_attach(struct pnp_dev *pnp_dev) { return -ENODEV; } in pnp_device_attach()
487 static inline void pnp_device_detach(struct pnp_dev *pnp_dev) { } in pnp_device_detach()
/Linux-v4.19/drivers/media/rc/
Dene_ir.c1002 static int ene_probe(struct pnp_dev *pnp_dev, const struct pnp_device_id *id) in ene_probe()
1114 static void ene_remove(struct pnp_dev *pnp_dev) in ene_remove()
1138 static int ene_suspend(struct pnp_dev *pnp_dev, pm_message_t state) in ene_suspend()
1150 static int ene_resume(struct pnp_dev *pnp_dev) in ene_resume()
1163 static void ene_shutdown(struct pnp_dev *pnp_dev) in ene_shutdown()
Dene_ir.h191 struct pnp_dev *pnp_dev; member
/Linux-v4.19/sound/drivers/mpu401/
Dmpu401.c184 static int snd_mpu401_pnp_probe(struct pnp_dev *pnp_dev, in snd_mpu401_pnp_probe()
/Linux-v4.19/drivers/char/tpm/
Dtpm_tis.c223 static int tpm_tis_pnp_init(struct pnp_dev *pnp_dev, in tpm_tis_pnp_init()
/Linux-v4.19/drivers/mmc/host/
Dwbsd.c1847 static int wbsd_pnp_suspend(struct pnp_dev *pnp_dev, pm_message_t state) in wbsd_pnp_suspend()
1858 static int wbsd_pnp_resume(struct pnp_dev *pnp_dev) in wbsd_pnp_resume()
/Linux-v4.19/sound/isa/msnd/
Dmsnd_pinnacle.c1086 struct pnp_dev *pnp_dev; in snd_msnd_pnp_detect() local