/linux/drivers/base/ |
H A 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/net/xfrm/ |
H A D | xfrm_algo.c | 680 const void *data, int probe) in xfrm_find_algo() 741 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) in xfrm_aalg_get_byname() 748 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) in xfrm_ealg_get_byname() 755 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) in xfrm_calg_get_byname() 777 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) in xfrm_aead_get_byname()
|
/linux/kernel/ |
H A D | tracepoint.c | 425 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() 454 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio() 482 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() 496 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister()
|
/linux/arch/xtensa/include/asm/ |
H A 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/include/video/ |
H A D | platform_lcd.h | 13 int (*probe)(struct plat_lcd_data *); member
|
/linux/include/linux/platform_data/x86/ |
H A D | intel-mid_wdt.h | 16 int (*probe)(struct platform_device *pdev); member
|
/linux/include/linux/ |
H A D | platform_device.h | 237 int (*probe)(struct platform_device *); member 270 #define platform_driver_probe(drv, probe) \ argument 336 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument
|
H A D | ntb_transport.h | 55 int (*probe)(struct device *client_dev); member
|
H A D | platform_profile.h | 44 int (*probe)(void *drvdata, unsigned long *choices); member
|
/linux/drivers/video/fbdev/via/ |
H A D | via_aux_vt1622.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
H A D | via_aux_ch7301.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
H A D | via_aux_vt1625.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
H A D | via_aux_sii164.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
H A D | via_aux_vt1632.c | 16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
|
/linux/drivers/hid/bpf/progs/ |
H A D | HP__Elite-Presenter.bpf.c | 53 int probe(struct hid_bpf_probe_args *ctx) in probe() function
|
H A D | Thrustmaster__TCA-Yoke-Boeing.bpf.c | 135 int probe(struct hid_bpf_probe_args *ctx) in probe() function
|
H A D | IOGEAR__Kaliber-MMOmentum.bpf.c | 53 int probe(struct hid_bpf_probe_args *ctx) in probe() function
|
H A D | FR-TEC__Raptor-Mach-2.bpf.c | 177 int probe(struct hid_bpf_probe_args *ctx) in probe() function
|
H A D | Microsoft__Xbox-Elite-2.bpf.c | 121 int probe(struct hid_bpf_probe_args *ctx) in probe() function
|
H A D | Huion__Kamvas-Pro-19.bpf.c | 264 int probe(struct hid_bpf_probe_args *ctx) in probe() function
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_stack_var_off.c | 12 int probe(void *ctx) in probe() function
|
/linux/drivers/mmc/core/ |
H A D | bus.h | 35 int (*probe)(struct mmc_card *card); member
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6dsp-lpass-ports.h | 7 int (*probe)(struct snd_soc_dai *dai); member
|
/linux/drivers/net/phy/ |
H A D | qt2025.rs | 42 fn probe(dev: &mut phy::Device) -> Result<()> { in probe() method
|
/linux/drivers/mtd/maps/ |
H A D | scx200_docflash.c | 27 static int probe = 0; /* Don't autoprobe */ variable
|