Home
last modified time | relevance | path

Searched refs:musb_dsps_of_match (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_dsps.c37 static const struct of_device_id musb_dsps_of_match[]; variable
872 match = of_match_node(musb_dsps_of_match, pdev->dev.of_node); in dsps_probe()
958 static const struct of_device_id musb_dsps_of_match[] = { variable
965 MODULE_DEVICE_TABLE(of, musb_dsps_of_match);
1040 .of_match_table = musb_dsps_of_match,
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_dsps.c727 static const struct of_device_id musb_dsps_of_match[] __devinitconst = { variable
733 MODULE_DEVICE_TABLE(of, musb_dsps_of_match);
741 .of_match_table = musb_dsps_of_match,