Searched refs:mod (Results 401 - 425 of 451) sorted by relevance

<<111213141516171819

/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c1847 if (!rsa->exp || !rsa->mod || !rsa->src || !rsa->dst)
1919 ret = ccp_reverse_set_dm_area(&src, 0, rsa->mod, 0, rsa->mod_len);
2204 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len);
2327 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len);
2446 if (!ecc->mod ||
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c1003 unsigned int mod, target, diff, pad_bytes, size_bytes; local
1012 mod = 512 / 8;
1017 mod = 1024 / 8;
1023 diff = dgstlen & (mod - 1);
1024 pad_bytes = diff > target ? target + mod - diff : target - diff;
/linux-master/drivers/media/dvb-frontends/
H A Dcx24117.c219 /*mod fec mask val */
400 enum fe_modulation mod,
407 __func__, mod, fec, state->demod);
409 ret = cx24117_lookup_fecmod(state, delsys, mod, fec);
398 cx24117_set_fec(struct cx24117_state *state, enum fe_delivery_system delsys, enum fe_modulation mod, enum fe_code_rate fec) argument
/linux-master/scripts/kconfig/
H A Dqconf.cc156 case mod:
771 setValue(item, mod);
1002 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n";
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1460 bool mod = false; local
1469 mod = true;
1477 if (!mod) {
/linux-master/kernel/bpf/
H A Dbtf.c3649 struct module *mod = NULL; local
3706 mod = btf_try_get_module(kptr_btf);
3707 if (!mod) {
3728 field->kptr.module = mod;
3731 module_put(mod);
7656 struct module *mod = module; local
7660 if (mod->btf_data_size == 0 ||
7672 btf = btf_parse_module(mod->name, mod->btf_data, mod
[all...]
/linux-master/drivers/parisc/
H A Dsba_iommu.c1117 PAT_MOD(mod)->mod_info.mod_pages = PAT_GET_MOD_PAGES(temp);
1119 PAT_MOD(mod)->mod_info.dvi = PAT_GET_DVI(temp);
1121 PAT_MOD(mod)->mod_info.ioc = PAT_GET_IOC(temp);
/linux-master/fs/bcachefs/
H A Dbuckets.c1211 int mod = (int) bch2_bkey_needs_rebalance(c, new.s_c) - local
1214 if (mod) {
1216 new.k->p, mod > 0);
/linux-master/
H A DMakefile295 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
1207 $(Q)$(MAKE) $(build)=scripts/mod
1905 $(foreach x, o mod, $(patsubst %.ko, %.$x, $(single-ko)))
1950 -o -name '*.su' -o -name '*.mod' \
1951 -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
/linux-master/drivers/staging/most/net/
H A Dnet.c511 .mod = THIS_MODULE,
/linux-master/drivers/most/
H A Dmost_snd.c708 .mod = THIS_MODULE,
H A Dmost_cdev.c481 .mod = THIS_MODULE,
/linux-master/drivers/staging/most/video/
H A Dvideo.c529 .mod = THIS_MODULE,
/linux-master/drivers/video/fbdev/
H A Dcg14.c104 u8 mod; /* Monitor Operation Data Reg */ member in struct:cg14_regs
H A Damifb.c1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
1620 mod = fstrt = downx(fconst, fstrt) - fconst;
1628 move = move - div8((mod - fstrt)>>clk_shift);
1630 mod = par->next_line - div8(fsize>>clk_shift);
1634 par->bpl2mod = mod;
/linux-master/drivers/mtd/nand/raw/
H A Dsunxi_nand.c230 * @mod_clk: NAND controller mod clock
607 int mod = mtd_div_by_ws(mtd->erasesize, mtd); local
609 if (mod > ARRAY_SIZE(sunxi_nfc_randomizer_page_seeds))
610 mod = ARRAY_SIZE(sunxi_nfc_randomizer_page_seeds);
619 return seeds[page % mod];
2103 nfc->mod_clk = devm_clk_get_enabled(dev, "mod");
2105 dev_err(dev, "failed to retrieve mod clk\n");
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c452 xfs_agblock_t mod; local
456 mod = agbno % mp->m_sb.sb_inoalignmt;
457 if (!mod)
461 offset = XFS_AGB_TO_AGINO(mp, mod);
/linux-master/arch/parisc/kernel/
H A Dfirmware.c918 * @hwpath: fully bc.mod style path to the device.
1476 * @mod: The module index.
1483 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, argument
1492 ploc, mod, view_type, __pa(&result));
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.h47 void bfa_timer_beat(struct bfa_timer_mod_s *mod);
48 void bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer,
/linux-master/drivers/scsi/
H A Dscsi_scan.c1244 unsigned char mod[17];
1250 scsi_inq_str(mod, result, 16, 32));
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c1459 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, argument
1463 return vas_register_coproc_api(mod, cop_type, name, &vops);
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c2674 unsigned frame, clock, now_uframe, mod; local
2677 mod = oxu->periodic_size << 3;
2688 clock = now_uframe + mod - 1;
2689 clock %= mod;
2752 now = readl(&oxu->regs->frame_index) % mod;
2760 now_uframe %= mod;
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c896 unsigned int mod = (svr >> 16) & 0xfff6; /* w/o E suffix */ local
900 if ((pvr == 0x80850010 && mod == 0x80b0 && rev >= 0x0020) ||
901 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
905 if ((pvr == 0x80850010 && mod == 0x80b0) ||
906 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
910 if (pvr == 0x80850010 && mod == 0x80b0 && rev < 0x0020)
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c699 struct wmi_p2p_hmodel *mod; local
700 if (dlen < sizeof(*mod))
702 mod = (struct wmi_p2p_hmodel *) ev->data;
704 mod->p2p_model,
705 mod->p2p_model ? "host" : "firmware");
/linux-master/fs/btrfs/
H A Dioctl.c1143 int mod = 0; local
1209 mod = -1;
1212 mod = 1;
1229 if (mod < 0) {
1235 } else if (mod > 0) {

Completed in 332 milliseconds

<<111213141516171819