Searched defs:pnp_dev (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/pnp/ |
D | driver.c | 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() local 128 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_device_remove() local 146 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_device_shutdown() local 155 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_match() local 165 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in __pnp_bus_suspend() local 213 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_resume() local
|
/linux-6.1.9/include/linux/ |
D | pnp.h | 243 struct pnp_dev { struct 244 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) argument 475 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()
|
D | apple-gmux.h | 68 static inline bool apple_gmux_detect(struct pnp_dev *pnp_dev, bool *indexed_ret) in apple_gmux_detect() 137 static inline bool apple_gmux_detect(struct pnp_dev *pnp_dev, bool *indexed_ret) in apple_gmux_detect()
|
/linux-6.1.9/drivers/media/rc/ |
D | ene_ir.c | 992 static int ene_probe(struct pnp_dev *pnp_dev, const struct pnp_device_id *id) in ene_probe() 1104 static void ene_remove(struct pnp_dev *pnp_dev) in ene_remove() 1128 static int ene_suspend(struct pnp_dev *pnp_dev, pm_message_t state) in ene_suspend() 1140 static int ene_resume(struct pnp_dev *pnp_dev) in ene_resume() 1153 static void ene_shutdown(struct pnp_dev *pnp_dev) in ene_shutdown()
|
D | ene_ir.h | 182 struct pnp_dev *pnp_dev; member
|
/linux-6.1.9/sound/drivers/mpu401/ |
D | mpu401.c | 157 static int snd_mpu401_pnp_probe(struct pnp_dev *pnp_dev, in snd_mpu401_pnp_probe()
|
/linux-6.1.9/drivers/char/tpm/ |
D | tpm_tis.c | 238 static int tpm_tis_pnp_init(struct pnp_dev *pnp_dev, in tpm_tis_pnp_init()
|
/linux-6.1.9/drivers/mmc/host/ |
D | wbsd.c | 1849 static int wbsd_pnp_suspend(struct pnp_dev *pnp_dev, pm_message_t state) in wbsd_pnp_suspend() 1860 static int wbsd_pnp_resume(struct pnp_dev *pnp_dev) in wbsd_pnp_resume()
|
/linux-6.1.9/sound/isa/msnd/ |
D | msnd_pinnacle.c | 1020 struct pnp_dev *pnp_dev; in snd_msnd_pnp_detect() local
|