/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-dwc-qos-eth.c | 398 int (*probe)(struct platform_device *pdev, member 405 .probe = dwc_qos_probe, 410 .probe = tegra_eqos_probe, 442 ret = data->probe(pdev, plat_dat, &stmmac_res); in dwc_eth_dwmac_probe() 444 dev_err_probe(&pdev->dev, ret, "failed to probe subdriver\n"); in dwc_eth_dwmac_probe() 490 .probe = dwc_eth_dwmac_probe,
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-designware-platdrv.c | 223 .probe = i2c_dw_baytrail_probe_lock_support, 228 .probe = i2c_dw_amdpsp_probe_lock_support, 244 while (ptr->probe) { in i2c_dw_probe_lock_support() 245 ret = ptr->probe(dev); in i2c_dw_probe_lock_support() 250 * probe. in i2c_dw_probe_lock_support() 486 .probe = dw_i2c_plat_probe,
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | PortableFontInstance.cpp | 214 le_uint16 probe = fDirPower; in findTable() local 220 while (probe > (1 << 0)) { in findTable() 221 probe >>= 1; in findTable() 223 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) { in findTable() 224 table += probe; in findTable()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | PortableFontInstance.cpp | 211 le_uint16 probe = fDirPower; in findTable() local 217 while (probe > (1 << 0)) { in findTable() 218 probe >>= 1; in findTable() 220 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) { in findTable() 221 table += probe; in findTable()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrobjs.c | 526 FT_UInt probe = power * size; in FT_LOCAL_DEF() local 557 while ( probe > size ) in FT_LOCAL_DEF() 559 probe >>= 1; in FT_LOCAL_DEF() 560 p = base + probe; in FT_LOCAL_DEF() 571 base += probe; in FT_LOCAL_DEF()
|
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/ |
H A D | vendor_hooks.h | 91 static inline int register_trace_##name(void (*probe)(data_proto), void *data) \
96 return tracepoint_probe_register(&__tracepoint_##name, (void *)probe, data); \
|
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | pci.c | 59 ret = data->probe(chip); in dw_pci_probe() 140 .probe = dw_pci_probe,
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | Makefile | 11 obj-y += cpu-probe.o elf.o entry.o genex.o idle.o irq.o \ 39 KASAN_SANITIZE_cpu-probe.o := n
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | probe_32.c | 7 * Generic x86 APIC driver probe layer. 67 .probe = probe_default, 181 if ((*drv)->probe()) { in generic_apic_probe() 193 /* This function can switch the APIC even after the initial ->probe() */
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | video-mode.c | 43 if (card->probe) in probe_cards() 44 card->nmodes = card->probe(); in probe_cards()
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 162 .probe = xo1_pm_probe, 170 .probe = xo1_pm_probe,
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | Makefile | 8 obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \ 42 KASAN_SANITIZE_cpu-probe.o := n
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/ |
H A D | cpm1-ic.c | 139 .probe = cpm_pic_probe, 181 .probe = cpm_error_probe,
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | video-mode.c | 43 if (card->probe) in probe_cards() 44 card->nmodes = card->probe(); in probe_cards()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_gsc.c | 112 .probe = serial_init_chip, 118 .probe = serial_init_chip,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | serial_8250.h | 114 unsigned char probe; member 183 int serial8250_console_setup(struct uart_port *port, char *options, bool probe);
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cq93vc.c | 123 .probe = cq93vc_probe, 148 .probe = cq93vc_platform_probe,
|
H A D | ac97.c | 112 .probe = ac97_soc_probe, 141 .probe = ac97_probe,
|
H A D | wm8782.c | 91 .probe = wm8782_soc_probe, 142 .probe = wm8782_probe,
|
/kernel/linux/linux-5.10/sound/soc/ux500/ |
H A D | mop500.c | 57 .probe = NULL, 165 .probe = mop500_probe,
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.h | 141 .probe = hdcs_probe_1x00, 160 .probe = hdcs_probe_1020,
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.h | 141 .probe = hdcs_probe_1x00, 160 .probe = hdcs_probe_1020,
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_parisc.c | 112 .probe = serial_init_chip, 118 .probe = serial_init_chip,
|
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | pci.c | 55 ret = data->probe(chip); in dw_pci_probe() 136 .probe = dw_pci_probe,
|
/kernel/linux/linux-6.6/drivers/dax/hmem/ |
H A D | hmem.c | 45 .probe = dax_hmem_probe, 131 .probe = dax_hmem_platform_probe,
|