Home
last modified time | relevance | path

Searched refs:probed (Results 1 – 25 of 27) sorted by relevance

12

/drivers/clk/ti/
A Dclk-dra7-atl.c44 bool probed; /* the driver for the IP has been loaded */ member
76 if (!cdesc->probed) in atl_clk_enable()
98 if (!cdesc->probed) in atl_clk_disable()
273 cdesc->probed = true; in of_dra7_atl_clk_probe()
/drivers/clk/
A Dclk-fixed-rate_test.c281 struct completion probed; member
337 complete(&ctx->probed); in clk_fixed_rate_of_test_probe()
360 init_completion(&ctx->probed); in clk_fixed_rate_of_init()
363 KUNIT_ASSERT_NE(test, 0, wait_for_completion_timeout(&ctx->probed, HZ)); in clk_fixed_rate_of_init()
/drivers/clk/keystone/
A DKconfig25 firmware. By default, only the used clocks are probed from DT.
27 increase the boot time of the device. If you want the clocks probed
/drivers/gpu/drm/clients/
A Ddrm_log.c58 bool probed; member
242 dlog->probed = true; in drm_log_init_client()
317 dlog->probed = false; in drm_log_client_hotplug()
353 if (!dlog->probed) in drm_log_write_thread()
/drivers/soundwire/
A Dbus_type.c148 slave->probed = true; in sdw_drv_probe()
176 slave->probed = false; in sdw_drv_remove()
A Dslave.c64 slave->probed = false; in sdw_slave_add()
A Dbus.c967 if (slave->probed) { in sdw_slave_clk_stop_callback()
1761 if (slave->probed) { in sdw_handle_slave_alerts()
1849 if (slave->probed) { in sdw_update_slave_status()
A Dintel_auxdevice.c549 if (!slave->probed) { in intel_resume_child_device()
A Dstream.c424 if (slave->probed) { in sdw_do_port_prep()
633 if (slave->probed) { in sdw_notify_config()
A Damd_manager.c1157 if (!slave->probed) { in amd_resume_child_device()
/drivers/tee/optee/
A DKconfig18 probed. This returns -EPROBE_DEFER until the firmware is loadable from
/drivers/i2c/busses/
A Di2c-amd-mp2.h185 unsigned int probed; member
A Di2c-amd-mp2-plat.c265 if (!mp2_dev || !mp2_dev->probed) in i2c_amd_probe()
A Di2c-amd-mp2-pci.c364 privdata->probed = true; in amd_mp2_pci_probe()
/drivers/platform/x86/intel/int3472/
A DKconfig24 using it are probed. For this reason, you should select Y if your
/drivers/iommu/
A Dfsl_pamu.c36 static bool probed; /* Has PAMU been probed? */ variable
772 if (WARN_ON(probed)) in fsl_pamu_probe()
902 probed = true; in fsl_pamu_probe()
/drivers/tty/serial/
A Dsb1250-duart.c772 static int probed; in sbd_probe_duarts() local
776 if (probed) in sbd_probe_duarts()
791 probed = 1; in sbd_probe_duarts()
A Dzs.c1071 static int probed; in zs_probe_sccs() local
1077 if (probed) in zs_probe_sccs()
1095 probed = 1; in zs_probe_sccs()
A DKconfig14 the console before standard serial driver is probed. The console is
84 This enables the console before standard serial driver is probed.
96 the console before standard serial driver is probed. This is enabled
1396 the console before standard serial driver is probed. This is enabled
/drivers/acpi/pmic/
A DKconfig67 using this, are probed.
/drivers/edac/
A Di7core_edac.c45 static int probed; variable
2253 if (unlikely(probed >= 1)) { in i7core_probe()
2257 probed++; in i7core_probe()
2320 if (unlikely(!probed)) { in i7core_remove()
2331 probed--; in i7core_remove()
/drivers/staging/vc04_services/interface/
A DTESTING40 Check the driver is probed and /dev/vchiq is created
/drivers/net/ethernet/i825xx/
A D82596.c1128 static int probed; in i82596_probe() local
1131 if (probed) in i82596_probe()
1133 probed++; in i82596_probe()
/drivers/mtd/nand/raw/
A DKconfig526 range which get upset when they are probed.
/drivers/media/radio/
A DKconfig307 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and

Completed in 52 milliseconds

12