Searched refs:altera_fpga_of_match (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | altera-hps2fpga.c | 116 static const struct of_device_id altera_fpga_of_match[] = { variable 135 of_id = of_match_device(altera_fpga_of_match, dev); in alt_fpga_bridge_probe() 216 MODULE_DEVICE_TABLE(of, altera_fpga_of_match); 223 .of_match_table = of_match_ptr(altera_fpga_of_match),
|
H A D | altera-fpga2sdram.c | 89 static const struct of_device_id altera_fpga_of_match[] = { variable 163 MODULE_DEVICE_TABLE(of, altera_fpga_of_match); 170 .of_match_table = of_match_ptr(altera_fpga_of_match),
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | altera-hps2fpga.c | 116 static const struct of_device_id altera_fpga_of_match[] = { variable 135 of_id = of_match_device(altera_fpga_of_match, dev); in alt_fpga_bridge_probe() 212 MODULE_DEVICE_TABLE(of, altera_fpga_of_match); 219 .of_match_table = of_match_ptr(altera_fpga_of_match),
|
H A D | altera-fpga2sdram.c | 89 static const struct of_device_id altera_fpga_of_match[] = { variable 159 MODULE_DEVICE_TABLE(of, altera_fpga_of_match); 166 .of_match_table = of_match_ptr(altera_fpga_of_match),
|
Completed in 2 milliseconds