Searched refs:probed (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/tools/perf/util/
H A Dcloexec.c83 static bool probed; local
85 if (!probed) {
88 probed = true;
/linux-master/arch/x86/boot/
H A Dvideo-mode.c34 static u8 probed[2]; local
36 if (probed[unsafe])
39 probed[unsafe] = 1;
/linux-master/drivers/clk/ti/
H A Dclk-dra7-atl.c44 bool probed; /* the driver for the IP has been loaded */ member in struct:dra7_atl_desc
76 if (!cdesc->probed)
98 if (!cdesc->probed)
272 cdesc->probed = true;
/linux-master/sound/soc/
H A Dsoc-card.c183 * So, set "probed" flag here, because it needs to care
190 card->probed = 1;
208 * This means, we can set "card->probed" flag afer "late_probe"
215 card->probed = 1;
230 if (card->probed &&
234 card->probed = 0;
H A Dsoc-dai.c549 if (dai->probed)
563 dai->probed = 1;
575 if (!dai->probed)
588 dai->probed = 0;
H A Dsoc-core.c1548 int probed)
1554 if (probed)
1570 int probed = 0; local
1624 probed = 1;
1662 soc_remove_component(component, probed);
1547 soc_remove_component(struct snd_soc_component *component, int probed) argument
/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2.h185 unsigned int probed; member in struct:amd_mp2_dev
H A Di2c-amd-mp2-plat.c265 if (!mp2_dev || !mp2_dev->probed)
266 /* The MP2 PCI device should get probed later */
H A Di2c-amd-mp2-pci.c366 privdata->probed = true;
/linux-master/drivers/soundwire/
H A Dbus_type.c122 /* device is probed so let's read the properties now */
146 slave->probed = true;
174 slave->probed = false;
H A Dslave.c62 slave->probed = false;
H A Dbus.c958 if (slave->probed) {
1736 if (slave->probed) {
1827 if (slave->probed) {
H A Dintel_auxdevice.c448 if (!slave->probed) {
449 dev_dbg(dev, "skipping device, no probed driver\n");
H A Dstream.c410 if (slave->probed) {
601 if (slave->probed) {
H A Damd_manager.c1048 if (!slave->probed) {
1049 dev_dbg(dev, "skipping device, no probed driver\n");
/linux-master/arch/sparc/mm/
H A Dsrmmu.c775 unsigned long probed; local
789 probed = srmmu_probe(start);
790 if (!probed) {
801 if (srmmu_probe(addr + PMD_SIZE) == probed)
806 if (srmmu_probe(addr + PGDIR_SIZE) == probed)
814 *__nocache_fix(pgdp) = __pgd(probed);
828 *(pmd_t *)__nocache_fix(pmdp) = __pmd(probed);
840 *__nocache_fix(ptep) = __pte(probed);
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh566 probed=false
586 probed=true
620 $probed && rmmod netdevsim
740 probed=false
753 probed=true
835 $probed && rmmod netdevsim
1113 probed=false
1121 probed=true
1142 $probed && rmmod netdevsim
/linux-master/scripts/
H A Ddev-needs.sh26 -d lists the driver name of the dependencies that have probed
/linux-master/drivers/iommu/
H A Dfsl_pamu.c36 static bool probed; /* Has PAMU been probed? */ variable
772 if (WARN_ON(probed))
902 probed = true;
/linux-master/drivers/tty/serial/
H A Dsb1250-duart.c771 static int probed; local
775 if (probed)
790 probed = 1;
H A Dzs.c1070 static int probed; local
1076 if (probed)
1094 probed = 1;
/linux-master/drivers/edac/
H A Di7core_edac.c45 static int probed; variable
2253 if (unlikely(probed >= 1)) {
2257 probed++;
2320 if (unlikely(!probed)) {
2331 probed--;
/linux-master/drivers/net/ethernet/i825xx/
H A D82596.c1128 static int probed; local
1131 if (probed)
1133 probed++;
/linux-master/include/sound/
H A Dsoc-dai.h473 unsigned int probed:1; member in struct:snd_soc_dai
/linux-master/include/linux/soundwire/
H A Dsdw.h663 * @probed: boolean tracking driver state
695 bool probed; member in struct:sdw_slave

Completed in 227 milliseconds

12