Home
last modified time | relevance | path

Searched refs:match_table (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/drivers/
A Datmel_rstc.c60 .match_table = atmel_rstc_match_table,
A Dimx_lpuart.c131 .match_table = imx_match_table,
A Datmel_trng.c153 .match_table = atmel_trng_match_table,
A Dserial8250_uart.c164 .match_table = serial8250_match_table,
A Dimx_uart.c198 .match_table = imx_match_table,
A Datmel_shdwc.c180 .match_table = atmel_shdwc_match_table,
A Dpl011.c228 .match_table = pl011_match_table,
/optee_os/core/include/drivers/
A Dclk_dt.h29 .match_table = __name ## _match_table, \
A Drstctrl.h63 .match_table = __name ## _match_table, \
/optee_os/core/include/kernel/
A Ddt.h100 const struct dt_device_match *match_table; /* null-terminated */ member
/optee_os/core/kernel/
A Ddt_driver.c396 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 Ddt.c22 for (dm = drv->match_table; dm; dm++) { in dt_find_compatible_driver()
/optee_os/core/drivers/clk/
A Dclk-stm32mp15.c1591 .match_table = stm32mp1_clock_match_table,

Completed in 27 milliseconds