| /include/linux/ |
| D | kmod.h | 38 #define request_module(mod...) __request_module(true, mod) argument 39 #define request_module_nowait(mod...) __request_module(false, mod) argument 40 #define try_then_request_module(x, mod...) \ argument 45 #define try_then_request_module(x, mod...) (x) argument
|
| D | cfi.h | 24 static inline void cfi_module_add(struct module *mod, unsigned long min_addr, in cfi_module_add() 29 static inline void cfi_module_remove(struct module *mod, unsigned long min_addr, in cfi_module_remove()
|
| D | livepatch.h | 106 struct module *mod; member 122 struct module *mod; member 169 static inline int klp_module_coming(struct module *mod) { return 0; } in klp_module_coming() 170 static inline void klp_module_going(struct module *mod) {} in klp_module_going()
|
| D | module.h | 45 struct module *mod; member 286 struct module *mod; member 493 static inline int module_is_live(struct module *mod) in module_is_live() 506 const struct module *mod) in within_module_core() 513 const struct module *mod) in within_module_init() 519 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() 608 #define module_name(mod) \ argument 636 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module() 641 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module() 697 #define module_name(mod) "kernel" argument [all …]
|
| D | moduleparam.h | 73 struct module *mod; member 241 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock() 244 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock() 527 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup() 534 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
|
| D | tracepoint.h | 50 struct module *mod; member 57 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
|
| D | dynamic_debug.h | 163 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module()
|
| D | ftrace.h | 641 static inline void ftrace_module_init(struct module *mod) { } in ftrace_module_init() 642 static inline void ftrace_module_enable(struct module *mod) { } in ftrace_module_enable() 643 static inline void ftrace_release_mod(struct module *mod) { } in ftrace_release_mod()
|
| D | jump_label.h | 238 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops()
|
| D | ccp.h | 380 struct scatterlist *mod; member 581 struct scatterlist *mod; member
|
| D | trace_events.h | 259 void *mod; member
|
| /include/linux/iio/imu/ |
| D | adis.h | 203 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 221 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 224 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 227 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 230 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
|
| /include/net/ |
| D | ipv6.h | 125 #define _DEVINC(net, statname, mod, idev, field) \ argument 134 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument 151 #define _DEVADD(net, statname, mod, idev, field, val) \ argument 159 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
|
| /include/linux/usb/ |
| D | composite.h | 215 struct module *mod; member 579 struct module *mod; member
|
| /include/linux/iio/common/ |
| D | st_sensors.h | 45 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
|