Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sh/drivers/
Dplatform_early.c11 platform_match_id(const struct platform_device_id *id, in platform_match_id() function
35 return platform_match_id(pdrv->id_table, pdev) != NULL; in platform_match()
/Linux-v6.1/drivers/base/
Dplatform.c1075 static const struct platform_device_id *platform_match_id( in platform_match_id() function
1350 return platform_match_id(pdrv->id_table, pdev) != NULL; in platform_match()