Searched defs:probe (Results 1 - 25 of 60) sorted by relevance

123

/include/linux/platform_data/
H A Dintel-mid_wdt.h19 int (*probe)(struct platform_device *pdev); member in struct:intel_mid_wdt_pdata
/include/video/
H A Dplatform_lcd.h18 int (*probe)(struct plat_lcd_data *); member in struct:plat_lcd_data
/include/linux/
H A Dntb.h53 int (*probe)(struct pci_dev *pdev); member in struct:ntb_client
H A Disa.h13 int (*probe)(struct device *, unsigned int); member in struct:isa_driver
H A Dmei_cl_bus.h16 int (*probe)(struct mei_cl_device *dev, member in struct:mei_cl_driver
H A Dmic_bus.h62 * @probe: the function to call when a device is found. Returns 0 or -errno.
68 int (*probe)(struct mbus_device *dev); member in struct:mbus_driver
H A Dolpc-ec.h21 int (*probe)(struct platform_device *); member in struct:olpc_ec_driver
H A Dadb.h32 int (*probe)(void); member in struct:adb_driver
H A Dioc3.h45 int active[IOC3_MAX_SUBMODULES]; /* set if probe succeeds */
60 int (*probe) (struct ioc3_submodule *, struct ioc3_driver_data *); member in struct:ioc3_submodule
H A Dmcb.h79 * @probe: probe callback
86 int (*probe)(struct mcb_device *mdev, const struct mcb_device_id *id); member in struct:mcb_driver
H A Dpcieport_if.h46 int (*probe) (struct pcie_device *dev); member in struct:pcie_port_service_driver
H A Dsuperhyway.h56 int (*probe)(struct superhyway_device *dev, const struct superhyway_device_id *id); member in struct:superhyway_driver
H A Dvirtio.h131 * @probe: the function to call when a device is found. Returns 0 or -errno.
141 int (*probe)(struct virtio_device *dev); member in struct:virtio_driver
H A Dzorro.h58 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ member in struct:zorro_driver
H A Drpmsg.h75 * rpmsg channel (i.e device) is created/destroyed. In turn, the ->probe()
158 * @probe: invoked when a matching rpmsg channel (i.e. device) is found
165 int (*probe)(struct rpmsg_channel *dev); member in struct:rpmsg_driver
H A Dspmi.h135 * @probe: binds this driver to a SPMI device.
142 * pm_runtime_put() from their probe() routine (and a balancing
150 int (*probe)(struct spmi_device *sdev); member in struct:spmi_driver
H A Dplatform_device.h124 * probe hardware directly. Because such drivers create sysfs device nodes
175 int (*probe)(struct platform_device *); member in struct:platform_driver
197 /* non-hotpluggable platform devices may use this so that probe() and
201 int (*probe)(struct platform_device *));
242 struct platform_driver *driver, int (*probe)(struct platform_device *),
H A Dtifm.h105 int (*probe)(struct tifm_dev *dev); member in struct:tifm_driver
/include/linux/mfd/
H A Dmcp.h51 int (*probe)(struct mcp *); member in struct:mcp_driver
/include/linux/amba/
H A Dbus.h39 int (*probe)(struct amba_device *, const struct amba_id *); member in struct:amba_driver
/include/linux/uwb/
H A Dumc.h88 int (*probe)(struct umc_dev *); member in struct:umc_driver
/include/xen/
H A Dxenbus.h91 int (*probe)(struct xenbus_device *dev, member in struct:xenbus_driver
/include/drm/
H A Ddrm_mipi_dsi.h143 * @probe: callback for device binding
149 int(*probe)(struct mipi_dsi_device *dsi); member in struct:mipi_dsi_driver
/include/linux/mmc/
H A Dsdio_func.h89 int (*probe)(struct sdio_func *, const struct sdio_device_id *); member in struct:sdio_driver
/include/linux/mtd/
H A Dmap.h193 to a chip probe routine -- either JEDEC or CFI probe or both -- via
194 do_map_probe(). If a chip is recognised, the probe code will invoke the
254 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver

Completed in 689 milliseconds

123