Searched refs:mod (Results 1 - 18 of 18) sorted by relevance

/include/linux/
H A Dmoduleloader.h19 struct module *mod);
22 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
29 void module_free(struct module *mod, void *module_region);
40 struct module *mod);
63 struct module *mod);
80 struct module *mod);
83 void module_arch_cleanup(struct module *mod);
H A Dkmod.h37 #define request_module(mod...) __request_module(true, mod)
38 #define request_module_nowait(mod...) __request_module(false, mod)
39 #define try_then_request_module(x, mod...) \
40 ((x) ?: (__request_module(true, mod), (x)))
44 #define try_then_request_module(x, mod...) (x)
H A Dmodule.h41 struct module *mod; member in struct:module_kobject
388 static inline int module_is_live(struct module *mod) argument
390 return mod->state != MODULE_STATE_GOING;
400 const struct module *mod)
402 return (unsigned long)mod->module_core <= addr &&
403 addr < (unsigned long)mod->module_core + mod->core_size;
407 const struct module *mod)
409 return (unsigned long)mod->module_init <= addr &&
410 addr < (unsigned long)mod
399 within_module_core(unsigned long addr, const struct module *mod) argument
406 within_module_init(unsigned long addr, const struct module *mod) argument
413 within_module(unsigned long addr, const struct module *mod) argument
658 module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
663 module_bug_cleanup(struct module *mod) argument
[all...]
H A Djump_label.h135 extern void jump_label_apply_nops(struct module *mod);
185 static inline int jump_label_apply_nops(struct module *mod) argument
H A Dccp.h284 * @mod: RSA modulus
291 * - key_size, exp, exp_len, mod, mod_len, src, dst, src_len
299 struct scatterlist *mod; member in struct:ccp_rsa_engine
457 * @mod: ECC modulus
464 * - function, mod, mod_len
471 struct scatterlist *mod; member in struct:ccp_ecc_engine
H A Dtracepoint.h50 struct module *mod; member in struct:tp_module
53 bool trace_module_has_bad_taint(struct module *mod);
57 static inline bool trace_module_has_bad_taint(struct module *mod) argument
H A Ddynamic_debug.h114 static inline int ddebug_remove_module(const char *mod) argument
H A Dftrace.h462 * @mod: module structure if called by module load initialization
481 extern int ftrace_make_nop(struct module *mod,
543 extern void ftrace_module_init(struct module *mod);
552 static inline void ftrace_release_mod(struct module *mod) {} argument
553 static inline void ftrace_module_init(struct module *mod) {} argument
H A Dmoduleparam.h491 extern int module_param_sysfs_setup(struct module *mod,
495 extern void module_param_sysfs_remove(struct module *mod);
497 static inline int module_param_sysfs_setup(struct module *mod, argument
504 static inline void module_param_sysfs_remove(struct module *mod) argument
H A Dmpi.h118 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
121 int mpi_mulpowm(MPI res, MPI *basearray, MPI *exparray, MPI mod);
H A Dftrace_event.h275 void *mod; member in struct:ftrace_event_call
H A Dfb.h623 u32 height, u32 shift_high, u32 shift_low, u32 mod);
/include/trace/events/
H A Dmodule.h32 TP_PROTO(struct module *mod),
34 TP_ARGS(mod),
38 __string( name, mod->name )
42 __entry->taints = mod->taints;
43 __assign_str(name, mod->name);
51 TP_PROTO(struct module *mod),
53 TP_ARGS(mod),
56 __string( name, mod->name )
60 __assign_str(name, mod->name);
71 TP_PROTO(struct module *mod, unsigne
[all...]
/include/linux/iio/imu/
H A Dadis.h202 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \
205 .channel2 = IIO_MOD_ ## mod, \
220 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \
221 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
223 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \
224 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
226 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \
227 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
229 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \
230 ADIS_MOD_CHAN(IIO_ROT, mod, add
[all...]
/include/linux/uwb/
H A Dumc.h107 struct module *mod,
/include/linux/usb/
H A Dcomposite.h141 * @mod: (internal) points to the module that created this structure.
206 struct module *mod; member in struct:usb_function
555 struct module *mod; member in struct:usb_function_driver
587 .mod = THIS_MODULE, \
/include/linux/iio/common/
H A Dst_sensors.h44 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \
48 .modified = mod, \
/include/media/
H A Dlirc_dev.h15 #define mod(n, div) ((n) % (div)) macro

Completed in 263 milliseconds