Searched refs:mod (Results 151 - 175 of 447) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dmodule.c454 struct module *mod)
460 struct list_head *unwind_list = &mod->arch.unwind_list;
463 mod->arch.init_table = NULL;
491 mod->arch.init_table = table;
511 module_arch_cleanup(struct module *mod) argument
518 &mod->arch.unwind_list, mod_list) {
522 mod->arch.init_table = NULL;
526 void __weak module_arch_freeing_init(struct module *mod) argument
529 struct unwind_table *init = mod->arch.init_table;
532 mod
453 module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
[all...]
/linux-master/scripts/mod/
H A Dfile2alias.c172 unsigned char max, struct module *mod)
233 buf_printf(&mod->dev_table_buf,
276 static void do_usb_entry_multi(void *symval, struct module *mod) argument
323 do_usb_entry(symval, devlo, ndigits, clo, chi, max, mod);
331 ndigits, clo, max, max, mod);
337 ndigits, 0x0, chi, max, mod);
342 struct module *mod)
347 device_id_check(mod->name, "usb", size, id_size, symval);
353 do_usb_entry_multi(symval + i, mod);
356 static void do_of_entry_multi(void *symval, struct module *mod) argument
169 do_usb_entry(void *symval, unsigned int bcdDevice_initial, int bcdDevice_initial_digits, unsigned char range_lo, unsigned char range_hi, unsigned char max, struct module *mod) argument
341 do_usb_table(void *symval, unsigned long size, struct module *mod) argument
384 do_of_table(void *symval, unsigned long size, struct module *mod) argument
597 do_pnp_device_entry(void *symval, unsigned long size, struct module *mod) argument
623 do_pnp_card_entries(void *symval, unsigned long size, struct module *mod) argument
1515 do_table(void *symval, unsigned long size, unsigned long id_size, const char *device_id, int (*do_entry)(const char *filename, void *symval, char *alias), struct module *mod) argument
1593 handle_moddevtable(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) argument
1657 add_moddevtable(struct buffer *buf, struct module *mod) argument
[all...]
/linux-master/arch/x86/lib/
H A Dinsn.c199 * In 32-bits mode, if the [7:6] bits (mod bits of
334 insn_byte_t pfx_id, mod; local
345 mod = get_next(insn_byte_t, insn);
346 insn_field_set(modrm, mod, 1);
349 insn->attr = inat_get_group_attribute(mod, pfx_id,
389 * For rip-relative instructions, the mod field (top 2 bits)
449 insn_byte_t mod, rm, base; local
462 * mod = 00 - no displacement fields (exceptions below)
463 * mod = 01 - 1-byte displacement field
464 * mod
[all...]
/linux-master/tools/arch/x86/lib/
H A Dinsn.c199 * In 32-bits mode, if the [7:6] bits (mod bits of
334 insn_byte_t pfx_id, mod; local
345 mod = get_next(insn_byte_t, insn);
346 insn_field_set(modrm, mod, 1);
349 insn->attr = inat_get_group_attribute(mod, pfx_id,
389 * For rip-relative instructions, the mod field (top 2 bits)
449 insn_byte_t mod, rm, base; local
462 * mod = 00 - no displacement fields (exceptions below)
463 * mod = 01 - 1-byte displacement field
464 * mod
[all...]
/linux-master/fs/btrfs/
H A Ddir-item.c181 int name_len, int mod)
183 const int ins_len = (mod < 0 ? -1 : 0);
184 const int cow = (mod != 0);
199 * @trans: The transaction handle to use. Can be NULL if @mod is 0.
205 * @mod: Used to indicate if the tree search is meant for a read only
216 int mod)
226 name->len, mod);
292 * @trans: The transaction handle to use. Can be NULL if @mod is 0.
299 * @mod: Used to indicate if the tree search is meant for a read only
311 u64 index, const struct fscrypt_str *name, int mod)
177 btrfs_lookup_match_dir( struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *key, const char *name, int name_len, int mod) argument
212 btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const struct fscrypt_str *name, int mod) argument
308 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 index, const struct fscrypt_str *name, int mod) argument
356 btrfs_lookup_xattr(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, u16 name_len, int mod) argument
[all...]
/linux-master/include/linux/
H A Dmoduleparam.h71 struct module *mod; member in struct:kernel_param
308 extern void kernel_param_lock(struct module *mod);
309 extern void kernel_param_unlock(struct module *mod);
311 static inline void kernel_param_lock(struct module *mod) argument
314 static inline void kernel_param_unlock(struct module *mod) argument
602 extern int module_param_sysfs_setup(struct module *mod,
606 extern void module_param_sysfs_remove(struct module *mod);
608 static inline int module_param_sysfs_setup(struct module *mod, argument
615 static inline void module_param_sysfs_remove(struct module *mod) argument
H A Dftrace.h305 void ftrace_free_mem(struct module *mod, void *start, void *end);
311 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } argument
403 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } argument
735 * @mod: module structure if called by module load initialization
754 extern int ftrace_make_nop(struct module *mod,
776 * @mod: module structure if called by module load initialization
796 static inline int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
798 return ftrace_make_nop(mod, rec, MCOUNT_ADDR);
862 extern void ftrace_module_init(struct module *mod);
863 extern void ftrace_module_enable(struct module *mod);
867 ftrace_module_init(struct module *mod) argument
868 ftrace_module_enable(struct module *mod) argument
869 ftrace_release_mod(struct module *mod) argument
[all...]
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c118 } else if (rec->arch.mod) {
120 stub = (addr == (unsigned long)ftrace_caller ? rec->arch.mod->arch.tramp :
121 rec->arch.mod->arch.tramp_regs);
164 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
228 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
260 if (!mod) {
264 rec->arch.mod = mod;
279 } else if (core_kernel_text(ip) || (IS_ENABLED(CONFIG_MODULES) && mod)) {
/linux-master/arch/s390/kernel/
H A Dftrace.c78 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
98 if (mod) {
99 next_trampoline = &mod->arch.next_trampoline;
100 trampolines_end = mod->arch.trampolines_end;
178 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
/linux-master/drivers/irqchip/
H A Dirq-tb10x.c44 uint32_t im, mod, pol; local
50 mod = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_MODE) | im;
58 mod ^= im;
64 mod ^= im;
79 ab_irqctl_writereg(gc, AB_IRQCTL_SRC_MODE, mod);
/linux-master/net/ethtool/
H A Dpause.c188 bool mod = false; local
193 ethnl_update_bool32(&params.autoneg, tb[ETHTOOL_A_PAUSE_AUTONEG], &mod);
194 ethnl_update_bool32(&params.rx_pause, tb[ETHTOOL_A_PAUSE_RX], &mod);
195 ethnl_update_bool32(&params.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod);
196 if (!mod)
H A Dprivflags.c151 bool mod = false; local
167 info->extack, &mod);
168 if (ret < 0 || !mod)
/linux-master/tools/iio/
H A Diio_event_monitor.c145 enum iio_modifier mod = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id); local
191 switch (mod) {
273 enum iio_modifier mod = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id); local
290 if (mod != IIO_NO_MOD)
291 printf("(%s)", iio_modifier_names[mod]);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.h79 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) argument
83 if (mod != 2) {
89 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag |
/linux-master/arch/powerpc/include/asm/
H A Dvas.h240 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type,
272 int vas_register_api_pseries(struct module *mod,
285 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_fb.c28 #define FMT(drm, fmt, mod) \
31 config = mod; \
64 dfb->mod = config;
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c115 struct module *mod; local
117 mod = __module_address(ip);
118 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip)
120 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind,
121 mod->arch.num_orcs, ip);
289 void unwind_module_init(struct module *mod, void *_orc_ip, size_t orc_ip_size, argument
311 mod
[all...]
/linux-master/scripts/kconfig/
H A Dconf.c125 * If choice is mod then we may have more items selected
242 sym->def[S_DEF_USER].tri = mod;
254 sym->def[S_DEF_USER].tri = mod;
274 * If curr.tri equals to mod then we can select several
397 case mod:
406 if (oldval != mod && sym_tristate_within_range(sym, mod))
424 newval = mod;
463 case mod:
472 case mod
[all...]
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c85 struct usbhs_mod mod; member in struct:usbhsh_hpriv
102 container_of(usbhs_mod_get(priv, USBHS_HOST), struct usbhsh_hpriv, mod)
118 #define usbhsh_hpriv_to_priv(h) ((h)->mod.priv)
188 * by checking mod.irq_attch
193 return (hpriv->mod.irq_attch == NULL);
1332 hpriv->mod.irq_attch = NULL;
1333 usbhs_irq_callback_update(priv, &hpriv->mod);
1358 hpriv->mod.irq_attch = usbhsh_irq_attch;
1359 usbhs_irq_callback_update(priv, &hpriv->mod);
1452 struct usbhs_mod *mod local
1496 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
[all...]
/linux-master/sound/pci/hda/
H A Dhda_bind.c212 const char *mod = NULL; local
217 mod = "snd-hda-codec-hdmi";
222 mod = "snd-hda-codec-generic";
227 mod = modalias;
231 if (mod)
232 request_module(mod);
/linux-master/kernel/livepatch/
H A Dtransition.c98 klp_transition_patch->mod->name,
152 pr_notice("'%s': %s complete\n", klp_transition_patch->mod->name,
171 klp_transition_patch->mod->name);
538 klp_transition_patch->mod->name,
591 pr_debug("'%s': initializing %s transition\n", patch->mod->name,
654 klp_transition_patch->mod->name,
/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c33 const char *mod = NULL; local
38 mod = "snd-hda-codec-generic";
43 mod = alias;
47 if (mod) {
48 dev_dbg(&codec->core.dev, "loading codec module: %s\n", mod);
49 request_module(mod);
/linux-master/arch/x86/include/asm/
H A Dalternative.h118 struct module *mod);
125 struct module *mod) {}
138 extern void alternatives_smp_module_add(struct module *mod, char *name,
141 extern void alternatives_smp_module_del(struct module *mod);
146 static inline void alternatives_smp_module_add(struct module *mod, char *name, argument
149 static inline void alternatives_smp_module_del(struct module *mod) {} argument
124 callthunks_patch_module_calls(struct callthunk_sites *sites, struct module *mod) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-srxx-defs.h115 uint64_t mod:4; member in struct:cvmx_srxx_sw_tick_ctl::cvmx_srxx_sw_tick_ctl_s
121 uint64_t mod:4;
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c411 struct v4l2_modulator *mod)
415 if (mod->index != 0)
421 mod->txsubchans = ((fmdev->tx_data.aud_mode == FM_STEREO_MODE) ?
426 mod->capability = V4L2_TUNER_CAP_STEREO | V4L2_TUNER_CAP_RDS |
434 const struct v4l2_modulator *mod)
441 if (mod->index != 0)
452 aud_mode = (mod->txsubchans & V4L2_TUNER_SUB_STEREO) ?
454 rds_mode = (mod->txsubchans & V4L2_TUNER_SUB_RDS) ?
410 fm_v4l2_vidioc_g_modulator(struct file *file, void *priv, struct v4l2_modulator *mod) argument
433 fm_v4l2_vidioc_s_modulator(struct file *file, void *priv, const struct v4l2_modulator *mod) argument

Completed in 233 milliseconds

1234567891011>>