Searched refs:force (Results 26 - 50 of 626) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dga102.c38 .cgrp = {{ 0, 0, KEPLER_CHANNEL_GROUP_A }, &ga100_cgrp, .force = true },
/linux-master/fs/dlm/
H A Dlowcomms.h37 void dlm_lowcomms_shutdown_node(int nodeid, bool force);
/linux-master/drivers/platform/x86/
H A Dmeegopad_anx7428.c56 static bool force; variable
57 module_param(force, bool, 0444);
58 MODULE_PARM_DESC(force, "Force the driver to probe on unknown boards");
88 if (!dmi_check_system(meegopad_anx7428_ids) && !force) {
89 dev_warn(dev, "Not probing unknown board, pass meegopad_anx7428.force=1 to probe");
H A Dlenovo-ymc.c25 MODULE_PARM_DESC(ec_trigger, "Enable EC triggering work-around to force emitting tablet mode events");
27 static bool force; variable
28 module_param(force, bool, 0444);
29 MODULE_PARM_DESC(force, "Force loading on boards without a convertible DMI chassis-type");
140 if (force)
/linux-master/drivers/net/ethernet/sfc/
H A Def100_sriov.c48 int efx_ef100_pci_sriov_disable(struct efx_nic *efx, bool force) argument
54 if (vfs_assigned && !force) {
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvlset.c23 static int force = 0; variable
29 { "force", no_argument, NULL, 'f' },
54 case 'f': force = 1; break;
94 "Usage: %s [-f | --force] "
122 if (!force)
125 fputs("Going ahead anyway (--force): "
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c29 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON);
47 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON);
69 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON_DIGITAL);
91 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON_DIGITAL);
109 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_OFF);
131 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED);
153 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED);
175 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED);
197 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED);
220 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIE
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmcu.h66 bool force);
H A Dmcu.c76 bool force)
86 if (force)
75 mt76x2_mcu_init_gain(struct mt76x02_dev *dev, u8 channel, u32 gain, bool force) argument
/linux-master/arch/powerpc/sysdev/
H A Dmpic.h35 const struct cpumask *cpumask, bool force);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dport_tun.c42 u8 force)
51 MLX5_SET(pcmr_reg, in, entropy_force, force);
57 u8 enable, u8 force)
66 MLX5_SET(pcmr_reg, in, entropy_force, force);
128 /* if we turn on the entropy we don't need to force it anymore */
41 mlx5_set_port_tun_entropy_calc(struct mlx5_core_dev *mdev, u8 enable, u8 force) argument
56 mlx5_set_port_gre_tun_entropy_calc(struct mlx5_core_dev *mdev, u8 enable, u8 force) argument
/linux-master/arch/x86/crypto/
H A Dblowfish_glue.c156 static int force; variable
157 module_param(force, int, 0);
158 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
164 if (!force && is_blacklisted_cpu()) {
/linux-master/include/linux/
H A Ddlm.h88 int dlm_release_lockspace(dlm_lockspace_t *lockspace, int force);
/linux-master/net/smc/
H A Dsmc_tx.h36 void smc_tx_consumer_update(struct smc_connection *conn, bool force);
/linux-master/tools/perf/util/
H A Devsel_fprintf.h14 bool force; member in struct:perf_attr_details
/linux-master/tools/perf/tests/shell/
H A Dtest_perf_data_converter_json.sh34 perf data convert --to-json "$result" --force -i "$perfdata" >/dev/null 2>&1
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-com.h40 int ipu6_fw_com_release(struct ipu6_fw_com_context *ctx, unsigned int force);
/linux-master/kernel/time/
H A Dtick-oneshot.c23 int tick_program_event(ktime_t expires, int force) argument
44 return clockevents_program_event(dev, expires, force);
H A Dtick-internal.h61 ktime_t expires, bool force);
107 extern int tick_program_event(ktime_t expires, int force);
122 static inline int tick_program_event(ktime_t expires, int force) { return 0; } argument
/linux-master/tools/perf/
H A Dbuiltin-data.c34 .force = false,
46 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"),
/linux-master/tools/testing/selftests/powerpc/tm/
H A DMakefile8 tm-signal-context-force-tm tm-poison tm-signal-pagefault
27 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64
/linux-master/arch/um/kernel/
H A Dtlb.c43 int force; member in struct:host_vm_change
46 #define INIT_HVC(mm, force, userspace) \
53 .force = force })
237 if (hvc->force || pte_newpage(*pte)) {
263 if (hvc->force || pmd_newpage(*pmd)) {
285 if (hvc->force || pud_newpage(*pud)) {
307 if (hvc->force || p4d_newpage(*p4d)) {
318 unsigned long end_addr, int force)
325 hvc = INIT_HVC(mm, force, userspac
317 fix_range_common(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force) argument
360 int updated = 0, err = 0, force = 0, userspace = 0; local
557 fix_range(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
/linux-master/sound/pci/echoaudio/
H A Dechoaudio_gml.c64 static int write_control_reg(struct echoaudio *chip, u32 value, char force) argument
78 if (reg_value != chip->comm_page->control_register || force) {
/linux-master/arch/powerpc/kernel/
H A Deeh_event.c160 * @force: Event will be removed unconditionally
167 void eeh_remove_event(struct eeh_pe *pe, bool force) argument
177 * With "force", the event with associated PE that
183 if (!force && event->pe &&

Completed in 184 milliseconds

1234567891011>>