Searched defs:mpc5xxx_can_table (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/mscan/
H A Dmpc5xxx_can.c285 static const struct of_device_id mpc5xxx_can_table[]; variable in typeref:struct:of_device_id
298 match = of_match_device(mpc5xxx_can_table, &ofdev->dev);
366 match = of_match_device(mpc5xxx_can_table, &ofdev->dev);
433 static const struct of_device_id mpc5xxx_can_table[] = { variable in typeref:struct:of_device_id
439 MODULE_DEVICE_TABLE(of, mpc5xxx_can_table);
445 .of_match_table = mpc5xxx_can_table,

Completed in 42 milliseconds