Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H A Dmacb_main.c4439 static const struct of_device_id macb_dt_ids[] = { variable
4458 MODULE_DEVICE_TABLE(of, macb_dt_ids);
4499 match = of_match_node(macb_dt_ids, np); in macb_probe()
4902 .of_match_table = of_match_ptr(macb_dt_ids),
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c4904 static const struct of_device_id macb_dt_ids[] = { variable
4929 MODULE_DEVICE_TABLE(of, macb_dt_ids);
4970 match = of_match_node(macb_dt_ids, np); in macb_probe()
5404 .of_match_table = of_match_ptr(macb_dt_ids),

Completed in 13 milliseconds