Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpnp.h243 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()
/linux-4.19.296/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()
1139 static int ene_suspend(struct pnp_dev *pnp_dev, pm_message_t state) in ene_suspend()
1151 static int ene_resume(struct pnp_dev *pnp_dev) in ene_resume()
1164 static void ene_shutdown(struct pnp_dev *pnp_dev) in ene_shutdown()
Dene_ir.h191 struct pnp_dev *pnp_dev; member
/linux-4.19.296/drivers/char/tpm/
Dtpm_tis.c265 static int tpm_tis_pnp_init(struct pnp_dev *pnp_dev, in tpm_tis_pnp_init()