/Linux-v5.15/drivers/base/ |
D | map.c | 20 struct probe { struct 21 struct probe *next; 22 dev_t dev; 23 unsigned long range; 24 struct module *owner; 25 kobj_probe_t *get; 26 int (*lock)(dev_t, void *); 27 void *data; 33 struct module *module, kobj_probe_t *probe, in kobj_map() 104 struct kobject *(*probe)(dev_t, int *, void *); in kobj_lookup() local
|
/Linux-v5.15/net/xfrm/ |
D | xfrm_algo.c | 643 const void *data, int probe) in xfrm_find_algo() 705 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) in xfrm_aalg_get_byname() 712 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) in xfrm_ealg_get_byname() 719 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) in xfrm_calg_get_byname() 741 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) in xfrm_aead_get_byname()
|
/Linux-v5.15/kernel/ |
D | tracepoint.c | 472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() 501 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio() 529 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() 543 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister()
|
/Linux-v5.15/tools/perf/examples/bpf/ |
D | 5sec.c | 46 int probe(hrtimer_nanosleep, rqtp)(void *ctx, int err, long long sec) in probe() function
|
/Linux-v5.15/include/linux/platform_data/ |
D | intel-mid_wdt.h | 16 int (*probe)(struct platform_device *pdev); member
|
/Linux-v5.15/include/video/ |
D | platform_lcd.h | 14 int (*probe)(struct plat_lcd_data *); member
|
/Linux-v5.15/drivers/video/fbdev/via/ |
D | via_aux_vt1622.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
D | via_aux_vt1625.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
D | via_aux_ch7301.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
D | via_aux_sii164.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
D | via_aux_vt1632.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | test_stack_var_off.c | 12 int probe(void *ctx) in probe() function
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | tlbflush.h | 78 static inline void invalidate_itlb_entry (unsigned long probe) in invalidate_itlb_entry() 83 static inline void invalidate_dtlb_entry (unsigned long probe) in invalidate_dtlb_entry()
|
/Linux-v5.15/drivers/media/radio/ |
D | radio-isa.h | 47 bool (*probe)(struct radio_isa_card *isa, int io); member 76 bool probe; member
|
/Linux-v5.15/include/linux/ |
D | platform_device.h | 205 int (*probe)(struct platform_device *); member 230 #define platform_driver_probe(drv, probe) \ argument 296 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument
|
D | ntb_transport.h | 55 int (*probe)(struct device *client_dev); member
|
D | wmi.h | 39 int (*probe)(struct wmi_device *wdev, const void *context); member
|
/Linux-v5.15/drivers/mmc/core/ |
D | bus.h | 34 int (*probe)(struct mmc_card *card); member
|
/Linux-v5.15/drivers/mtd/maps/ |
D | scx200_docflash.c | 27 static int probe = 0; /* Don't autoprobe */ variable
|
/Linux-v5.15/drivers/platform/x86/intel/int33fe/ |
D | intel_cht_int33fe_common.h | 24 int (*probe)(struct cht_int33fe_data *data); member
|
/Linux-v5.15/include/drm/ |
D | drm_dp_aux_bus.h | 31 int (*probe)(struct dp_aux_ep_device *aux_ep); member
|
/Linux-v5.15/drivers/media/usb/uvc/ |
D | uvc_video.c | 246 struct uvc_streaming_control *ctrl, int probe, u8 query) in uvc_get_video_ctrl() 333 struct uvc_streaming_control *ctrl, int probe) in uvc_set_video_ctrl() 378 struct uvc_streaming_control *probe) in uvc_probe_video() 440 struct uvc_streaming_control *probe) in uvc_commit_video() 2060 struct uvc_streaming_control *probe = &stream->ctrl; in uvc_video_init() local
|
/Linux-v5.15/drivers/dma/dw/ |
D | internal.h | 51 int (*probe)(struct dw_dma_chip *chip); member
|
/Linux-v5.15/drivers/uio/ |
D | uio_pci_generic.c | 71 static int probe(struct pci_dev *pdev, in probe() function
|
D | uio_aec.c | 69 static int probe(struct pci_dev *pdev, const struct pci_device_id *id) in probe() function
|