/drivers/platform/x86/ |
D | samsung-q10.c | 24 static bool force; variable 25 module_param(force, bool, 0); 26 MODULE_PARM_DESC(force, 138 if (!force && !dmi_check_system(samsungq10_dmi_table)) in samsungq10_init()
|
D | intel_oaktrail.c | 95 static bool force; variable 96 module_param(force, bool, 0); 97 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data"); 324 if (!force && !dmi_check_system(oaktrail_dmi_table)) { in oaktrail_init()
|
D | ibm_rtl.c | 38 static bool force; variable 39 module_param(force, bool, 0); 40 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data"); 244 if (force) in ibm_rtl_init()
|
/drivers/gpu/drm/nouveau/core/subdev/bus/ |
D | hwsq.h | 14 bool force; member 24 .force = 0, in hwsq_reg2() 83 reg->force = true; in hwsq_nuke() 90 if (temp != ((temp & ~mask) | data) || reg->force) in hwsq_mask()
|
/drivers/i2c/muxes/ |
D | i2c-mux-pca954x.c | 190 int num, force, class; in pca954x_probe() local 222 force = 0; /* dynamic adap number */ in pca954x_probe() 227 force = pdata->modes[num].adap_id; in pca954x_probe() 236 force, num, class, pca954x_select_chan, in pca954x_probe() 244 " %d as bus %d\n", num, force); in pca954x_probe()
|
D | i2c-mux-pca9541.c | 328 int force; in pca9541_probe() local 352 force = 0; in pca9541_probe() 354 force = pdata->modes[0].adap_id; in pca9541_probe() 356 force, 0, 0, in pca9541_probe()
|
/drivers/hid/ |
D | Kconfig | 107 bool "ACRUX force feedback support" 111 Say Y here if you want to enable force feedback support for ACRUX 206 bool "DragonRise Inc. force feedback" 210 Say Y here if you want to enable force feedback support for DragonRise Inc. 214 tristate "EMS Production Inc. force feedback support" 218 Say Y here if you want to enable force feedback support for devices by 257 bool "Holtek On Line Grip force feedback support" 262 and want to have force feedback support for it. 393 bool "Logitech force feedback support" 404 and if you want to enable force feedback for them. [all …]
|
/drivers/hwmon/ |
D | k10temp.c | 32 static bool force; variable 33 module_param(force, bool, 0444); 34 MODULE_PARM_DESC(force, "force loading on processors with erratum 319"); 194 if (!force) { in k10temp_probe()
|
/drivers/input/misc/ |
D | ideapad_slidebar.c | 91 static bool force; variable 92 module_param(force, bool, 0); 93 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data"); 313 if (!force && !dmi_check_system(ideapad_dmi)) { in slidebar_init()
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 41 dynamically linked module called "at91_udc" and force all 52 dynamically linked module called "lpc32xx_udc" and force all 85 dynamically linked module called "fsl_usb2_udc" and force 124 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 186 dynamically linked module called "pxa27x_udc" and force all 241 dynamically linked module called "m66592_udc" and force all 259 dynamically linked module called "amd5536udc" and force all [all …]
|
/drivers/gpu/drm/nouveau/core/subdev/fb/ |
D | ramfuc.h | 14 bool force; member 111 reg->force = true; in ramfuc_nuke() 118 if (temp != ((temp & ~mask) | data) || reg->force) { in ramfuc_mask() 120 reg->force = false; in ramfuc_mask()
|
/drivers/acpi/ |
D | processor_throttling.c | 62 bool force; member 70 int state, bool force); 966 int state, bool force) in acpi_processor_set_throttling_fadt() argument 981 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt() 1039 int state, bool force) in acpi_processor_set_throttling_ptc() argument 1053 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc() 1075 arg->target_state, arg->force); in acpi_processor_throttling_fn() 1079 int state, bool force) in acpi_processor_set_throttling() argument 1127 arg.force = force; in acpi_processor_set_throttling() 1160 arg.force = force; in acpi_processor_set_throttling()
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | power.h | 41 bool force); 42 int iwl_power_update_mode(struct iwl_priv *priv, bool force);
|
D | power.c | 331 bool force) in iwl_power_set_mode() argument 342 if (!memcmp(&priv->power_data.sleep_cmd, cmd, sizeof(*cmd)) && !force) in iwl_power_set_mode() 350 if (test_bit(STATUS_SCANNING, &priv->status) && !force) { in iwl_power_set_mode() 378 int iwl_power_update_mode(struct iwl_priv *priv, bool force) in iwl_power_update_mode() argument 383 return iwl_power_set_mode(priv, &cmd, force); in iwl_power_update_mode()
|
/drivers/gpu/drm/ |
D | drm_probe_helper.c | 120 if (connector->force) { in drm_helper_probe_single_connector_modes_merge_bits() 121 if (connector->force == DRM_FORCE_ON) in drm_helper_probe_single_connector_modes_merge_bits() 125 if (connector->funcs->force) in drm_helper_probe_single_connector_modes_merge_bits() 126 connector->funcs->force(connector); in drm_helper_probe_single_connector_modes_merge_bits() 287 if (connector->force) in output_poll_execute()
|
D | drm_debugfs.c | 245 switch (connector->force) { in connector_show() 294 connector->force = DRM_FORCE_ON; in connector_write() 296 connector->force = DRM_FORCE_ON_DIGITAL; in connector_write() 298 connector->force = DRM_FORCE_OFF; in connector_write() 300 connector->force = DRM_FORCE_UNSPECIFIED; in connector_write()
|
D | drm_modes.c | 1093 enum drm_connector_force force = DRM_FORCE_UNSPECIFIED; in drm_mode_parse_command_line_for_connector() local 1160 was_digit || (force != DRM_FORCE_UNSPECIFIED)) in drm_mode_parse_command_line_for_connector() 1163 force = DRM_FORCE_ON; in drm_mode_parse_command_line_for_connector() 1167 was_digit || (force != DRM_FORCE_UNSPECIFIED)) in drm_mode_parse_command_line_for_connector() 1172 force = DRM_FORCE_ON; in drm_mode_parse_command_line_for_connector() 1174 force = DRM_FORCE_ON_DIGITAL; in drm_mode_parse_command_line_for_connector() 1178 was_digit || (force != DRM_FORCE_UNSPECIFIED)) in drm_mode_parse_command_line_for_connector() 1181 force = DRM_FORCE_OFF; in drm_mode_parse_command_line_for_connector() 1227 mode->force = force; in drm_mode_parse_command_line_for_connector()
|
/drivers/media/common/ |
D | cx2341x.c | 1022 int force = (old == NULL); in cx2341x_update() local 1027 if (force || NEQ(is_50hz)) { in cx2341x_update() 1033 if (force || NEQ(width) || NEQ(height) || NEQ(video_encoding)) { in cx2341x_update() 1045 if (force || NEQ(stream_type)) { in cx2341x_update() 1050 if (force || NEQ(video_aspect)) { in cx2341x_update() 1055 if (force || NEQ(video_b_frames) || NEQ(video_gop_size)) { in cx2341x_update() 1060 if (force || NEQ(video_gop_closure)) { in cx2341x_update() 1065 if (force || NEQ(audio_properties)) { in cx2341x_update() 1070 if (force || NEQ(audio_mute)) { in cx2341x_update() 1075 if (force || NEQ(video_bitrate_mode) || NEQ(video_bitrate) || in cx2341x_update() [all …]
|
/drivers/i2c/busses/ |
D | i2c-viapro.c | 90 static bool force; variable 91 module_param(force, bool, 0); 92 MODULE_PARM_DESC(force, "Forcibly enable the SMBus. DANGEROUS!"); 328 force = 0; in vt596_probe() 376 if (force) { in vt596_probe()
|
D | i2c-piix4.c | 82 static int force; variable 83 module_param (force, int, 0); 84 MODULE_PARM_DESC(force, "Forcibly enable the PIIX4. DANGEROUS!"); 159 force = 0; in piix4_setup() 191 if (force) { in piix4_setup() 237 if (force || force_addr) { in piix4_setup_sb800()
|
/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 76 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force); 137 u8 pipe_id, int force) in ath10k_hif_send_complete_check() argument 139 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 183 int force; in ptlrpc_pinger_process_import() local 190 force = imp->imp_force_verify; in ptlrpc_pinger_process_import() 200 !force) { in ptlrpc_pinger_process_import() 212 ptlrpc_import_state_name(level), level, force, force_next, in ptlrpc_pinger_process_import() 227 if (force) { in ptlrpc_pinger_process_import() 232 } else if ((imp->imp_pingable && !suppress) || force_next || force) { in ptlrpc_pinger_process_import()
|
D | ptlrpc_internal.h | 128 bool peek, bool force); 132 bool force) in ptlrpc_nrs_req_get_nolock() argument 134 return ptlrpc_nrs_req_get_nolock0(svcpt, hp, false, force); in ptlrpc_nrs_req_get_nolock()
|
/drivers/scsi/ |
D | script_asm.pl | 521 $force = ($op !~ /TO/i); 524 print STDERR "Forcing register source \n" if ($force && $debug); 526 if (!$force && $src =~ 541 if (!$force) { 545 } elsif (!$force && $src =~ /^($value)\s*$/i) { 551 if (!$force) {
|
/drivers/gpu/drm/gma500/ |
D | cdv_intel_crt.c | 135 bool force) in cdv_intel_crt_detect_hotplug() argument 182 struct drm_connector *connector, bool force) in cdv_intel_crt_detect() argument 184 if (cdv_intel_crt_detect_hotplug(connector, force)) in cdv_intel_crt_detect()
|