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

/linux-4.4.14/drivers/uio/
H A Duio_pdrv_genirq.c255 static struct of_device_id uio_of_genirq_match[] = { variable in typeref:struct:of_device_id
259 MODULE_DEVICE_TABLE(of, uio_of_genirq_match);
260 module_param_string(of_id, uio_of_genirq_match[0].compatible, 128, 0);
270 .of_match_table = of_match_ptr(uio_of_genirq_match),
H A Duio_dmem_genirq.c335 static const struct of_device_id uio_of_genirq_match[] = { variable in typeref:struct:of_device_id
338 MODULE_DEVICE_TABLE(of, uio_of_genirq_match);
347 .of_match_table = of_match_ptr(uio_of_genirq_match),

Completed in 84 milliseconds