Searched refs:force (Results 1 - 25 of 221) sorted by relevance

123456789

/drivers/net/wireless/iwlwifi/dvm/
H A Dpower.h41 bool force);
42 int iwl_power_update_mode(struct iwl_priv *priv, bool force);
H A Dpower.c45 MODULE_PARM_DESC(force_cam, "force continuously aware mode (no power saving at all)");
331 bool force)
342 if (!memcmp(&priv->power_data.sleep_cmd, cmd, sizeof(*cmd)) && !force)
350 if (test_bit(STATUS_SCANNING, &priv->status) && !force) {
378 int iwl_power_update_mode(struct iwl_priv *priv, bool force) argument
383 return iwl_power_set_mode(priv, &cmd, force);
330 iwl_power_set_mode(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd, bool force) argument
/drivers/staging/rtl8192e/
H A Drtllib_crypt.h31 void rtllib_crypt_deinit_entries(struct lib80211_crypt_info *info, int force);
/drivers/gpu/drm/gma500/
H A Dpower.h52 bool gma_power_begin(struct drm_device *dev, bool force);
/drivers/gpu/drm/nouveau/core/subdev/bus/
H A Dhwsq.h14 bool force; member in struct:hwsq_reg
24 .force = 0,
83 reg->force = true;
90 if (temp != ((temp & ~mask) | data) || reg->force)
/drivers/iommu/
H A Dirq_remapping.h66 bool force);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dstf.h30 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force);
/drivers/platform/x86/
H A Dsamsung-q10.c24 static bool force; variable
25 module_param(force, bool, 0);
26 MODULE_PARM_DESC(force,
27 "Disable the DMI check and force the driver to be loaded");
138 if (!force && !dmi_check_system(samsungq10_dmi_table))
H A Dibm_rtl.c38 static bool force; variable
39 module_param(force, bool, 0);
40 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");
244 if (force)
245 pr_warn("module loaded by force\n");
H A Dintel_oaktrail.c34 * want to try it you can pass force=1 as argument to the module which
35 * will force it to load even when the DMI data doesn't identify the
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)) {
325 pr_err("Platform not recognized (You could try the module's force-parameter)");
/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c190 int num, force, class; local
218 data->last_chan = 0; /* force the first selection */
222 force = 0; /* dynamic adap number */
226 /* force static number */
227 force = pdata->modes[num].adap_id;
236 force, num, class, pca954x_select_chan,
244 " %d as bus %d\n", num, force);
H A Di2c-mux-pca9541.c266 * If arbitration timeout has expired, force ownership.
296 /* force bus ownership after this time */
328 int force; local
352 force = 0;
354 force = pdata->modes[0].adap_id;
356 force, 0, 0,
/drivers/net/wireless/ath/ath10k/
H A Dhif.h76 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force);
137 u8 pipe_id, int force)
139 ar->hif.ops->send_complete_check(ar, pipe_id, force);
136 ath10k_hif_send_complete_check(struct ath10k *ar, u8 pipe_id, int force) argument
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dramfuc.h14 bool force; member in struct:ramfuc_reg
111 reg->force = true;
118 if (temp != ((temp & ~mask) | data) || reg->force) {
120 reg->force = false;
/drivers/gpu/drm/rcar-du/
H A Drcar_du_vgacon.c40 rcar_du_vga_connector_detect(struct drm_connector *connector, bool force) argument
/drivers/hwmon/
H A Dk10temp.c32 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) {
/drivers/input/misc/
H A Dideapad_slidebar.c22 * load with 'force' parameter set 'true'.
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)) {
/drivers/gpu/drm/
H A Ddrm_debugfs.c245 switch (connector->force) {
294 connector->force = DRM_FORCE_ON;
296 connector->force = DRM_FORCE_ON_DIGITAL;
298 connector->force = DRM_FORCE_OFF;
300 connector->force = DRM_FORCE_UNSPECIFIED;
391 /* force */
392 ent = debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connector,
H A Ddrm_probe_helper.c120 if (connector->force) {
121 if (connector->force == DRM_FORCE_ON)
125 if (connector->funcs->force)
126 connector->funcs->force(connector);
286 if (connector->force)
/drivers/usb/gadget/udc/
H A DKconfig41 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 al
[all...]
/drivers/staging/lustre/lustre/ptlrpc/
H A Dpinger.c183 int force; local
190 force = imp->imp_force_verify;
200 !force) {
210 "force %u force_next %u deactive %u pingable %u suppress %u\n",
212 ptlrpc_import_state_name(level), level, force, force_next,
227 if (force) {
232 } else if ((imp->imp_pingable && !suppress) || force_next || force) {
379 * expected or not on next connection, we assume they are not and force
/drivers/gpu/drm/armada/
H A Darmada_output.c30 struct drm_connector *conn, bool force)
36 status = dconn->type->detect(conn, force);
29 armada_drm_connector_detect( struct drm_connector *conn, bool force) argument
/drivers/irqchip/
H A Dirq-metag.c44 const struct cpumask *cpumask, bool force);
193 const struct cpumask *cpumask, bool force)
192 metag_internal_irq_set_affinity(struct irq_data *data, const struct cpumask *cpumask, bool force) argument
/drivers/scsi/osd/
H A DKconfig49 force SCSI_OSD_DPRINT_SENSE=2.
/drivers/net/wireless/b43legacy/
H A Dradio.h64 void b43legacy_radio_turn_off(struct b43legacy_wldev *dev, bool force);

Completed in 465 milliseconds

123456789