Searched refs:probe (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/drivers/ |
A D | atmel_rstc.c | 61 .probe = atmel_rstc_probe,
|
A D | atmel_trng.c | 154 .probe = trng_node_probe,
|
A D | atmel_shdwc.c | 181 .probe = atmel_shdwc_probe,
|
/optee_os/core/include/drivers/ |
A D | clk_dt.h | 30 .probe = __probe, \
|
A D | rstctrl.h | 64 .probe = __probe, \
|
/optee_os/core/include/kernel/ |
A D | dt.h | 102 TEE_Result (*probe)(const void *fdt, int node, const void *compat_data); member
|
/optee_os/core/kernel/ |
A D | dt_driver.c | 333 if (!elt->dt_drv->probe) { in probe_driver_node() 340 res = elt->dt_drv->probe(fdt, elt->nodeoffset, elt->dm->compat_data); in probe_driver_node() 768 .probe = simple_bus_probe,
|
/optee_os/core/drivers/clk/ |
A D | clk-stm32mp15.c | 1592 .probe = stm32mp1_clock_provider_probe,
|
/optee_os/core/arch/arm/dts/ |
A D | stm32mp151.dtsi | 1525 * Break node order to solve dependency probe issue between
|
Completed in 13 milliseconds