Searched defs:probe (Results 201 - 225 of 236) sorted by path

12345678910

/linux-master/include/linux/
H A Dtifm.h101 int (*probe)(struct tifm_dev *dev); member in struct:tifm_driver
H A Dtrace_events.h298 void *probe; member in struct:trace_event_class
H A Dtracepoint.h49 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, argument
[all...]
H A Dusb.h1215 int (*probe) (struc member in struct:usb_driver
1277 int (*probe) (struct usb_device *udev); member in struct:usb_device_driver
[all...]
H A Dvdpa.h490 int (*probe)(struct vdpa_device *vdev); member in struct:vdpa_driver
H A Dvirtio.h204 int (*probe)(struct virtio_device *dev); member in struct:virtio_driver
H A Dwmi.h65 int (*probe)(struct wmi_device *wdev, const void *context); member in struct:wmi_driver
H A Dzorro.h50 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ member in struct:zorro_driver
/linux-master/include/linux/ulpi/
H A Ddriver.h44 int (*probe)(struct ulpi *ulpi); member in struct:ulpi_driver
/linux-master/include/linux/usb/
H A Dserial.h252 int (*probe)(struct usb_serial *serial, const struct usb_device_id *id); member in struct:usb_serial_driver
H A Dtypec_altmode.h187 int (*probe)(struct typec_altmode *altmode); member in struct:typec_altmode_driver
/linux-master/include/media/drv-intf/
H A Dsaa7146.h103 int (*probe)(struct saa7146_dev *); member in struct:saa7146_extension
/linux-master/include/net/bluetooth/
H A Dl2cap.h678 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); member in struct:l2cap_user
/linux-master/include/soc/tegra/
H A Dmc.h164 int (*probe)(struct tegra_mc *mc); member in struct:tegra_mc_ops
/linux-master/include/sound/ac97/
H A Dcodec.h65 int (*probe)(struct ac97_codec_device *); member in struct:ac97_codec_driver
/linux-master/include/sound/
H A Dhdaudio.h230 int (*probe)(struct hdac_device *dev); member in struct:hdac_driver
H A Dsoc-component.h78 int (*probe)(struct snd_soc_component *component); member in struct:snd_soc_component_driver
H A Dsoc-dai.h278 int (*probe)(struct snd_soc_dai *dai); member in struct:snd_soc_dai_ops
H A Dsoc.h1028 int (*probe)(struct snd_soc_card *card); member in struct:snd_soc_card
/linux-master/include/video/
H A Domapfb_dss.h690 int (*probe)(struct omap_dss_device *); member in struct:omap_dss_driver
/linux-master/include/xen/
H A Dxenbus.h113 int (*probe)(struct xenbus_device *dev, member in struct:xenbus_driver
/linux-master/kernel/trace/
H A Dftrace.c3341 struct ftrace_func_probe *probe; member in struct:ftrace_iterator
3465 struct ftrace_func_probe *probe; local
4604 struct ftrace_func_probe *probe; local
4763 release_probe(struct ftrace_func_probe *probe) argument
4788 acquire_probe_locked(struct ftrace_func_probe *probe) argument
4802 struct ftrace_func_probe *probe = NULL, *iter; local
4946 struct ftrace_func_probe *probe = NULL, *iter; local
5075 struct ftrace_func_probe *probe, *n; local
[all...]
/linux-master/kernel/
H A Dtracepoint.c472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, argument
501 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, int prio) argument
529 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) argument
543 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) argument
[all...]
/linux-master/net/tipc/
H A Dlink.c831 bool probe = false; local
1841 tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, bool probe_reply, u16 rcvgap, int tolerance, int priority, struct sk_buff_head *xmitq) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_algo.c741 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) argument
748 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) argument
755 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) argument
777 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) argument
677 xfrm_find_algo( const struct xfrm_algo_list *algo_list, int match(const struct xfrm_algo_desc *entry, const void *data), const void *data, int probe) argument
[all...]

Completed in 410 milliseconds

12345678910