Searched refs:match_table (Results 1 – 13 of 13) sorted by relevance
/optee_os/core/drivers/ |
A D | atmel_rstc.c | 60 .match_table = atmel_rstc_match_table,
|
A D | imx_lpuart.c | 131 .match_table = imx_match_table,
|
A D | atmel_trng.c | 153 .match_table = atmel_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 | 180 .match_table = atmel_shdwc_match_table,
|
A D | pl011.c | 228 .match_table = pl011_match_table,
|
/optee_os/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/core/include/kernel/ |
A D | dt.h | 100 const struct dt_device_match *match_table; /* null-terminated */ member
|
/optee_os/core/kernel/ |
A D | dt_driver.c | 396 for (dm = drv->match_table; dm && dm->compatible; dm++) in probe_device_by_compat() 574 for (dm = dt_drv->match_table; dm && dm->compatible; dm++) { in add_probe_node_by_compat() 767 .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/core/drivers/clk/ |
A D | clk-stm32mp15.c | 1591 .match_table = stm32mp1_clock_match_table,
|
Completed in 27 milliseconds