Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dapple-gmux.c666 struct pnp_dev *pnp = (struct pnp_dev *)context; in gmux_notify_handler() local
756 struct pnp_dev *pnp = to_pnp_dev(dev); in gmux_suspend() local
765 struct pnp_dev *pnp = to_pnp_dev(dev); in gmux_resume() local
780 static int gmux_probe(struct pnp_dev *pnp, const struct pnp_device_id *id) in gmux_probe()
990 static void gmux_remove(struct pnp_dev *pnp) in gmux_remove()
/linux/arch/arm/mach-mvebu/
H A Dkirkwood.c82 struct device_node *pnp = of_get_parent(np); in kirkwood_dt_eth_fixup() local
/linux/sound/drivers/mpu401/
H A Dmpu401.c25 static bool pnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
/linux/drivers/rtc/
H A Drtc-cmos.c1384 static int cmos_pnp_probe(struct pnp_dev *pnp, const struct pnp_device_id *id) in cmos_pnp_probe()
1405 static void cmos_pnp_remove(struct pnp_dev *pnp) in cmos_pnp_remove()
1410 static void cmos_pnp_shutdown(struct pnp_dev *pnp) in cmos_pnp_shutdown()
/linux/drivers/pnp/
H A Dresource.c299 static int pci_dev_uses_irq(struct pnp_dev *pnp, struct pci_dev *pci, in pci_dev_uses_irq()
338 static int pci_uses_irq(struct pnp_dev *pnp, unsigned int irq) in pci_uses_irq()
/linux/net/phonet/
H A Daf_phonet.c55 const struct phonet_protocol *pnp; in pn_socket_create() local
/linux/drivers/of/
H A Dunittest.c4203 struct device_node *pnp, *np = NULL; in of_unittest_pci_node_verify() local
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2722 struct device_node *pnp) in mv643xx_eth_shared_of_add_port()