Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dti-msgmgr.c704 static const struct of_device_id ti_msgmgr_of_match[] = { variable
710 MODULE_DEVICE_TABLE(of, ti_msgmgr_of_match);
734 of_id = of_match_device(ti_msgmgr_of_match, dev); in ti_msgmgr_probe()
837 .of_match_table = of_match_ptr(ti_msgmgr_of_match),
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dti-msgmgr.c802 static const struct of_device_id ti_msgmgr_of_match[] = { variable
808 MODULE_DEVICE_TABLE(of, ti_msgmgr_of_match);
831 of_id = of_match_device(ti_msgmgr_of_match, dev); in ti_msgmgr_probe()
931 .of_match_table = of_match_ptr(ti_msgmgr_of_match),

Completed in 4 milliseconds