| /linux/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, 72 .force = IPIC_SIFCR_H, 79 .force = IPIC_SIFCR_H, 86 .force = IPIC_SIFCR_H, 93 .force = IPIC_SIFCR_H, 100 .force = IPIC_SIFCR_H, [all …]
|
| /linux/scripts/ |
| H A D | git-resolve.sh | 31 local force=0 33 force=1 181 if [ "$1" = "--force" ]; then 182 force="--force" 192 if [ -z "$force" ]; then 200 git_resolve_commit $force "$@"
|
| /linux/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() 70 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON_DIGITAL); in drm_test_cmdline_force_D_only_hdmi() 92 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_ON_DIGITAL); in drm_test_cmdline_force_D_only_dvi() 110 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_OFF); in drm_test_cmdline_force_d_only() 132 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res() 154 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_vesa() 176 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_vesa_rblank() 198 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_rblank() 221 KUNIT_EXPECT_EQ(test, mode.force, DRM_FORCE_UNSPECIFIED); in drm_test_cmdline_res_bpp() [all …]
|
| /linux/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/tools/perf/ |
| H A D | builtin-buildid-list.c | 87 static int perf_session__list_build_ids(bool force, bool with_hits) in perf_session__list_build_ids() argument 93 .force = force, in perf_session__list_build_ids() 149 bool force = false; in cmd_buildid_list() local 153 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list() 175 return perf_session__list_build_ids(force, with_hits); in cmd_buildid_list()
|
| H A D | builtin-evlist.c | 37 .force = details->force, in __cmd_evlist() 83 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
|
| H A D | builtin-buildid-cache.c | 118 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() 375 bool force = false; in cmd_buildid_cache() 407 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache() 451 data.force = force; in cmd_buildid_cache() 550 if (kcore_filename && build_id_cache__add_kcore(kcore_filename, force)) in cmd_buildid_cache() 373 bool force = false; cmd_buildid_cache() local
|
| /linux/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/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 | msi-wmi-platform.c | 46 static bool force; variable 47 module_param_unsafe(force, bool, 0); 48 MODULE_PARM_DESC(force, "Force loading without checking for supported WMI interface versions"); 371 if (!force) in msi_wmi_platform_ec_init() 396 if (!force) in msi_wmi_platform_init() 474 if (!force) in msi_wmi_platform_module_init()
|
| /linux/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/include/trace/events/ |
| H A D | swiotlb.h | 19 __field(bool, force) 27 __entry->force = is_swiotlb_force_bounce(dev); 35 __entry->force ? "FORCE" : "NORMAL")
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | 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/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/drivers/hid/ |
| H A D | Kconfig | 99 Support for touchpads with force sensors and haptic actuators instead of a 132 bool "ACRUX force feedback support" 136 Say Y here if you want to enable force feedback support for ACRUX 217 tristate "Betop Production Inc. force feedback support" 221 Say Y here if you want to enable force feedback support for devices by 236 force feedback effects and LEDs on the device. 340 bool "DragonRise Inc. force feedback" 344 Say Y here if you want to enable force feedback support for DragonRise Inc. 348 tristate "EMS Production Inc. force feedback support" 351 Say Y here if you want to enable force feedback support for devices by [all …]
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 43 dynamically linked module called "at91_udc" and force all 55 dynamically linked module called "lpc32xx_udc" and force all 102 dynamically linked module called "fsl_usb2_udc" and force 123 dynamically linked module called "omap_udc" and force all 139 dynamically linked module called "pxa25x_udc" and force all 161 dynamically linked module called "r8a66597_udc" and force all 173 dynamically linked module called "renesas_usbhs" and force all 197 dynamically linked module called "renesas_usb3" and force all 208 dynamically linked module called "renesas_usbf" and force all 222 dynamically linked module called "pxa27x_udc" and force all [all …]
|
| /linux/drivers/acpi/ |
| H A D | processor_throttling.c | 44 bool force; member 52 int state, bool force, bool direct); 942 int state, bool force) in acpi_processor_set_throttling_fadt() argument 957 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt() 1015 int state, bool force) in acpi_processor_set_throttling_ptc() argument 1029 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc() 1051 arg->target_state, arg->force); in acpi_processor_throttling_fn() 1055 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument 1103 arg.force = force; in __acpi_processor_set_throttling() 1136 arg.force = force; in __acpi_processor_set_throttling() [all …]
|
| /linux/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/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/tools/testing/selftests/arm64/fp/ |
| H A D | vlset.c | 23 static int force = 0; variable 54 case 'f': force = 1; break; in parse_options() 122 if (!force) in main()
|
| /linux/include/linux/ |
| H A D | cpu_smt.h | 16 extern void cpu_smt_disable(bool force); 25 static inline void cpu_smt_disable(bool force) { } in cpu_smt_disable() argument
|
| /linux/include/drm/ |
| H A D | drm_client_event.h | 13 void drm_client_dev_restore(struct drm_device *dev, bool force); 21 static inline void drm_client_dev_restore(struct drm_device *dev, bool force) in drm_client_dev_restore() argument
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramfuc.h | 15 bool force; member 108 reg->force = true; in ramfuc_nuke() 115 if (temp != ((temp & ~mask) | data) || reg->force) { in ramfuc_mask() 117 reg->force = false; in ramfuc_mask()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | oaktrail.c | 81 static bool force; variable 82 module_param(force, bool, 0); 83 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data"); 302 if (!force && !dmi_check_system(oaktrail_dmi_table)) { in oaktrail_init()
|