| /include/linux/ |
| A D | tracepoint.h | 37 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data); 47 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist() argument 50 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist() 241 register_trace_##name(void (*probe)(data_proto), void *data) \ 244 (void *)probe, data); \ 247 register_trace_prio_##name(void (*probe)(data_proto), void *data,\ 251 (void *)probe, data, prio); \ 254 unregister_trace_##name(void (*probe)(data_proto), void *data) \ 257 (void *)probe, data); \ 388 register_trace_##name(void (*probe)(data_proto), \ [all …]
|
| A D | platform_device.h | 237 int (*probe)(struct platform_device *); member 270 #define platform_driver_probe(drv, probe) \ argument 271 __platform_driver_probe(drv, probe, THIS_MODULE) 273 int (*probe)(struct platform_device *), struct module *module); 336 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument 337 __platform_create_bundle(driver, probe, res, n_res, data, size, THIS_MODULE) 339 struct platform_driver *driver, int (*probe)(struct platform_device *),
|
| A D | platform_profile.h | 44 int (*probe)(void *drvdata, unsigned long *choices); member
|
| A D | adb.h | 33 int (*probe)(void); member
|
| A D | dfl.h | 69 int (*probe)(struct dfl_device *dfl_dev); member
|
| A D | ntb_transport.h | 55 int (*probe)(struct device *client_dev); member
|
| A D | irqchip.h | 53 .probe = IS_ENABLED(CONFIG_IRQCHIP) ? \
|
| A D | sunxi-rsb.h | 61 int (*probe)(struct sunxi_rsb_device *rdev); member
|
| A D | mdev.h | 69 int (*probe)(struct mdev_device *dev); member
|
| A D | wmi.h | 70 int (*probe)(struct wmi_device *wdev, const void *context); member
|
| A D | siox.h | 38 int (*probe)(struct siox_device *sdevice); member
|
| A D | isa.h | 15 int (*probe)(struct device *, unsigned int); member
|
| A D | serial_8250.h | 141 unsigned char probe; member 207 int serial8250_console_setup(struct uart_port *port, char *options, bool probe);
|
| A D | greybus.h | 59 int (*probe)(struct gb_bundle *bundle, member
|
| A D | zorro.h | 50 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ member
|
| /include/linux/platform_data/x86/ |
| A D | intel-mid_wdt.h | 16 int (*probe)(struct platform_device *pdev); member
|
| /include/video/ |
| A D | platform_lcd.h | 13 int (*probe)(struct plat_lcd_data *); member
|
| /include/linux/mtd/ |
| A D | platnand.h | 54 int (*probe)(struct platform_device *pdev); member
|
| /include/linux/device/ |
| A D | faux.h | 46 int (*probe)(struct faux_device *faux_dev); member
|
| /include/linux/iio/ |
| A D | sw_device.h | 37 struct iio_sw_device* (*probe)(const char *); member
|
| A D | sw_trigger.h | 37 struct iio_sw_trigger* (*probe)(const char *); member
|
| /include/linux/ulpi/ |
| A D | driver.h | 44 int (*probe)(struct ulpi *ulpi); member
|
| /include/linux/mfd/ |
| A D | mcp.h | 48 int (*probe)(struct mcp *); member
|
| /include/drm/display/ |
| A D | drm_dp_aux_bus.h | 31 int (*probe)(struct dp_aux_ep_device *aux_ep); member
|
| /include/sound/ac97/ |
| A D | codec.h | 65 int (*probe)(struct ac97_codec_device *); member
|