Home
last modified time | relevance | path

Searched refs:of_table (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/coccinelle/misc/
H A Dof_table.cocci4 // Keywords: of_table i2c_table platform_table
/linux/rust/kernel/
H A Dplatform.rs39 let of_table = match T::OF_ID_TABLE { in register() localVariable
54 (*pdrv.get()).driver.of_match_table = of_table; in register()
H A Di2c.rs115 let of_table = match T::OF_ID_TABLE { in register() localVariable
132 (*idrv.get()).driver.of_match_table = of_table; in register()