Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/linux/arch/powerpc/sysdev/
A Dipic.c36 .force = IPIC_SIFCR_H,
43 .force = IPIC_SIFCR_H,
50 .force = IPIC_SIFCR_H,
57 .force = IPIC_SIFCR_H,
64 .force = IPIC_SIFCR_H,
149 .force = IPIC_SEFCR,
157 .force = IPIC_SEFCR,
165 .force = IPIC_SEFCR,
173 .force = IPIC_SEFCR,
181 .force = IPIC_SEFCR,
[all …]
/linux/drivers/gpu/drm/selftests/
A Dtest-drm_cmdline_parser.c35 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_force_e_only()
55 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_force_D_only_not_digital()
123 FAIL_ON(mode.force != DRM_FORCE_OFF); in drm_cmdline_test_force_d_only()
461 FAIL_ON(mode.force != DRM_FORCE_OFF); in drm_cmdline_test_res_bpp_refresh_force_off()
498 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_res_bpp_refresh_force_on()
524 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_res_bpp_refresh_force_on_analog()
579 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_res_bpp_refresh_interlaced_margins_force_on()
603 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_res_margins_force_on()
1027 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_bpp_extra_and_option()
1051 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_extra_and_option()
[all …]
/linux/tools/perf/
A Dbuiltin-buildid-list.c52 static int perf_session__list_build_ids(bool force, bool with_hits) in perf_session__list_build_ids() argument
58 .force = force, in perf_session__list_build_ids()
103 bool force = false; in cmd_buildid_list() local
107 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list()
123 return perf_session__list_build_ids(force, with_hits); in cmd_buildid_list()
A Dbuiltin-evlist.c36 .force = details->force, in __cmd_evlist()
76 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
A Dbuiltin-buildid-cache.c118 static int build_id_cache__add_kcore(const char *filename, bool force) in build_id_cache__add_kcore() argument
137 if (!force && in build_id_cache__add_kcore()
367 bool force = false; in cmd_buildid_cache() local
399 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache()
444 data.force = force; in cmd_buildid_cache()
543 if (kcore_filename && build_id_cache__add_kcore(kcore_filename, force)) in cmd_buildid_cache()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
A Dhwsq.h14 bool force; member
26 .force = 0, in hwsq_stride()
39 .force = 0, in hwsq_reg2()
52 .force = 0, in hwsq_reg()
113 reg->force = true; in hwsq_nuke()
120 if (temp != ((temp & ~mask) | data) || reg->force) in hwsq_mask()
/linux/arch/um/kernel/
A Dtlb.c43 int force; member
46 #define INIT_HVC(mm, force, userspace) \ argument
53 .force = force })
237 if (hvc->force || pte_newpage(*pte)) { in update_pte_range()
263 if (hvc->force || pmd_newpage(*pmd)) { in update_pmd_range()
285 if (hvc->force || pud_newpage(*pud)) { in update_pud_range()
307 if (hvc->force || p4d_newpage(*p4d)) { in update_p4d_range()
318 unsigned long end_addr, int force) in fix_range_common() argument
325 hvc = INIT_HVC(mm, force, userspace); in fix_range_common()
330 if (force || pgd_newpage(*pgd)) { in fix_range_common()
[all …]
/linux/drivers/gpu/drm/
A Ddrm_probe_helper.c293 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx()
295 ret = connector->funcs->detect(connector, force); in drm_helper_probe_detect_ctx()
330 bool force) in drm_helper_probe_detect() argument
344 ret = funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
346 ret = connector->funcs->detect(connector, force); in drm_helper_probe_detect()
450 if (connector->force) { in drm_helper_probe_single_connector_modes()
451 if (connector->force == DRM_FORCE_ON || in drm_helper_probe_single_connector_modes()
452 connector->force == DRM_FORCE_ON_DIGITAL) in drm_helper_probe_single_connector_modes()
456 if (connector->funcs->force) in drm_helper_probe_single_connector_modes()
457 connector->funcs->force(connector); in drm_helper_probe_single_connector_modes()
[all …]
A Ddrm_sysfs.c167 old_force = connector->force; in status_store()
170 connector->force = 0; in status_store()
172 connector->force = DRM_FORCE_ON; in status_store()
174 connector->force = DRM_FORCE_ON_DIGITAL; in status_store()
176 connector->force = DRM_FORCE_OFF; in status_store()
180 if (old_force != connector->force || !connector->force) { in status_store()
184 old_force, connector->force); in status_store()
/linux/arch/x86/platform/iris/
A Diris.c31 static bool force; variable
33 module_param(force, bool, 0);
34 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation.");
94 if (force != 1) { in iris_init()
/linux/drivers/cpuidle/
A Dcpuidle-haltpoll.c21 static bool force __read_mostly;
22 module_param(force, bool, 0444);
23 MODULE_PARM_DESC(force, "Load unconditionally");
99 return kvm_para_has_hint(KVM_HINTS_REALTIME) || force; in haltpoll_want()
/linux/drivers/platform/x86/
A Dsamsung-q10.c20 static bool force; variable
21 module_param(force, bool, 0);
22 MODULE_PARM_DESC(force,
133 if (!force && !dmi_check_system(samsungq10_dmi_table)) in samsungq10_init()
/linux/tools/lib/traceevent/plugins/
A DMakefile151 $(PLUGINS_IN): force
170 tags: force
175 TAGS: force
220 PHONY += force plugins
221 force: target
/linux/arch/x86/platform/geode/
A Dalix.c39 static bool force = 0; variable
40 module_param(force, bool, 0444);
42 MODULE_PARM_DESC(force, "Force detection as ALIX.2/ALIX.3 platform");
129 if (force) { in alix_present()
/linux/arch/x86/crypto/
A Dtwofish_glue_3way.c139 static int force; variable
140 module_param(force, int, 0);
141 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
145 if (!force && is_blacklisted_cpu()) { in init()
/linux/Documentation/devicetree/bindings/mfd/
A Dqcom-rpm.txt197 - qcom,force-mode:
198 Usage: optional (default if no other qcom,force-mode is specified)
202 QCOM_RPM_FORCE_MODE_NONE - do not force any mode
203 QCOM_RPM_FORCE_MODE_LPM - force into low power mode
204 QCOM_RPM_FORCE_MODE_HPM - force into high power mode
223 - qcom,force-mode:
228 QCOM_RPM_FORCE_MODE_NONE - do not force any mode
229 QCOM_RPM_FORCE_MODE_LPM - force into low power mode
230 QCOM_RPM_FORCE_MODE_HPM - force into high power mode
279 qcom,force-mode = <QCOM_RPM_FORCE_MODE_AUTO>;
/linux/Documentation/networking/device_drivers/ethernet/ti/
A Dtlan.rst81 3. You can set duplex=1 to force half duplex, and duplex=2 to
82 force full duplex.
84 4. You can set speed=10 to force 10Mbs operation, and speed=100
85 to force 100Mbs operation. (I'm not sure what will happen
91 To force a 10Mbps Half-Duplex link do "insmod tlan.o speed=10
115 ether=0,0,0x12,0,eth0 will force link to 100Mbps Half-Duplex.
118 use the above options on a per adapter basis. To force a 100Mbit/HD
/linux/samples/bpf/
A Dxdp_redirect_user.c53 bool force = false; in main() local
65 force = true; in main()
137 generic, force) < 0) in main()
142 generic, force); in main()
A Dxdp_redirect_map_user.c57 bool force = false; in main() local
72 force = true; in main()
160 if (sample_install_xdp(prog, ifindex_in, generic, force) < 0) { in main()
177 sample_install_xdp(skel->progs.xdp_redirect_dummy_prog, ifindex_out, generic, force); in main()
/linux/drivers/acpi/
A Dprocessor_throttling.c41 bool force; member
49 int state, bool force, bool direct);
941 int state, bool force) in acpi_processor_set_throttling_fadt() argument
956 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt()
1014 int state, bool force) in acpi_processor_set_throttling_ptc() argument
1028 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc()
1050 arg->target_state, arg->force); in acpi_processor_throttling_fn()
1054 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument
1102 arg.force = force; in __acpi_processor_set_throttling()
1135 arg.force = force; in __acpi_processor_set_throttling()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Ddma.c185 static int mt7921_dma_disable(struct mt7921_dev *dev, bool force) in mt7921_dma_disable() argument
187 if (force) { in mt7921_dma_disable()
252 static int mt7921_dma_reset(struct mt7921_dev *dev, bool force) in mt7921_dma_reset() argument
256 err = mt7921_dma_disable(dev, force); in mt7921_dma_reset()
288 int mt7921_wpdma_reset(struct mt7921_dev *dev, bool force) in mt7921_wpdma_reset() argument
302 if (force) { in mt7921_wpdma_reset()
307 err = mt7921_dma_reset(dev, force); in mt7921_wpdma_reset()
/linux/drivers/input/misc/
A Dideapad_slidebar.c87 static bool force; variable
88 module_param(force, bool, 0);
89 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");
308 if (!force && !dmi_check_system(ideapad_dmi)) { in slidebar_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dport_tun.c43 u8 force) in mlx5_set_port_tun_entropy_calc() argument
52 MLX5_SET(pcmr_reg, in, entropy_force, force); in mlx5_set_port_tun_entropy_calc()
58 u8 enable, u8 force) in mlx5_set_port_gre_tun_entropy_calc() argument
67 MLX5_SET(pcmr_reg, in, entropy_force, force); in mlx5_set_port_gre_tun_entropy_calc()
/linux/tools/lib/traceevent/
A DMakefile142 $(TE_IN): force
176 ep_version.h: force
191 tags: force
196 TAGS: force
296 force: target
/linux/drivers/hid/
A DKconfig121 bool "ACRUX force feedback support"
199 force feedback effects and LEDs on the device.
306 bool "DragonRise Inc. force feedback"
595 bool "Logitech force feedback support"
606 force feedback.
671 and want to enable force feedback support.
798 bool "Pantherlord force feedback support"
911 bool "PlayStation force feedback support"
997 force feedback support for it.
1077 enable force feedback support for it.
[all …]

Completed in 152 milliseconds

12345678910>>...36