Searched refs:probe (Results 76 - 100 of 9198) sorted by relevance

1234567891011>>

/linux-master/sound/soc/amd/acp/
H A Dacp-mach.h62 int (*probe)(struct snd_soc_card *card); member in struct:acp_mach_ops
98 if (ACP_OPS(priv, probe))
99 ret = ACP_OPS(priv, probe)(card);
/linux-master/drivers/zorro/
H A Dzorro-driver.c50 if (drv->probe) {
55 error = drv->probe(z, id);
159 .probe = zorro_device_probe,
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860.c315 /* This function is called at probe time */
383 /* This function is called at probe time after sd_config */
523 .probe = sd_probe,
628 u8 probe, nb26, nb96, nOV, ntry; local
634 ctrl_in(gspca_dev, 0xc0, 2, 0x0000, 0x0004, 1, &probe);
635 ctrl_in(gspca_dev, 0xc0, 2, 0x0000, 0x0004, 1, &probe);
661 ctrl_in(gspca_dev, 0xc0, 2, 0x7a00, 0x8030, 1, &probe);
662 gspca_dbg(gspca_dev, D_PROBE, "probe=0x%02x\n", probe);
663 if (probe
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dsdt.h1 /* <sys/sdt.h> - Systemtap static probe definition macros.
242 Without that assembler support, some combinations of probe placements
402 number of probe arguments is not known until compile time. Since
404 pre-#define SDT_USE_VARIADIC to enable this type of probe.
428 contain the actual assembly code around the probe site.
436 emits the assembly code for "before\nafter", with a probe in between.
437 The probe arguments are the %eax register, and the value of the memory
442 In a GNU C extended asm statement, the probe arguments can be specified
444 macro STAP_PROBE_ASM_OPERANDS gives the C values of these probe arguments,
458 but the probe sit
[all...]
/linux-master/include/linux/
H A Dntb_transport.h55 int (*probe)(struct device *client_dev); member in struct:ntb_transport_client
H A Dadb.h33 int (*probe)(void); member in struct:adb_driver
/linux-master/include/linux/mtd/
H A Dplatnand.h26 * @part_probe_types: NULL-terminated array of probe types
41 * @probe: platform specific function to probe/setup hardware
54 int (*probe)(struct platform_device *pdev); member in struct:platform_nand_ctrl
/linux-master/drivers/mtd/maps/
H A Dscx200_docflash.c27 static int probe = 0; /* Don't autoprobe */ variable
32 module_param(probe, int, 0);
33 MODULE_PARM_DESC(probe, "Probe for a BIOS mapping");
39 MODULE_PARM_DESC(flashtype, "Type of MTD probe to do");
97 if (probe) {
/linux-master/drivers/cpuidle/
H A Dcpuidle-calxeda.c70 .probe = calxeda_cpuidle_probe,
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_sensor.h48 int (*probe)(struct sd *sd); member in struct:stv06xx_sensor
/linux-master/sound/soc/codecs/
H A Dad193x-spi.c46 .probe = ad193x_spi_probe,
H A Dpcm3060-spi.c52 .probe = pcm3060_spi_probe,
H A Dpcm186x-spi.c49 .probe = pcm186x_spi_probe,
H A Dadau1372-spi.c51 .probe = adau1372_spi_probe,
H A Dpcm512x-spi.c53 .probe = pcm512x_spi_probe,
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k83a.h51 .probe = s5k83a_probe,
/linux-master/sound/soc/au1x/
H A Ddb1000.c52 .probe = db1000_audio_probe,
/linux-master/drivers/power/reset/
H A Dsc27xx-poweroff.c70 .probe = sc27xx_poweroff_probe,
/linux-master/drivers/platform/x86/
H A Dintel_scu_pltdrv.c48 .probe = intel_scu_platform_probe,
/linux-master/drivers/mfd/
H A Dat91-usart.c57 .probe = at91_usart_mode_probe,
/linux-master/sound/soc/pxa/
H A Dpxa2xx-pcm.c41 .probe = pxa2xx_soc_platform_probe,
/linux-master/drivers/clk/x86/
H A Dclk-lpss-atom.c41 .probe = lpss_atom_clk_probe,
/linux-master/drivers/nfc/microread/
H A Dmei.c63 .probe = microread_mei_probe,
/linux-master/drivers/nfc/pn544/
H A Dmei.c62 .probe = pn544_mei_probe,
/linux-master/drivers/iio/gyro/
H A Dbmg160_spi.c49 .probe = bmg160_spi_probe,

Completed in 213 milliseconds

1234567891011>>