/include/linux/ |
D | tracepoint.h | 39 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data); 41 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, 44 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data, 47 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data); 49 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist() argument 52 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist() 261 register_trace_##name(void (*probe)(data_proto), void *data) \ 264 (void *)probe, data); \ 267 register_trace_prio_##name(void (*probe)(data_proto), void *data,\ 271 (void *)probe, data, prio); \ [all …]
|
D | platform_device.h | 211 int (*probe)(struct platform_device *); member 238 #define platform_driver_probe(drv, probe) \ argument 239 __platform_driver_probe(drv, probe, THIS_MODULE) 241 int (*probe)(struct platform_device *), struct module *module); 304 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument 305 __platform_create_bundle(driver, probe, res, n_res, data, size, THIS_MODULE) 307 struct platform_driver *driver, int (*probe)(struct platform_device *),
|
D | isa.h | 15 int (*probe)(struct device *, unsigned int); member
|
D | irqchip.h | 43 .probe = platform_irqchip_probe, \
|
D | adb.h | 33 int (*probe)(void); member
|
D | wmi.h | 39 int (*probe)(struct wmi_device *wdev, const void *context); member
|
D | serial_8250.h | 114 unsigned char probe; member 183 int serial8250_console_setup(struct uart_port *port, char *options, bool probe);
|
D | ntb_transport.h | 55 int (*probe)(struct device *client_dev); member
|
D | sunxi-rsb.h | 61 int (*probe)(struct sunxi_rsb_device *rdev); member
|
D | siox.h | 38 int (*probe)(struct siox_device *sdevice); member
|
D | superhyway.h | 56 int (*probe)(struct superhyway_device *dev, const struct superhyway_device_id *id); member
|
D | mei_cl_bus.h | 69 int (*probe)(struct mei_cl_device *cldev, member
|
D | zorro.h | 51 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ member
|
D | pci_hotplug.h | 47 int (*reset_slot) (struct hotplug_slot *slot, int probe);
|
D | greybus.h | 59 int (*probe)(struct gb_bundle *bundle, member
|
/include/linux/platform_data/ |
D | intel-mid_wdt.h | 16 int (*probe)(struct platform_device *pdev); member
|
/include/video/ |
D | platform_lcd.h | 14 int (*probe)(struct plat_lcd_data *); member
|
/include/trace/hooks/ |
D | vendor_hooks.h | 18 int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data); 95 register_trace_##name(void (*probe)(data_proto), void *data) \ 98 (void *)probe, data); \
|
/include/linux/pcs/ |
D | pcs-xpcs.h | 29 int (*probe)(struct mdio_xpcs_args *xpcs, phy_interface_t interface); member
|
/include/linux/mtd/ |
D | platnand.h | 54 int (*probe)(struct platform_device *pdev); member
|
/include/linux/iio/ |
D | sw_device.h | 37 struct iio_sw_device* (*probe)(const char *); member
|
D | sw_trigger.h | 37 struct iio_sw_trigger* (*probe)(const char *); member
|
/include/linux/ulpi/ |
D | driver.h | 44 int (*probe)(struct ulpi *ulpi); member
|
/include/linux/mfd/ |
D | mcp.h | 48 int (*probe)(struct mcp *); member
|
/include/sound/ac97/ |
D | codec.h | 65 int (*probe)(struct ac97_codec_device *); member
|