Home
last modified time | relevance | path

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

123

/optee_os/core/arch/arm/plat-sam/
H A Dsam_sfr.c60 .match_table = atmel_sfr_match_table,
/optee_os/core/drivers/nvmem/
H A Dnvmem_die_id.c62 .match_table = nvmem_die_id_match_table,
H A Dnvmem_huk.c70 .match_table = nvmem_huk_match_table,
H A Datmel_sfc.c130 .match_table = atmel_sfc_match_table,
/optee_os/core/drivers/clk/sam/
H A Dat91_sckc.c68 .match_table = at91_sckc_match_table,
/optee_os/core/include/drivers/
H A Dclk_dt.h29 .match_table = __name ## _match_table, \
H A Drstctrl.h62 .match_table = __name ## _match_table, \
H A Dgpio.h31 .match_table = __name ## _match_table, \
H A Di2c.h37 .match_table = __match_table, \
/optee_os/core/drivers/
H A Dmicrochip_pit.c63 .match_table = microchip_pit_match_table,
H A Datmel_trng.c120 .match_table = atmel_trng_match_table,
H A Dimx_lpuart.c127 .match_table = imx_match_table,
H A Dxiphera_trng.c185 .match_table = xiphera_trng_match_table,
H A Dserial8250_uart.c165 .match_table = serial8250_match_table,
H A Dimx_uart.c199 .match_table = imx_match_table,
H A Dffa_console.c150 .match_table = ffa_console_match_table,
H A Datmel_tcb.c202 .match_table = atmel_tcb_match_table,
H A Datmel_rstc.c211 .match_table = atmel_rstc_match_table,
H A Dpl011.c247 .match_table = pl011_match_table,
H A Datmel_shdwc.c247 .match_table = atmel_shdwc_match_table,
/optee_os/core/include/kernel/
H A Ddt_driver.h72 const struct dt_device_match *match_table; /* null-terminated */ member
/optee_os/core/drivers/rstctrl/
H A Dstm32mp1_rstctrl.c164 .match_table = stm32_rstctrl_match_table,
/optee_os/core/drivers/regulator/
H A Dregulator_fixed.c182 .match_table = regulator_match_table,
/optee_os/core/drivers/counter/
H A Dstm32_stgen.c270 .match_table = stm32_stgen_match_table,
/optee_os/core/kernel/
H A Ddt_driver.c561 for (dm = drv->match_table; dm && dm->compatible; dm++) in probe_device_by_compat()
739 for (dm = dt_drv->match_table; dm && dm->compatible; dm++) { in add_probe_node_by_compat()
926 .match_table = simple_bus_match_table,

123