Searched refs:mod (Results 276 - 300 of 447) sorted by relevance

<<1112131415161718

/linux-master/sound/core/
H A Dseq_device.c248 int __snd_seq_driver_register(struct snd_seq_driver *drv, struct module *mod) argument
253 drv->driver.owner = mod;
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c437 enum iio_modifier mod, int scan_index)
441 iio_chan->channel2 = mod;
458 char *pch, mod; local
467 mod = *(pch + 1);
468 switch (mod) {
435 scmi_iio_set_data_channel(struct iio_chan_spec *iio_chan, enum iio_chan_type type, enum iio_modifier mod, int scan_index) argument
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c199 unsigned char *mod, *exp, *inp; local
212 mod = meb1->modulus + sizeof(meb1->modulus) - mod_len;
223 mod = meb2->modulus + sizeof(meb2->modulus) - mod_len;
234 mod = meb3->modulus + sizeof(meb3->modulus) - mod_len;
241 if (copy_from_user(mod, mex->n_modulus, mod_len) ||
H A Dzcrypt_api.c592 struct module *mod,
601 module_put(mod);
647 struct module *mod; local
714 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, &mod, wgt);
727 zcrypt_drop_queue(pref_zc, pref_zq, mod, wgt);
751 struct module *mod; local
818 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, &mod, wgt);
831 zcrypt_drop_queue(pref_zc, pref_zq, mod, wgt);
856 struct module *mod; local
939 pref_zq = zcrypt_pick_queue(pref_zc, pref_zq, &mod, wg
590 zcrypt_drop_queue(struct zcrypt_card *zc, struct zcrypt_queue *zq, struct module *mod, unsigned int weight) argument
1039 struct module *mod; local
1213 struct module *mod; local
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c116 u32 shift_low = 0, mod = vc->vc_font.width % 8; local
132 shift_low, mod);
133 shift_low += mod;
153 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; local
184 if (!mod)
H A Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; local
140 shift_low, mod);
141 shift_low += mod;
162 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; local
200 if (!mod)
/linux-master/scripts/kconfig/
H A Dmconf.c535 case mod: ch = 'M'; break;
588 case mod: ch = 'M'; break;
592 if (sym->rev_dep.tri == mod)
867 if (sym_set_tristate_value(sym, mod))
877 sym_set_tristate_value(sym, mod);
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_mipi_dsi.c68 struct clk *mod; member in struct:rcar_mipi_dsi::__anon853
680 ret = clk_prepare_enable(dsi->clocks.mod);
691 clk_disable_unprepare(dsi->clocks.mod);
700 clk_disable_unprepare(dsi->clocks.mod);
981 dsi->clocks.mod = rcar_mipi_dsi_get_clock(dsi, NULL, false);
982 if (IS_ERR(dsi->clocks.mod))
983 return PTR_ERR(dsi->clocks.mod);
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c995 xfs_extlen_t mod; local
999 len = xfs_rtb_to_rtxrem(mp, rtlen, &mod);
1000 if (mod) {
1001 ASSERT(mod == 0);
1005 start = xfs_rtb_to_rtxrem(mp, rtbno, &mod);
1006 if (mod) {
1007 ASSERT(mod == 0);
/linux-master/kernel/rcu/
H A Dsrcutree.c1955 static int srcu_module_coming(struct module *mod) argument
1959 struct srcu_struct **sspp = mod->srcu_struct_ptrs;
1961 for (i = 0; i < mod->num_srcu_structs; i++) {
1971 static void srcu_module_going(struct module *mod) argument
1975 struct srcu_struct **sspp = mod->srcu_struct_ptrs;
1977 for (i = 0; i < mod->num_srcu_structs; i++) {
1991 struct module *mod = data; local
1996 ret = srcu_module_coming(mod);
1999 srcu_module_going(mod);
/linux-master/arch/x86/mm/
H A Dpf_in.c203 * Define register ident in mod/rm byte.
452 unsigned char mod; local
470 mod = mod_rm >> 6;
472 switch (mod) {
/linux-master/sound/soc/samsung/
H A Didma.c146 u32 mod = readl(idma.regs + I2SMOD); local
150 mod |= MOD_TXS_IDMA;
152 writel(mod, idma.regs + I2SMOD);
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c928 int delay = (ch->mod == 3) ? 1000 : 200;
968 ch->mod = ch->newmod;
1000 ch->mod = ch->newmod;
1020 ch->cmd, 1, &ch->mod);
1355 ch->mod = para;
1360 (ch->cmd == PCTRL_CMD_FTM) && (ch->mod == para))
1377 ch->mod = para;
1382 (ch->cmd == PCTRL_CMD_FTH) && (ch->mod == para))
1399 ch->mod = para;
1404 (ch->cmd == PCTRL_CMD_FRM) && (ch->mod
[all...]
/linux-master/drivers/iio/proximity/
H A Dsrf08.c264 unsigned int mod; local
268 mod = val % 43;
270 if (mod || (ret < 0) || (ret > 255))
/linux-master/kernel/trace/
H A Dtrace_events_synth.c1140 * @mod: The module creating the event, NULL if not created from a module
1165 struct module *mod, ...)
1172 cmd->private_data = mod;
1183 va_start(args, mod);
1213 * @mod: The module creating the event, NULL if not created from a module
1235 struct module *mod,
1244 cmd->private_data = mod;
1415 * @mod: The module creating the event, NULL if not created from a module
1424 * If the new synthetic event is being created from a module, the mod
1435 unsigned int n_fields, struct module *mod)
1164 __synth_event_gen_cmd_start(struct dynevent_cmd *cmd, const char *name, struct module *mod, ...) argument
1234 synth_event_gen_cmd_array_start(struct dynevent_cmd *cmd, const char *name, struct module *mod, struct synth_field_desc *fields, unsigned int n_fields) argument
1434 synth_event_create(const char *name, struct synth_field_desc *fields, unsigned int n_fields, struct module *mod) argument
1490 struct module *mod = NULL; local
[all...]
/linux-master/fs/btrfs/
H A Dbtrfs_inode.h358 int mod)
361 inode->outstanding_extents += mod;
365 mod, inode->outstanding_extents);
357 btrfs_mod_outstanding_extents(struct btrfs_inode *inode, int mod) argument
H A DMakefile35 subpage.o tree-mod-log.o extent-io-tree.o fs.o messages.o bio.o \
/linux-master/include/linux/
H A Dtracepoint.h62 struct module *mod; member in struct:tp_module
65 bool trace_module_has_bad_taint(struct module *mod);
69 static inline bool trace_module_has_bad_taint(struct module *mod) argument
/linux-master/drivers/usb/host/
H A Dehci-sched.c1480 unsigned mod = ehci->periodic_size << 3; local
1552 now = ehci_read_frame_index(ehci) & (mod - 1);
1569 next = (next - base) & (mod - 1);
1570 start = (stream->next_uframe - base) & (mod - 1);
1581 now2 = (now - base) & (mod - 1);
1585 ehci_dbg(ehci, "request %p would overflow (%u-%u < %u mod %u)\n",
1586 urb, stream->next_uframe, base, period, mod);
1607 wrap = mod;
1608 now2 += mod;
1640 if (unlikely(start + span - period >= mod
1741 itd_link_urb( struct ehci_hcd *ehci, struct urb *urb, unsigned mod, struct ehci_iso_stream *stream ) argument
2142 sitd_link_urb( struct ehci_hcd *ehci, struct urb *urb, unsigned mod, struct ehci_iso_stream *stream ) argument
[all...]
/linux-master/arch/sh/kernel/
H A Dftrace.c233 int ftrace_make_nop(struct module *mod, argument
/linux-master/arch/csky/kernel/
H A Dftrace.c121 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
/linux-master/drivers/hid/
H A Dhid-roccat-kone.h88 uint8_t mod; /* 1 = on, 2 = off */ member in struct:kone_light_info
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.h177 enum hinic_mod_type mod, u8 cmd,
/linux-master/drivers/clk/
H A Dclk-sp7021.c239 u32 mod = sdm_mod_vals[sdm]; local
254 nfra = (((nf % pp[3]) * mod * pp[4]) + (F_27M / 2)) / F_27M;
257 u32 df1 = f * (mod - nfra) / mod / pp[4];
/linux-master/arch/parisc/kernel/
H A Dftrace.c184 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument

Completed in 245 milliseconds

<<1112131415161718