Searched refs:mod (Results 101 - 125 of 447) sorted by relevance

1234567891011>>

/linux-master/net/ethtool/
H A Drings.c201 bool mod = false; local
207 ethnl_update_u32(&ringparam.rx_pending, tb[ETHTOOL_A_RINGS_RX], &mod);
209 tb[ETHTOOL_A_RINGS_RX_MINI], &mod);
211 tb[ETHTOOL_A_RINGS_RX_JUMBO], &mod);
212 ethnl_update_u32(&ringparam.tx_pending, tb[ETHTOOL_A_RINGS_TX], &mod);
214 tb[ETHTOOL_A_RINGS_RX_BUF_LEN], &mod);
216 tb[ETHTOOL_A_RINGS_TCP_DATA_SPLIT], &mod);
218 tb[ETHTOOL_A_RINGS_CQE_SIZE], &mod);
220 tb[ETHTOOL_A_RINGS_TX_PUSH], &mod);
222 tb[ETHTOOL_A_RINGS_RX_PUSH], &mod);
[all...]
H A Dlinkinfo.c104 bool mod = false; local
114 ethnl_update_u8(&lsettings->port, tb[ETHTOOL_A_LINKINFO_PORT], &mod);
116 &mod);
118 tb[ETHTOOL_A_LINKINFO_TP_MDIX_CTRL], &mod);
119 if (!mod)
/linux-master/fs/orangefs/
H A DMakefile9 dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \
/linux-master/samples/livepatch/
H A Dlivepatch-sample.c54 .mod = THIS_MODULE,
/linux-master/scripts/
H A Dexport_report.pl7 # Usage: export_report.pl -k Module.symvers [-o report_file ] -f *.mod.c
29 for my $mod (sort keys %$href) {
30 my $list = $href->{$mod};
31 print "\t$mod:\n";
44 "\t-f: treat all the non-option argument as .mod.c files. ",
57 s/\.ko$/.mod.c/;
179 $thismod =~ s/\.mod\.c/.ko/;
/linux-master/net/9p/
H A DMakefile9 mod.o \
/linux-master/arch/arm/include/asm/
H A Dftrace.h21 struct module *mod; member in struct:dyn_arch_ftrace
/linux-master/include/linux/
H A Dkallsyms.h52 struct module *mod; local
59 mod = __module_address((unsigned long)ptr);
62 if (mod)
63 ptr = dereference_module_function_descriptor(mod, ptr);
H A Donce.h13 unsigned long *flags, struct module *mod);
18 struct module *mod);
/linux-master/scripts/gdb/linux/
H A Dmodules.py121 for mod in module_list():
122 mod_text_start = mod['mem'][constants.LX_MOD_TEXT]['base']
123 mod_text_end = mod_text_start + mod['mem'][constants.LX_MOD_TEXT]['size'].cast(utils.get_ulong_type())
126 s = "0x%x" % addr + " is in " + mod['name'].string() + ".ko\n"
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_livepatch.c33 .mod = THIS_MODULE,
H A Dtest_klp_state.c25 if (obj->mod)
26 pr_info("%s: %s -> %s\n", callback, obj->mod->name,
27 module_state[obj->mod->state]);
142 .mod = THIS_MODULE,
H A Dtest_klp_state2.c25 if (obj->mod)
26 pr_info("%s: %s -> %s\n", callback, obj->mod->name,
27 module_state[obj->mod->state]);
171 .mod = THIS_MODULE,
/linux-master/kernel/
H A Dparams.c25 #define KPARAM_MUTEX(mod) ((mod) ? &(mod)->param_lock : &param_lock)
27 #define KPARAM_MUTEX(mod) (&param_lock)
30 static inline void check_kparam_locked(struct module *mod) argument
32 BUG_ON(!mutex_is_locked(KPARAM_MUTEX(mod)));
35 static inline void check_kparam_locked(struct module *mod) argument
141 kernel_param_lock(params[i].mod);
146 kernel_param_unlock(params[i].mod);
416 static int param_array(struct module *mod, argument
605 kernel_param_lock(struct module *mod) argument
610 kernel_param_unlock(struct module *mod) argument
709 module_param_sysfs_setup(struct module *mod, const struct kernel_param *kparam, unsigned int num_params) argument
744 module_param_sysfs_remove(struct module *mod) argument
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c220 * @mod: specific mod that the callback will handle
225 enum hinic_mod_type mod,
230 if (mod >= HINIC_MOD_MAX)
233 func_to_func->pf_mbox_cb[mod] = callback;
235 set_bit(HINIC_PF_MBOX_CB_REG, &func_to_func->pf_mbox_cb_state[mod]);
243 * @mod: specific mod that the callback will handle
248 enum hinic_mod_type mod,
253 if (mod >
224 hinic_register_pf_mbox_cb(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, hinic_pf_mbox_cb callback) argument
247 hinic_register_vf_mbox_cb(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, hinic_vf_mbox_cb callback) argument
268 hinic_unregister_pf_mbox_cb(struct hinic_hwdev *hwdev, enum hinic_mod_type mod) argument
287 hinic_unregister_vf_mbox_cb(struct hinic_hwdev *hwdev, enum hinic_mod_type mod) argument
839 send_mbox_to_func(struct hinic_mbox_func_to_func *func_to_func, enum hinic_mod_type mod, u16 cmd, void *msg, u16 msg_len, u16 dst_func, enum hinic_hwif_direction_type direction, enum hinic_mbox_ack_type ack_type, struct mbox_msg_info *msg_info) argument
966 mbox_resp_info_handler(struct hinic_mbox_func_to_func *func_to_func, struct hinic_recv_mbox *mbox_for_resp, enum hinic_mod_type mod, u16 cmd, void *buf_out, u16 *out_size) argument
999 hinic_mbox_to_func(struct hinic_mbox_func_to_func *func_to_func, enum hinic_mod_type mod, u16 cmd, u16 dst_func, void *buf_in, u16 in_size, void *buf_out, u16 *out_size, u32 timeout) argument
1063 hinic_mbox_to_pf(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size, u32 timeout) argument
1084 hinic_mbox_to_vf(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size, u32 timeout) argument
[all...]
H A Dhinic_hw_mgmt.h113 enum hinic_mod_type mod; member in struct:hinic_recv_msg
154 enum hinic_mod_type mod; member in struct:hinic_mgmt_msg_handle_work
161 enum hinic_mod_type mod,
169 enum hinic_mod_type mod);
172 enum hinic_mod_type mod, u8 cmd,
/linux-master/sound/soc/samsung/
H A Di2s.c273 u32 mod = readl(priv->addr + I2SMOD); local
276 mod &= ~(priv->variant_regs->rfs_mask << rfs_shift);
280 mod |= (EXYNOS7_MOD_RCLK_192FS << rfs_shift);
283 mod |= (EXYNOS7_MOD_RCLK_96FS << rfs_shift);
286 mod |= (EXYNOS7_MOD_RCLK_128FS << rfs_shift);
289 mod |= (EXYNOS7_MOD_RCLK_64FS << rfs_shift);
292 mod |= (MOD_RCLK_768FS << rfs_shift);
295 mod |= (MOD_RCLK_512FS << rfs_shift);
298 mod |= (MOD_RCLK_384FS << rfs_shift);
301 mod |
334 u32 mod = readl(priv->addr + I2SMOD); local
403 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); local
454 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); local
512 u32 mod, mask, val = 0; local
634 u32 mod, tmp = 0; local
730 u32 mod, mask = 0, val = 0; local
[all...]
/linux-master/kernel/gcov/
H A Dbase.c106 struct module *mod = data; local
116 if (gcov_info_within_module(info, mod)) {
/linux-master/arch/arm64/include/asm/
H A Dmodule.h24 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
28 u64 module_emit_veneer_for_adrp(struct module *mod, Elf64_Shdr *sechdrs,
/linux-master/tools/perf/util/
H A Dprobe-finder.h81 Dwfl_Module *mod; /* For solving symbols */ member in struct:trace_event_finder
89 Dwfl_Module *mod; /* For solving symbols */ member in struct:available_var_finder
/linux-master/arch/riscv/include/asm/
H A Dbitops.h196 #define __test_and_op_bit_ord(op, mod, nr, addr, ord) \
203 : "r" (mod(__mask)) \
208 #define __op_bit_ord(op, mod, nr, addr, ord) \
212 : "r" (mod(BIT_MASK(nr))) \
215 #define __test_and_op_bit(op, mod, nr, addr) \
216 __test_and_op_bit_ord(op, mod, nr, addr, .aqrl)
217 #define __op_bit(op, mod, nr, addr) \
218 __op_bit_ord(op, mod, nr, addr, )
/linux-master/arch/mips/kernel/
H A Dr4k-bugs64.c29 void align_mod(const int align, const int mod) argument
40 : "n"(align), "n"(mod));
45 const int align, const int mod)
74 align_mod(align, mod);
105 align_mod(align, mod);
44 mult_sh_align_mod(long *v1, long *v2, long *w, const int align, const int mod) argument
/linux-master/lib/kunit/
H A Dtest.c758 static void kunit_module_init(struct module *mod) argument
762 mod->kunit_suites, mod->kunit_suites + mod->num_kunit_suites,
765 mod->kunit_init_suites, mod->kunit_init_suites + mod->num_kunit_init_suites,
770 if (mod->num_kunit_init_suites > 0)
782 mod->kunit_suites = (struct kunit_suite **)filtered_set.start;
783 mod
798 kunit_module_exit(struct module *mod) argument
823 struct module *mod = data; local
[all...]
/linux-master/scripts/package/
H A Dbuilddeb100 while read -r mod; do
101 mod="${mod%.o}.ko"
102 dbg="${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/kernel/${mod}"
103 buildid=$("${READELF}" -n "${mod}" | sed -n 's@^.*Build ID: \(..\)\(.*\)@\1/\2@p')
107 "${OBJCOPY}" --only-keep-debug "${mod}" "${dbg}"
/linux-master/include/linux/iio/imu/
H A Dadis.h488 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \
491 .channel2 = IIO_MOD_ ## mod, \
506 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \
507 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
509 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \
510 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
512 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \
513 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
515 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \
516 ADIS_MOD_CHAN(IIO_ROT, mod, add
[all...]

Completed in 430 milliseconds

1234567891011>>