Searched refs:match_table (Results 1 – 24 of 24) sorted by relevance
/optee_os-3.20.0/core/arch/arm/plat-sam/ |
A D | sam_sfr.c | 59 .match_table = atmel_sfr_match_table,
|
/optee_os-3.20.0/core/drivers/ |
A D | atmel_rstc.c | 67 .match_table = atmel_rstc_match_table,
|
A D | atmel_trng.c | 119 .match_table = atmel_trng_match_table,
|
A D | imx_lpuart.c | 126 .match_table = imx_match_table,
|
A D | xiphera_trng.c | 185 .match_table = xiphera_trng_match_table,
|
A D | serial8250_uart.c | 164 .match_table = serial8250_match_table,
|
A D | imx_uart.c | 198 .match_table = imx_match_table,
|
A D | atmel_shdwc.c | 188 .match_table = atmel_shdwc_match_table,
|
A D | atmel_tcb.c | 201 .match_table = atmel_tcb_match_table,
|
A D | pl011.c | 228 .match_table = pl011_match_table,
|
A D | stm32_tamp.c | 311 .match_table = stm32_tamp_match_table,
|
A D | atmel_wdt.c | 281 .match_table = atmel_wdt_match_table,
|
A D | atmel_rtc.c | 317 .match_table = atmel_rtc_match_table,
|
A D | atmel_piobu.c | 381 .match_table = atmel_secumod_match_table,
|
A D | stm32_iwdg.c | 409 .match_table = stm32_iwdg_match_table,
|
/optee_os-3.20.0/core/include/drivers/ |
A D | clk_dt.h | 29 .match_table = __name ## _match_table, \
|
A D | rstctrl.h | 63 .match_table = __name ## _match_table, \
|
/optee_os-3.20.0/core/include/kernel/ |
A D | dt.h | 111 const struct dt_device_match *match_table; /* null-terminated */ member
|
/optee_os-3.20.0/core/kernel/ |
A D | dt_driver_test.c | 280 .match_table = dt_test_consumer_match_table, 322 .match_table = dt_test_crypt_consumer_match_table,
|
A D | dt_driver.c | 409 for (dm = drv->match_table; dm && dm->compatible; dm++) in probe_device_by_compat() 587 for (dm = dt_drv->match_table; dm && dm->compatible; dm++) { in add_probe_node_by_compat() 775 .match_table = simple_bus_match_table,
|
A D | dt.c | 22 for (dm = drv->match_table; dm; dm++) { in dt_find_compatible_driver()
|
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | stm32_rstctrl.c | 230 .match_table = stm32_rstctrl_match_table,
|
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | stm32_cryp.c | 1315 .match_table = stm32_cryp_match_table,
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk-stm32mp15.c | 1571 .match_table = stm32mp1_clock_match_table,
|
Completed in 28 milliseconds