Searched refs:match_table (Results 1 – 25 of 66) sorted by relevance
123
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | sam_sfr.c | 60 .match_table = atmel_sfr_match_table,
|
| /optee_os/core/drivers/nvmem/ |
| H A D | nvmem_die_id.c | 62 .match_table = nvmem_die_id_match_table,
|
| H A D | nvmem_huk.c | 70 .match_table = nvmem_huk_match_table,
|
| H A D | atmel_sfc.c | 130 .match_table = atmel_sfc_match_table,
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_sckc.c | 68 .match_table = at91_sckc_match_table,
|
| /optee_os/core/include/drivers/ |
| H A D | clk_dt.h | 29 .match_table = __name ## _match_table, \
|
| H A D | rstctrl.h | 62 .match_table = __name ## _match_table, \
|
| H A D | gpio.h | 31 .match_table = __name ## _match_table, \
|
| H A D | i2c.h | 37 .match_table = __match_table, \
|
| /optee_os/core/drivers/ |
| H A D | microchip_pit.c | 63 .match_table = microchip_pit_match_table,
|
| H A D | atmel_trng.c | 120 .match_table = atmel_trng_match_table,
|
| H A D | imx_lpuart.c | 127 .match_table = imx_match_table,
|
| H A D | xiphera_trng.c | 185 .match_table = xiphera_trng_match_table,
|
| H A D | serial8250_uart.c | 165 .match_table = serial8250_match_table,
|
| H A D | imx_uart.c | 199 .match_table = imx_match_table,
|
| H A D | ffa_console.c | 150 .match_table = ffa_console_match_table,
|
| H A D | atmel_tcb.c | 202 .match_table = atmel_tcb_match_table,
|
| H A D | atmel_rstc.c | 211 .match_table = atmel_rstc_match_table,
|
| H A D | pl011.c | 247 .match_table = pl011_match_table,
|
| H A D | atmel_shdwc.c | 247 .match_table = atmel_shdwc_match_table,
|
| /optee_os/core/include/kernel/ |
| H A D | dt_driver.h | 72 const struct dt_device_match *match_table; /* null-terminated */ member
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32mp1_rstctrl.c | 164 .match_table = stm32_rstctrl_match_table,
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_fixed.c | 182 .match_table = regulator_match_table,
|
| /optee_os/core/drivers/counter/ |
| H A D | stm32_stgen.c | 270 .match_table = stm32_stgen_match_table,
|
| /optee_os/core/kernel/ |
| H A D | dt_driver.c | 561 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