postinit_hook    2672 drivers/parport/parport_pc.c 	void (*postinit_hook) (struct pci_dev *pdev, int failed);
postinit_hook    2876 drivers/parport/parport_pc.c 	if (cards[i].postinit_hook)
postinit_hook    2877 drivers/parport/parport_pc.c 		cards[i].postinit_hook(dev, count == 0);
postinit_hook      88 drivers/parport/parport_serial.c 	void (*postinit_hook) (struct pci_dev *pdev,
postinit_hook     628 drivers/parport/parport_serial.c 	if (card->postinit_hook)
postinit_hook     629 drivers/parport/parport_serial.c 		card->postinit_hook (dev, card, !success);