Searched refs:probe (Results 26 - 50 of 9198) sorted by relevance

1234567891011>>

/linux-master/drivers/spi/
H A Dspi-intel-platform.c28 .probe = intel_spi_platform_probe,
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822be.c22 .probe = rtw_pci_probe,
H A Drtw8723de.c22 .probe = rtw_pci_probe,
H A Drtw8822cs.c24 .probe = rtw_sdio_probe,
H A Drtw8821cs.c24 .probe = rtw_sdio_probe,
H A Drtw8822bs.c24 .probe = rtw_sdio_probe,
H A Drtw8821ce.c26 .probe = rtw_pci_probe,
H A Drtw8822ce.c26 .probe = rtw_pci_probe,
/linux-master/drivers/soc/imx/
H A Dimx93-src.c26 .probe = imx93_src_probe,
/linux-master/sound/soc/codecs/
H A Dadav803.c32 .probe = adav803_probe,
H A Dadav801.c36 .probe = adav80x_spi_probe,
H A Dssm2602-spi.c33 .probe = ssm2602_spi_probe,
H A Dtlv320aic23-spi.c38 .probe = aic23_spi_probe,
H A Dadau7118-hw.c36 .probe = adau7118_probe_hw,
H A Dwm8804-spi.c44 .probe = wm8804_spi_probe,
H A Dpcm5102a.c46 .probe = pcm5102a_probe,
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmstb_nand.c25 .probe = brcmstb_nand_probe,
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c43 .probe = mpc512x_generic_probe,
/linux-master/sound/hda/ext/
H A Dhdac_ext_bus.c98 return (get_hdrv(dev))->probe(get_hdev(dev));
122 if (drv->probe)
123 drv->driver.probe = hda_ext_drv_probe;
/linux-master/drivers/dio/
H A Ddio-driver.c53 if (!d->driver && drv->probe) {
58 error = drv->probe(d, id);
129 .probe = dio_device_probe,
/linux-master/drivers/usb/typec/altmodes/
H A Dnvidia.c34 .probe = nvidia_altmode_probe,
/linux-master/drivers/cpuidle/
H A Dcpuidle-zynq.c63 .probe = zynq_cpuidle_probe,
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_palmte.c42 .probe = palmte_panel_probe,
/linux-master/arch/xtensa/include/asm/
H A Dtlbflush.h78 static inline void invalidate_itlb_entry (unsigned long probe) argument
80 __asm__ __volatile__("iitlb %0; isync\n\t" : : "a" (probe));
83 static inline void invalidate_dtlb_entry (unsigned long probe) argument
85 __asm__ __volatile__("idtlb %0; dsync\n\t" : : "a" (probe));
/linux-master/drivers/acpi/pmic/
H A Dintel_pmic_chtcrc.c40 .probe = intel_chtcrc_pmic_opregion_probe,

Completed in 199 milliseconds

1234567891011>>