Searched refs:module (Results 176 - 200 of 14511) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/greybus/
H A Dgb-camera.h25 * @max_size: Maximum size of a frame in bytes. The camera module guarantees
59 * @configure_streams: Negotiate configuration and prepare the module for video
65 * configuration is applied by the module. The module can
71 * streams stored in 'streams' and 'array'. The module
101 * struct gb_camera_module - Represents greybus camera module.
104 * @interface_id: Interface id of the module.
123 int gb_camera_register(struct gb_camera_module *module);
124 int gb_camera_unregister(struct gb_camera_module *module);
/linux-master/include/linux/mtd/
H A Dpartitions.h80 struct module *owner;
96 struct module *owner);
103 * do anything special in module init/exit. Each driver may only use this macro
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236.c34 #include <linux/module.h>
63 .module = THIS_MODULE,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_mod_race.c45 * At this point, module loading thread is blocked, we now load the program:
59 * <store module reference in btf_kfunc_tab or used_btf array>
63 * Now, if we inject an error in the blocked program, our module will be freed
66 * module. This is why try_get_module_live returns false if mod->state is not
84 int BPF_PROG(fexit_init_module, struct module *mod, int ret)
94 int BPF_PROG(fexit_module_get, const struct btf *btf, struct module *mod)
/linux-master/include/linux/
H A Dppp-comp.h13 struct module;
81 struct module *owner;
H A Dmdio-bitbang.h7 struct module;
12 struct module *owner;
H A Dpstore_zone.h42 struct module *owner;
/linux-master/include/net/9p/
H A Dtransport.h12 #include <linux/module.h>
18 * struct p9_trans_module - transport module interface
34 * This is the basic API for a transport module which is registered by the
35 * transport module with the 9P core network module and used by the client
38 * The transport module list is protected by v9fs_trans_lock.
47 struct module *owner;
/linux-master/kernel/printk/
H A Dindex.c7 #include <linux/module.h>
17 /* The base dir for module formats, typically debugfs/printk/index/ */
20 static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos)
45 const struct module *mod = s->file->f_inode->i_private;
128 static const char *pi_get_module_name(struct module *mod)
133 static const char *pi_get_module_name(struct module *mod)
139 static void pi_create_file(struct module *mod)
146 static void pi_remove_file(struct module *mod)
154 struct module *mod = data;
163 default: /* we don't care about other module state
[all...]
/linux-master/drivers/md/
H A Ddm-zero.c10 #include <linux/module.h>
73 .module = THIS_MODULE,
/linux-master/include/linux/iio/
H A Dsw_trigger.h11 #include <linux/module.h>
24 struct module *owner;
H A Dsw_device.h11 #include <linux/module.h>
24 struct module *owner;
/linux-master/drivers/net/mdio/
H A Dacpi_mdio.c14 #include <linux/module.h>
25 * @owner: module owning this @mdio object.
33 struct module *owner)
/linux-master/drivers/platform/x86/
H A Dasus-wmi.h24 struct module;
62 struct module *owner;
/linux-master/arch/mips/include/asm/
H A Djump_label.h18 struct module;
19 extern void jump_label_apply_nops(struct module *mod);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.h21 int brcmf_fwvid_register_vendor(enum brcmf_fwvendor fwvid, struct module *mod,
23 int brcmf_fwvid_unregister_vendor(enum brcmf_fwvendor fwvid, struct module *mod);
H A Dtracepoint.c7 #include <linux/module.h> /* bug in tracepoint.h, it should include this */
/linux-master/arch/sh/kernel/
H A Dirq_32.c8 #include <linux/module.h>
/linux-master/arch/m68k/coldfire/
H A Dmcf8390.c12 #include <linux/module.h>
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_nomadik.c6 #include <linux/module.h>
/linux-master/drivers/tty/serial/8250/
H A D8250_exar_st16c554.c9 #include <linux/module.h>
39 MODULE_DESCRIPTION("8250 serial probe module for Exar cards");
/linux-master/drivers/watchdog/
H A Dpretimeout_noop.c6 #include <linux/module.h>
H A Dpretimeout_panic.c7 #include <linux/module.h>
/linux-master/sound/soc/codecs/
H A Des8328-spi.c10 #include <linux/module.h>
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dfw.c7 #include <linux/module.h>

Completed in 591 milliseconds

1234567891011>>