Home
last modified time | relevance | path

Searched refs:bgpio_of_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-mmio.c685 static const struct of_device_id bgpio_of_match[] = { variable
691 MODULE_DEVICE_TABLE(of, bgpio_of_match);
698 if (!of_match_device(bgpio_of_match, &pdev->dev)) in bgpio_parse_dt()
810 .of_match_table = of_match_ptr(bgpio_of_match),
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-mmio.c692 static const struct of_device_id bgpio_of_match[] = { variable
698 MODULE_DEVICE_TABLE(of, bgpio_of_match);
705 if (!of_match_device(bgpio_of_match, &pdev->dev)) in bgpio_parse_dt()
817 .of_match_table = of_match_ptr(bgpio_of_match),

Completed in 3 milliseconds