Searched refs:mod (Results 201 - 225 of 447) sorted by relevance

1234567891011>>

/linux-master/drivers/misc/cxl/
H A Dflash.c232 size_t mod, s_copy, len_chunk = 0; local
259 mod = len_chunk % CXL_AI_BUFFER_SIZE;
260 if (mod)
291 if ((i == (entries - 1)) && mod)
292 s_copy = mod;
301 if ((i == (entries - 1)) && mod)
302 le[i].len = cpu_to_be64(mod);
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S64 .byte 0 # 1 mod 4 alignment for LOOPNEZ
65 # (0 mod 4 alignment for LBEG)
119 _bbsi.l a2, 0, .Ldst1mod2 # if dst is 1 mod 2
120 _bbsi.l a2, 1, .Ldst2mod4 # if dst is 2 mod 4
121 .Ldstaligned: # return here from .Ldst?mod? once dst is aligned
317 .byte 0 # 1 mod 4 alignment for LOOPNEZ
318 # (0 mod 4 alignment for LBEG)
380 _bbsi.l a5, 0, .Lbackdst1mod2 # if dst is 1 mod 2
381 _bbsi.l a5, 1, .Lbackdst2mod4 # if dst is 2 mod 4
382 .Lbackdstaligned: # return here from .Lbackdst?mod
[all...]
H A Dstrncpy_user.S78 .Lsrc2mod4: # src address is 2 mod 4
100 .align 4 # 1 mod 4 alignment for LOOPNEZ
101 .byte 0 # (0 mod 4 alignment for LBEG)
177 .align 4 # 1 mod 4 alignment for LOOPNEZ
178 .byte 0 # (0 mod 4 alignment for LBEG)
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c160 struct module *mod)
166 if (within_module_core((unsigned long)location, mod))
167 entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr;
169 entry = (void *)sechdrs[mod->arch.init_plt_section].sh_addr;
288 notrace int module_trampoline_target(struct module *mod, unsigned long addr, argument
157 do_plt_call(void *location, Elf32_Addr val, const Elf32_Shdr *sechdrs, struct module *mod) argument
/linux-master/drivers/pwm/
H A Dpwm-imx-tpm.c70 u32 mod; member in struct:imx_tpm_pwm_param
108 p->mod = period_count;
125 tmp = (u64)p->mod * real_state->duty_cycle;
212 writel(p->mod, tpm->base + PWM_IMX_TPM_MOD);
240 while (readl(tpm->base + PWM_IMX_TPM_MOD) != p->mod
/linux-master/drivers/iio/imu/
H A Dadis16400.c695 #define ADIS16400_GYRO_CHAN(mod, addr, bits) { \
698 .channel2 = IIO_MOD_ ## mod, \
705 .scan_index = ADIS16400_SCAN_GYRO_ ## mod, \
715 #define ADIS16400_ACCEL_CHAN(mod, addr, bits) { \
718 .channel2 = IIO_MOD_ ## mod, \
725 .scan_index = ADIS16400_SCAN_ACC_ ## mod, \
735 #define ADIS16400_MAGN_CHAN(mod, addr, bits) { \
738 .channel2 = IIO_MOD_ ## mod, \
744 .scan_index = ADIS16400_SCAN_MAGN_ ## mod, \
758 #define ADIS16400_MOD_TEMP_CHAN(mod, add
[all...]
/linux-master/drivers/iio/accel/
H A Dmma9553.c105 enum iio_modifier mod; member in struct:mma9553_event_info
110 .mod = IIO_NO_MOD,
115 .mod = IIO_MOD_STILL,
120 .mod = IIO_MOD_STILL,
125 .mod = IIO_MOD_WALKING,
130 .mod = IIO_MOD_WALKING,
135 .mod = IIO_MOD_JOGGING,
140 .mod = IIO_MOD_JOGGING,
145 .mod = IIO_MOD_RUNNING,
150 .mod
232 mma9553_get_event(struct mma9553_data *data, enum iio_chan_type type, enum iio_modifier mod, enum iio_event_direction dir) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dvpe.c182 static void layout_sections(struct module *mod, const Elf_Ehdr *hdr, argument
204 mod_mem = &mod->mem[MOD_TEXT];
480 unsigned int nsecs, struct module *mod)
536 const char *strtab, struct module *mod)
551 struct module *mod)
582 struct module mod; /* so we can re-use the relocations code */ local
584 memset(&mod, 0, sizeof(struct module));
585 strcpy(mod.name, "VPE loader");
640 layout_sections(&mod, hdr, sechdrs, secstrings);
643 v->load_addr = alloc_progmem(mod
476 simplify_symbols(Elf_Shdr *sechdrs, unsigned int symindex, const char *strtab, const char *secstrings, unsigned int nsecs, struct module *mod) argument
535 dump_elfsymbols(Elf_Shdr *sechdrs, unsigned int symindex, const char *strtab, struct module *mod) argument
549 find_vpe_symbols(struct vpe *v, Elf_Shdr *sechdrs, unsigned int symindex, const char *strtab, struct module *mod) argument
[all...]
/linux-master/scripts/kconfig/
H A Dsymbol.c24 .curr = { "m", mod },
187 * Tristate choice_values with visibility 'mod' are
192 prop->visible.tri == mod && choice_sym->curr.tri == yes)
197 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no))
209 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
218 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
227 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
308 sym->dir_dep.tri == mod ? 'm' : 'n');
314 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod,
421 if (newval.tri == mod
[all...]
/linux-master/tools/perf/util/
H A Dparse-events.c1671 static int get_event_modifier(struct event_modifier *mod, char *str, argument
1691 memset(mod, 0, sizeof(*mod));
1754 mod->eu = eu;
1755 mod->ek = ek;
1756 mod->eh = eh;
1757 mod->eH = eH;
1758 mod->eG = eG;
1759 mod->eI = eI;
1760 mod
1796 struct event_modifier mod; local
[all...]
/linux-master/sound/mips/
H A Dhal2.c68 unsigned short mod; /* MOD value */ member in struct:hal2_codec
316 unsigned short mod; local
319 mod = 4 * 44100 / rate;
322 mod = 4 * 48000 / rate;
327 codec->mod = mod;
328 rate = 4 * codec->master / mod;
337 int mod = hal2->dac.mod; local
341 ((0xffff & (inc - mod
348 int mod = hal2->adc.mod; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DM0209.c124 u8 mod = bits % 8; local
126 info->data[i] = info->data[i] >> mod;
/linux-master/include/linux/
H A Dmost.h199 * @mod: module
234 struct module *mod; member in struct:most_interface
266 struct module *mod; member in struct:most_component
H A Dstatic_call.h169 struct module *mod; /* for vmlinux, mod == NULL */ member in struct:static_call_mod
180 extern int static_call_mod_init(struct module *mod);
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.h182 int otx_cpt_crypto_init(struct pci_dev *pdev, struct module *mod,
186 void otx_cpt_crypto_exit(struct pci_dev *pdev, struct module *mod,
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_zones_many.sh50 typeof numgen inc mod $max_zones : ct zone
55 udp dport 12345 ct zone set numgen inc mod 65536 map @rndzone
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf.c92 static void attach_ebpf(int fd, uint16_t mod) argument
103 /* BPF_ALU64_IMM(BPF_MOD, BPF_REG_0, mod) */
104 { BPF_ALU64 | BPF_MOD | BPF_K, BPF_REG_0, 0, 0, mod },
131 static void attach_cbpf(int fd, uint16_t mod) argument
136 /* A = A % mod */
137 { BPF_ALU | BPF_MOD, 0, 0, mod },
150 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, argument
168 attach_bpf(fd[i], mod);
211 static void test_recv_order(const struct test_params p, int fd[], int mod) argument
265 expected = (sport % mod);
[all...]
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg-hw.h87 #define STM_CTRL_CONFIG_MOD(mod) ((mod) << 9)
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h179 int otx2_cpt_crypto_init(struct pci_dev *pdev, struct module *mod,
181 void otx2_cpt_crypto_exit(struct pci_dev *pdev, struct module *mod);
/linux-master/drivers/base/power/
H A Dtrace.c143 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) argument
149 return seed % mod;
/linux-master/scripts/mod/
H A Dmodpost.h182 void handle_moddevtable(struct module *mod, struct elf_info *info,
184 void add_moddevtable(struct buffer *buf, struct module *mod);
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py145 mod = base + '.mod'
146 # Read from *.mod, to get a list of objects that compose the module.
147 with open(mod) as m:
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.c82 brcmf_err("mod=%s: failed %d\n", fwvid_list[fwvid].name, ret);
99 brcmf_dbg(TRACE, "mod=%s: enter\n", fwvid_list[fwvid].name);
114 int brcmf_fwvid_unregister_vendor(enum brcmf_fwvendor fwvid, struct module *mod) argument
121 if (WARN_ON(fwvid_list[fwvid].vmod != mod))
129 brcmf_dbg(INFO, "mod=%s: removing %s\n", fwvid_list[fwvid].name,
140 brcmf_dbg(TRACE, "mod=%s: exit\n", fwvid_list[fwvid].name);
161 brcmf_dbg(TRACE, "mod=%s: enter: dev %s\n", fwvid_list[fwvid].name,
185 brcmf_dbg(TRACE, "mod=%s: enter: dev %s\n", fwvid_list[fwvid].name,
/linux-master/drivers/base/
H A Dbase.h195 void module_add_driver(struct module *mod, struct device_driver *drv);
198 static inline void module_add_driver(struct module *mod, argument
/linux-master/include/linux/mtd/
H A Dmtd.h602 u32 mod; local
607 mod = mtd_mod_by_eb(req->addr, mtd);
608 if (mod) {
609 req->addr -= mod;
610 req->len += mod;
613 mod = mtd_mod_by_eb(req->addr + req->len, mtd);
614 if (mod)
615 req->len += mtd->erasesize - mod;

Completed in 286 milliseconds

1234567891011>>