Home
last modified time | relevance | path

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

/linux/drivers/pnp/
H A Ddriver.c60 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
156 const struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_uevent() local
173 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_match() local
183 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in __pnp_bus_suspend() local
232 struct pnp_dev *pnp_dev = to_pnp_dev(dev); in pnp_bus_resume() local
/linux/include/linux/
H A 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()
H A Dapple-gmux.h98 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()
/linux/sound/drivers/mpu401/
H A Dmpu401.c157 snd_mpu401_pnp_probe(struct pnp_dev * pnp_dev,const struct pnp_device_id * id) snd_mpu401_pnp_probe() argument
/linux/drivers/char/tpm/
H A Dtpm_tis.c251 static int tpm_tis_pnp_init(struct pnp_dev *pnp_dev, in tpm_tis_pnp_init()
/linux/drivers/gpib/hp_82341/
H A Dhp_82341.h23 struct pnp_dev *pnp_dev; member
/linux/drivers/media/rc/
H A Dene_ir.h182 struct pnp_dev *pnp_dev; member
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c47 struct pnp_dev *pnp_dev; member