bgpio_of_match    668 drivers/gpio/gpio-mmio.c static const struct of_device_id bgpio_of_match[] = {
bgpio_of_match    674 drivers/gpio/gpio-mmio.c MODULE_DEVICE_TABLE(of, bgpio_of_match);
bgpio_of_match    681 drivers/gpio/gpio-mmio.c 	if (!of_match_device(bgpio_of_match, &pdev->dev))
bgpio_of_match    793 drivers/gpio/gpio-mmio.c 		.of_match_table = of_match_ptr(bgpio_of_match),