Searched refs:probe (Results 1 – 25 of 62) sorted by relevance
123
| /optee_os/core/arch/arm/dts/ |
| H A D | dt_driver_test.dtsi | 10 * to defer its probe until resources are ready. 23 * Resource device are discovered from subnode added to probe
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | sam_sfr.c | 61 .probe = atmel_sfr_probe,
|
| /optee_os/core/drivers/nvmem/ |
| H A D | nvmem_die_id.c | 63 .probe = nvmem_die_id_probe,
|
| H A D | nvmem_huk.c | 71 .probe = nvmem_huk_probe,
|
| H A D | atmel_sfc.c | 131 .probe = atmel_sfc_probe,
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_sckc.c | 69 .probe = sckc_pmc_setup,
|
| /optee_os/core/include/drivers/ |
| H A D | clk_dt.h | 30 .probe = __probe, \
|
| H A D | rstctrl.h | 63 .probe = __probe, \
|
| H A D | gpio.h | 32 .probe = __probe, \
|
| H A D | i2c.h | 38 .probe = __name ## _probe_i2c_dev, \
|
| /optee_os/core/drivers/ |
| H A D | microchip_pit.c | 64 .probe = microchip_pit_probe,
|
| H A D | atmel_trng.c | 121 .probe = trng_node_probe,
|
| H A D | xiphera_trng.c | 186 .probe = xiphera_trng_probe,
|
| H A D | atmel_tcb.c | 203 .probe = atmel_tcb_probe,
|
| H A D | atmel_rstc.c | 212 .probe = atmel_rstc_probe,
|
| H A D | atmel_shdwc.c | 248 .probe = atmel_shdwc_probe,
|
| H A D | stm32_hsem.c | 272 .probe = stm32_hsem_probe,
|
| /optee_os/core/include/kernel/ |
| H A D | dt_driver.h | 74 TEE_Result (*probe)(const void *fdt, int node, const void *compat_data); member
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32mp1_rstctrl.c | 165 .probe = stm32_rstctrl_provider_probe,
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_fixed.c | 183 .probe = fixed_regulator_probe,
|
| /optee_os/core/drivers/counter/ |
| H A D | stm32_stgen.c | 271 .probe = stgen_probe,
|
| /optee_os/core/kernel/ |
| H A D | dt_driver.c | 495 if (!elt->dt_drv->probe) { in probe_driver_node() 502 res = elt->dt_drv->probe(fdt, elt->nodeoffset, elt->dm->compat_data); in probe_driver_node() 927 .probe = simple_bus_probe,
|
| /optee_os/core/drivers/pinctrl/ |
| H A D | atmel_pio.c | 247 .probe = pio_node_probe,
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pwr.c | 290 .probe = stm32mp1_pwr_regu_probe,
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_iac.c | 260 .probe = stm32_iac_probe,
|
123