Home
last modified time | relevance | path

Searched refs:mod (Results 176 – 200 of 779) sorted by relevance

12345678910>>...32

/openbmc/linux/samples/livepatch/
H A DMakefile3 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o
7 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-mod.o
/openbmc/linux/include/linux/
H A Dcfi.h33 struct module *mod);
37 struct module *mod) {} in module_cfi_finalize() argument
/openbmc/linux/kernel/module/
H A Ddebug_kmemleak.c12 void kmemleak_load_module(const struct module *mod, in kmemleak_load_module() argument
18 kmemleak_scan_area(mod, sizeof(struct module), GFP_KERNEL); in kmemleak_load_module()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c41 struct usbhs_mod mod; member
74 struct usbhsg_gpriv, mod)
95 #define usbhsg_gpriv_to_priv(gp) ((gp)->mod.priv)
866 mod->irq_dev_state = usbhsg_irq_dev_state; in usbhsg_try_start()
868 usbhs_irq_callback_update(priv, mod); in usbhsg_try_start()
902 mod->irq_dev_state = NULL; in usbhsg_try_stop()
903 mod->irq_ctrl_stage = NULL; in usbhsg_try_stop()
904 usbhs_irq_callback_update(priv, mod); in usbhsg_try_stop()
1115 gpriv->mod.name = "gadget"; in usbhs_mod_gadget_probe()
1116 gpriv->mod.start = usbhsg_start; in usbhs_mod_gadget_probe()
[all …]
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-common.c108 int mod = 16000; in vivid_radio_calc_sig_qual() local
110 int sig_qual, sig_qual_tx = mod; in vivid_radio_calc_sig_qual()
117 mod /= 10; in vivid_radio_calc_sig_qual()
120 sig_qual = (dev->radio_rx_freq + delta) % mod - delta; in vivid_radio_calc_sig_qual()
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c20 .curr = { "m", mod },
345 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
442 if (newval.tri == mod && in sym_calc_value()
521 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
525 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
576 newval = mod; in sym_toggle_tristate_value()
578 case mod: in sym_toggle_tristate_value()
771 if (val == mod) in sym_get_string_default()
776 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
788 case mod: return "m"; in sym_get_string_default()
[all …]
/openbmc/linux/tools/perf/util/
H A Dparse-events.c1644 memset(mod, 0, sizeof(*mod)); in get_event_modifier()
1707 mod->eu = eu; in get_event_modifier()
1708 mod->ek = ek; in get_event_modifier()
1709 mod->eh = eh; in get_event_modifier()
1710 mod->eH = eH; in get_event_modifier()
1711 mod->eG = eG; in get_event_modifier()
1712 mod->eI = eI; in get_event_modifier()
1713 mod->precise = precise; in get_event_modifier()
1717 mod->pinned = pinned; in get_event_modifier()
1718 mod->weak = weak; in get_event_modifier()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-move-fprintf-into-same-block-where-modname-and-symna.patch7 In its current state if mod turns out to be NULL then modname and
24 symname = dwfl_module_addrinfo(mod, pc, &off, &sym,
37 if (mod != NULL) {
/openbmc/linux/net/ethtool/
H A Ddebug.c88 bool mod = false; in ethnl_set_debug() local
95 netif_msg_class_names, info->extack, &mod); in ethnl_set_debug()
96 if (ret < 0 || !mod) in ethnl_set_debug()
/openbmc/linux/tools/virtio/
H A DMakefile2 all: test mod
22 mod: target
50 .PHONY: all test mod clean vhost oot oot-clean oot-build
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst12 "dm-mod.create=" through the kernel boot command line argument.
23 …dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<tab…
73 dm-mod.create="lroot,,,rw, 0 4096 linear 98:16 0, 4096 4096 linear 98:32 0" root=/dev/dm-0
79 An example of multiple device-mappers, with the dm-mod.create="..." contents
130 device-mapper tables. This can be done with the "dm-mod.waitfor="
133 dm-mod.waitfor=<device1>[,..,<deviceN>]
/openbmc/linux/tools/power/cpupower/debug/kernel/
H A DMakefile15 - rm -rf *.o *.ko .*.cmd .*.mod.* *.mod.c
/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c411 struct v4l2_modulator *mod) in fm_v4l2_vidioc_g_modulator() argument
415 if (mod->index != 0) in fm_v4l2_vidioc_g_modulator()
421 mod->txsubchans = ((fmdev->tx_data.aud_mode == FM_STEREO_MODE) ? in fm_v4l2_vidioc_g_modulator()
426 mod->capability = V4L2_TUNER_CAP_STEREO | V4L2_TUNER_CAP_RDS | in fm_v4l2_vidioc_g_modulator()
434 const struct v4l2_modulator *mod) in fm_v4l2_vidioc_s_modulator() argument
441 if (mod->index != 0) in fm_v4l2_vidioc_s_modulator()
452 aud_mode = (mod->txsubchans & V4L2_TUNER_SUB_STEREO) ? in fm_v4l2_vidioc_s_modulator()
454 rds_mode = (mod->txsubchans & V4L2_TUNER_SUB_RDS) ? in fm_v4l2_vidioc_s_modulator()
/openbmc/linux/arch/sh/kernel/
H A Ddwarf.c736 unsigned char *end, struct module *mod) in dwarf_parse_cie() argument
856 if (mod != NULL) in dwarf_parse_cie()
857 list_add_tail(&cie->link, &mod->arch.cie_list); in dwarf_parse_cie()
867 unsigned char *end, struct module *mod) in dwarf_parse_fde() argument
948 if (mod != NULL) in dwarf_parse_fde()
949 list_add_tail(&fde->link, &mod->arch.fde_list); in dwarf_parse_fde()
1025 struct module *mod) in dwarf_parse_section() argument
1062 err = dwarf_parse_cie(entry, p, len, end, mod); in dwarf_parse_section()
1069 end, mod); in dwarf_parse_section()
1130 void module_dwarf_cleanup(struct module *mod) in module_dwarf_cleanup() argument
[all …]
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c24 .curr = { "m", mod },
313 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
490 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
543 newval = mod; in sym_toggle_tristate_value()
545 case mod: in sym_toggle_tristate_value()
633 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
656 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
738 if (val == mod) in sym_get_string_default()
743 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
755 case mod: return "m"; in sym_get_string_default()
[all …]
/openbmc/linux/arch/riscv/kernel/
H A Dftrace.c97 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop() argument
115 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop() argument
120 out = ftrace_make_nop(mod, rec, MCOUNT_ADDR); in ftrace_init_nop()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c2043 s32 dvd, div, mod; in idiv_byte() local
2051 mod = dvd % (s8)s; in idiv_byte()
2066 s32 dvd, div, mod; in idiv_word() local
2095 s64 dvd, div, mod; in idiv_long() local
2109 s32 div = 0, mod; in idiv_long()
2149 mod = l_dvd; in idiv_long()
2168 u32 dvd, div, mod; in div_byte() local
2176 mod = dvd % (u8)s; in div_byte()
2191 u32 dvd, div, mod; in div_word() local
2234 s32 div = 0, mod; in div_long()
[all …]
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c224 PyObject *mod; in PyInit_perf_trace_context() local
226 mod = PyModule_Create(&moduledef); in PyInit_perf_trace_context()
228 PyObject_SetAttrString(mod, "perf_script_context", Py_None); in PyInit_perf_trace_context()
230 return mod; in PyInit_perf_trace_context()
/openbmc/linux/arch/xtensa/lib/
H A Dmemset.S57 .align 4 # 1 mod 4 alignment for LOOPNEZ
58 .byte 0 # (0 mod 4 alignment for LBEG)
126 .byte 0 # 1 mod 4 alignment for LOOPNEZ
127 # (0 mod 4 alignment for LBEG)
/openbmc/linux/tools/iio/
H A Diio_event_monitor.c139 enum iio_modifier mod = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id); in event_is_known() local
181 switch (mod) { in event_is_known()
263 enum iio_modifier mod = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id); in print_event() local
280 if (mod != IIO_NO_MOD) in print_event()
281 printf("(%s)", iio_modifier_names[mod]); in print_event()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.h20 int brcmf_fwvid_register_vendor(enum brcmf_fwvendor fwvid, struct module *mod,
22 int brcmf_fwvid_unregister_vendor(enum brcmf_fwvendor fwvid, struct module *mod);
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py419 for mod in [x for x in os.listdir(kernel_dir) if x.startswith("grub-efi-")]:
420 cp_cmd = "cp %s/%s %s/EFI/BOOT/%s" % (kernel_dir, mod, hdddir, mod[9:])
425 for mod in [x for x in os.listdir(kernel_dir) if x.startswith("systemd-")]:
426 cp_cmd = "cp %s/%s %s/EFI/BOOT/%s" % (kernel_dir, mod, hdddir, mod[8:])
447 for mod in [x for x in os.listdir(kernel_dir) if x.startswith(kernel)]:
448 cp_cmd = "cp %s/%s %s/EFI/BOOT/%s" % (kernel_dir, mod, hdddir, kernel_efi_image)
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe.c164 unsigned int mod; in qe_get_brg_clk() local
179 mod = brg_clk % CLK_GRAN; in qe_get_brg_clk()
180 if (mod) { in qe_get_brg_clk()
181 if (mod < CLK_GRAN_LIMIT) in qe_get_brg_clk()
182 brg_clk -= mod; in qe_get_brg_clk()
183 else if (mod > (CLK_GRAN - CLK_GRAN_LIMIT)) in qe_get_brg_clk()
184 brg_clk += CLK_GRAN - mod; in qe_get_brg_clk()
/openbmc/linux/kernel/livepatch/
H A Dtransition.c98 klp_transition_patch->mod->name, in klp_complete_transition()
152 pr_notice("'%s': %s complete\n", klp_transition_patch->mod->name, in klp_complete_transition()
171 klp_transition_patch->mod->name); in klp_cancel_transition()
538 klp_transition_patch->mod->name, in klp_start_transition()
591 pr_debug("'%s': initializing %s transition\n", patch->mod->name, in klp_init_transition()
654 klp_transition_patch->mod->name, in klp_reverse_transition()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c33 const char *mod = NULL; in request_codec_module() local
38 mod = "snd-hda-codec-generic"; in request_codec_module()
43 mod = alias; in request_codec_module()
47 if (mod) { in request_codec_module()
48 dev_dbg(&codec->core.dev, "loading codec module: %s\n", mod); in request_codec_module()
49 request_module(mod); in request_codec_module()

12345678910>>...32