Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Dkmod.h37 #define request_module(mod...) __request_module(true, mod) argument
38 #define request_module_nowait(mod...) __request_module(false, mod) argument
39 #define try_then_request_module(x, mod...) \ argument
44 #define try_then_request_module(x, mod...) (x) argument
Dmodule.h41 struct module *mod; member
389 static inline int module_is_live(struct module *mod) in module_is_live()
401 const struct module *mod) in within_module_core()
408 const struct module *mod) in within_module_init()
414 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
495 #define module_name(mod) \ argument
572 #define module_name(mod) "kernel" argument
661 struct module *mod) in module_bug_finalize()
664 static inline void module_bug_cleanup(struct module *mod) {} in module_bug_cleanup()
Ddynamic_debug.h114 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module()
Djump_label.h185 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops()
Dtracepoint.h52 struct module *mod; member
59 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
Dmoduleparam.h497 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup()
504 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
Dccp.h299 struct scatterlist *mod; member
471 struct scatterlist *mod; member
Dftrace.h558 static inline void ftrace_release_mod(struct module *mod) {} in ftrace_release_mod()
559 static inline void ftrace_module_init(struct module *mod) {} in ftrace_module_init()
Dftrace_event.h275 void *mod; member
/include/linux/iio/imu/
Dadis.h202 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
220 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
223 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
226 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
229 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/include/media/
Dlirc_dev.h15 #define mod(n, div) ((n) % (div)) macro
/include/linux/usb/
Dcomposite.h206 struct module *mod; member
555 struct module *mod; member
/include/linux/iio/common/
Dst_sensors.h44 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument