Searched refs:probed (Results 1 – 25 of 27) sorted by relevance
12
| /drivers/clk/ti/ |
| A D | clk-dra7-atl.c | 44 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 D | clk-fixed-rate_test.c | 281 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 D | Kconfig | 25 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 D | drm_log.c | 58 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 D | bus_type.c | 148 slave->probed = true; in sdw_drv_probe() 176 slave->probed = false; in sdw_drv_remove()
|
| A D | slave.c | 64 slave->probed = false; in sdw_slave_add()
|
| A D | bus.c | 967 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 D | intel_auxdevice.c | 549 if (!slave->probed) { in intel_resume_child_device()
|
| A D | stream.c | 424 if (slave->probed) { in sdw_do_port_prep() 633 if (slave->probed) { in sdw_notify_config()
|
| A D | amd_manager.c | 1157 if (!slave->probed) { in amd_resume_child_device()
|
| /drivers/tee/optee/ |
| A D | Kconfig | 18 probed. This returns -EPROBE_DEFER until the firmware is loadable from
|
| /drivers/i2c/busses/ |
| A D | i2c-amd-mp2.h | 185 unsigned int probed; member
|
| A D | i2c-amd-mp2-plat.c | 265 if (!mp2_dev || !mp2_dev->probed) in i2c_amd_probe()
|
| A D | i2c-amd-mp2-pci.c | 364 privdata->probed = true; in amd_mp2_pci_probe()
|
| /drivers/platform/x86/intel/int3472/ |
| A D | Kconfig | 24 using it are probed. For this reason, you should select Y if your
|
| /drivers/iommu/ |
| A D | fsl_pamu.c | 36 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 D | sb1250-duart.c | 772 static int probed; in sbd_probe_duarts() local 776 if (probed) in sbd_probe_duarts() 791 probed = 1; in sbd_probe_duarts()
|
| A D | zs.c | 1071 static int probed; in zs_probe_sccs() local 1077 if (probed) in zs_probe_sccs() 1095 probed = 1; in zs_probe_sccs()
|
| A D | Kconfig | 14 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 D | Kconfig | 67 using this, are probed.
|
| /drivers/edac/ |
| A D | i7core_edac.c | 45 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 D | TESTING | 40 Check the driver is probed and /dev/vchiq is created
|
| /drivers/net/ethernet/i825xx/ |
| A D | 82596.c | 1128 static int probed; in i82596_probe() local 1131 if (probed) in i82596_probe() 1133 probed++; in i82596_probe()
|
| /drivers/mtd/nand/raw/ |
| A D | Kconfig | 526 range which get upset when they are probed.
|
| /drivers/media/radio/ |
| A D | Kconfig | 307 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
|
Completed in 52 milliseconds
12