| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | ipic.c | 37 .force = IPIC_SIFCR_H, 44 .force = IPIC_SIFCR_H, 51 .force = IPIC_SIFCR_H, 58 .force = IPIC_SIFCR_H, 65 .force = IPIC_SIFCR_H, 150 .force = IPIC_SEFCR, 158 .force = IPIC_SEFCR, 166 .force = IPIC_SEFCR, 174 .force = IPIC_SEFCR, 182 .force = IPIC_SEFCR, [all …]
|
| /linux-6.15/include/trace/events/ |
| H A D | memcg.h | 80 bool force, bool needs_flush), 82 TP_ARGS(memcg, stats_updates, force, needs_flush), 87 __field(bool, force) 94 __entry->force = force; 100 __entry->force, __entry->needs_flush)
|
| H A D | swiotlb.h | 19 __field(bool, force) 27 __entry->force = is_swiotlb_force_bounce(dev); 35 __entry->force ? "FORCE" : "NORMAL")
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_cmdline_parser_test.c | 30 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_force_e_only() 48 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_force_D_only_not_digital() 110 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_OFF); in drm_test_cmdline_force_d_only() 340 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_OFF); in drm_test_cmdline_res_bpp_refresh_force_off() 364 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_res_bpp_refresh_force_on() 388 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_res_bpp_refresh_force_on_analog() 439 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on() 461 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_res_margins_force_on() 748 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_bpp_extra_and_option() 770 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON); in drm_test_cmdline_extra_and_option() [all …]
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-buildid-list.c | 84 static int perf_session__list_build_ids(bool force, bool with_hits) in perf_session__list_build_ids() argument 90 .force = force, in perf_session__list_build_ids() 146 bool force = false; in cmd_buildid_list() local 150 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list() 172 return perf_session__list_build_ids(force, with_hits); in cmd_buildid_list()
|
| H A D | builtin-evlist.c | 36 .force = details->force, in __cmd_evlist() 82 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A D | hwsq.h | 14 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-6.15/arch/x86/platform/iris/ |
| H A D | iris.c | 31 static bool force; variable 33 module_param(force, bool, 0); 34 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation."); 93 if (force != 1) { in iris_init()
|
| /linux-6.15/arch/x86/platform/geode/ |
| H A D | alix.c | 36 static bool force = 0; variable 37 module_param(force, bool, 0444); 39 MODULE_PARM_DESC(force, "Force detection as ALIX.2/ALIX.3 platform"); 63 if (force) { in alix_present()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | meegopad_anx7428.c | 56 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) { in anx7428_probe()
|
| H A D | nvidia-wmi-ec-backlight.c | 15 static bool force; variable 16 module_param(force, bool, 0444); 17 MODULE_PARM_DESC(force, "Force loading (disable acpi_backlight=xxx checks"); 98 if (!force && acpi_video_get_backlight_type() != acpi_backlight_nvidia_wmi_ec) in nvidia_wmi_ec_backlight_probe()
|
| H A D | samsung-q10.c | 20 static bool force; variable 21 module_param(force, bool, 0); 22 MODULE_PARM_DESC(force, 131 if (!force && !dmi_check_system(samsungq10_dmi_table)) in samsungq10_init()
|
| H A D | lenovo-ymc.c | 23 static bool force; variable 24 module_param(force, bool, 0444); 25 MODULE_PARM_DESC(force, "Force loading on boards without a convertible DMI chassis-type"); 105 if (force) in lenovo_ymc_probe()
|
| /linux-6.15/drivers/cpuidle/ |
| H A D | cpuidle-haltpoll.c | 21 static bool force __read_mostly; 22 module_param(force, bool, 0444); 23 MODULE_PARM_DESC(force, "Load unconditionally"); 98 return kvm_para_has_hint(KVM_HINTS_REALTIME) || force; in haltpoll_want()
|
| /linux-6.15/tools/net/ynl/ |
| H A D | ynl-regen.sh | 6 force= 11 -f ) force=yes; shift ;; 27 if [ $f -nt ${params[0]} -a -z "$force" ]; then
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 343 bool force) in detect_connector_status() argument 348 return funcs->detect_ctx(connector, ctx, force); in detect_connector_status() 350 return connector->funcs->detect(connector, force); in detect_connector_status() 398 bool force) in drm_helper_probe_detect() argument 588 if (connector->force) { in drm_helper_probe_single_connector_modes() 589 if (connector->force == DRM_FORCE_ON || in drm_helper_probe_single_connector_modes() 590 connector->force == DRM_FORCE_ON_DIGITAL) in drm_helper_probe_single_connector_modes() 594 if (connector->funcs->force) in drm_helper_probe_single_connector_modes() 595 connector->funcs->force(connector); in drm_helper_probe_single_connector_modes() 788 if (connector->force) in output_poll_execute() [all …]
|
| H A D | drm_sysfs.c | 198 old_force = connector->force; in status_store() 201 connector->force = 0; in status_store() 203 connector->force = DRM_FORCE_ON; in status_store() 205 connector->force = DRM_FORCE_ON_DIGITAL; in status_store() 207 connector->force = DRM_FORCE_OFF; in status_store() 211 if (old_force != connector->force || !connector->force) { in status_store() 214 old_force, connector->force); in status_store()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | twofish_glue_3way.c | 140 static int force; variable 141 module_param(force, int, 0); 142 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist"); 146 if (!force && is_blacklisted_cpu()) { in twofish_3way_init()
|
| H A D | blowfish_glue.c | 155 static int force; variable 156 module_param(force, int, 0); 157 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist"); 163 if (!force && is_blacklisted_cpu()) { in blowfish_init()
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | tlan.rst | 81 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-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | power.h | 22 bool force); 23 int iwl_power_update_mode(struct iwl_priv *priv, bool force);
|
| /linux-6.15/drivers/input/misc/ |
| H A D | ideapad_slidebar.c | 87 static bool force; variable 88 module_param(force, bool, 0); 89 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data"); 294 if (!force && !dmi_check_system(ideapad_dmi)) { in slidebar_init()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | port_tun.c | 42 u8 force) in mlx5_set_port_tun_entropy_calc() argument 51 MLX5_SET(pcmr_reg, in, entropy_force, force); in mlx5_set_port_tun_entropy_calc() 57 u8 enable, u8 force) in mlx5_set_port_gre_tun_entropy_calc() argument 66 MLX5_SET(pcmr_reg, in, entropy_force, force); in mlx5_set_port_gre_tun_entropy_calc()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x_dma.c | 174 mt792x_dma_reset(struct mt792x_dev *dev, bool force) in mt792x_dma_reset() argument 178 err = mt792x_dma_disable(dev, force); in mt792x_dma_reset() 197 int mt792x_wpdma_reset(struct mt792x_dev *dev, bool force) in mt792x_wpdma_reset() argument 211 if (force) { in mt792x_wpdma_reset() 216 err = mt792x_dma_reset(dev, force); in mt792x_wpdma_reset() 253 int mt792x_dma_disable(struct mt792x_dev *dev, bool force) in mt792x_dma_disable() argument 273 if (force) { in mt792x_dma_disable()
|
| /linux-6.15/drivers/acpi/ |
| H A D | processor_throttling.c | 41 bool force; member 49 int state, bool force, bool direct); 939 int state, bool force) in acpi_processor_set_throttling_fadt() argument 954 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt() 1012 int state, bool force) in acpi_processor_set_throttling_ptc() argument 1026 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc() 1048 arg->target_state, arg->force); in acpi_processor_throttling_fn() 1052 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument 1100 arg.force = force; in __acpi_processor_set_throttling() 1133 arg.force = force; in __acpi_processor_set_throttling() [all …]
|