Searched refs:force (Results 1 - 200 of 1971) sorted by relevance

12345678910

/linux-4.1.27/tools/perf/util/
H A Ddata-convert-bt.h5 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, bool force);
H A Ddata.h15 bool force; member in struct:perf_data_file
H A Ddata.c70 if (!file->force && st.st_uid && (st.st_uid != geteuid())) { open_file_read()
H A Dkvm-stat.h102 bool force; member in struct:perf_kvm_stat
/linux-4.1.27/arch/powerpc/sysdev/
H A Dipic.c40 .force = IPIC_SIFCR_H,
47 .force = IPIC_SIFCR_H,
54 .force = IPIC_SIFCR_H,
61 .force = IPIC_SIFCR_H,
68 .force = IPIC_SIFCR_H,
75 .force = IPIC_SIFCR_H,
82 .force = IPIC_SIFCR_H,
89 .force = IPIC_SIFCR_H,
96 .force = IPIC_SIFCR_H,
103 .force = IPIC_SIFCR_H,
110 .force = IPIC_SIFCR_H,
117 .force = IPIC_SIFCR_H,
124 .force = IPIC_SIFCR_H,
131 .force = IPIC_SIFCR_H,
138 .force = IPIC_SIFCR_H,
145 .force = IPIC_SIFCR_H,
153 .force = IPIC_SEFCR,
161 .force = IPIC_SEFCR,
169 .force = IPIC_SEFCR,
177 .force = IPIC_SEFCR,
185 .force = IPIC_SEFCR,
193 .force = IPIC_SEFCR,
201 .force = IPIC_SEFCR,
208 .force = IPIC_SIFCR_H,
215 .force = IPIC_SIFCR_H,
222 .force = IPIC_SIFCR_H,
229 .force = IPIC_SIFCR_H,
236 .force = IPIC_SIFCR_H,
243 .force = IPIC_SIFCR_H,
250 .force = IPIC_SIFCR_H,
257 .force = IPIC_SIFCR_H,
264 .force = IPIC_SIFCR_H,
271 .force = IPIC_SIFCR_H,
278 .force = IPIC_SIFCR_H,
285 .force = IPIC_SIFCR_H,
292 .force = IPIC_SIFCR_H,
299 .force = IPIC_SIFCR_H,
306 .force = IPIC_SIFCR_H,
313 .force = IPIC_SIFCR_H,
320 .force = IPIC_SEFCR,
327 .force = IPIC_SIFCR_L,
334 .force = IPIC_SIFCR_L,
341 .force = IPIC_SIFCR_L,
348 .force = IPIC_SIFCR_L,
355 .force = IPIC_SIFCR_L,
362 .force = IPIC_SIFCR_L,
369 .force = IPIC_SIFCR_L,
376 .force = IPIC_SIFCR_L,
383 .force = IPIC_SIFCR_L,
389 .force = IPIC_SIFCR_L,
395 .force = IPIC_SIFCR_L,
401 .force = IPIC_SIFCR_L,
407 .force = IPIC_SIFCR_L,
413 .force = IPIC_SIFCR_L,
419 .force = IPIC_SIFCR_L,
425 .force = IPIC_SIFCR_L,
431 .force = IPIC_SIFCR_L,
437 .force = IPIC_SIFCR_L,
443 .force = IPIC_SIFCR_L,
449 .force = IPIC_SIFCR_L,
455 .force = IPIC_SIFCR_L,
461 .force = IPIC_SIFCR_L,
467 .force = IPIC_SIFCR_L,
473 .force = IPIC_SIFCR_L,
479 .force = IPIC_SIFCR_L,
485 .force = IPIC_SIFCR_L,
491 .force = IPIC_SIFCR_L,
497 .force = IPIC_SIFCR_L,
503 .force = IPIC_SIFCR_L,
H A Dipic.h54 u8 force; /* force register offset from base */ member in struct:ipic_info
H A Dmpic.h40 const struct cpumask *cpumask, bool force);
/linux-4.1.27/tools/perf/
H A Dbuiltin-buildid-list.c53 static int perf_session__list_build_ids(bool force, bool with_hits) perf_session__list_build_ids() argument
59 .force = force, perf_session__list_build_ids()
90 bool force = false; cmd_buildid_list() local
94 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), cmd_buildid_list()
110 return perf_session__list_build_ids(force, with_hits); cmd_buildid_list()
H A Dbuiltin-evlist.c27 .force = details->force, __cmd_evlist()
51 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), cmd_evlist()
H A Dbuiltin-data.c56 bool force = false; cmd_data_convert() local
63 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), cmd_data_convert()
81 return bt_convert__perf2ctf(input_name, to_ctf, force); cmd_data_convert()
H A Dbuiltin-buildid-cache.c128 static int build_id_cache__add_kcore(const char *filename, bool force) build_id_cache__add_kcore() argument
147 if (!force && build_id_cache__add_kcore()
307 bool force = false; cmd_buildid_cache() local
332 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), cmd_buildid_cache()
353 file.force = force; cmd_buildid_cache()
440 if (kcore_filename && build_id_cache__add_kcore(kcore_filename, force))
H A Dbuiltin-mem.c18 bool force; member in struct:perf_mem
124 .force = mem->force, report_raw_events()
295 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), cmd_mem()
H A Dbuiltin-lock.c849 static bool force; variable
862 .force = force, __cmd_report()
951 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), cmd_lock()
963 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), cmd_lock()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.h13 bool force; member in struct:hwsq_reg
25 .force = 0, hwsq_stride()
38 .force = 0, hwsq_reg2()
51 .force = 0, hwsq_reg()
112 reg->force = true; hwsq_nuke()
119 if (temp != ((temp & ~mask) | data) || reg->force) hwsq_mask()
/linux-4.1.27/tools/perf/ui/
H A Dui.h27 void ui__refresh_dimensions(bool force);
/linux-4.1.27/arch/x86/platform/iris/
H A Diris.c45 static bool force; variable
47 module_param(force, bool, 0);
48 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation.");
108 if (force != 1) { iris_init()
109 printk(KERN_ERR "The force parameter has not been set to 1." iris_init()
/linux-4.1.27/arch/x86/include/asm/
H A Dxor_64.h16 /* We force the use of the SSE xor block because it can write around L2.
/linux-4.1.27/include/uapi/linux/
H A Dsocket.h19 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
H A Dinput.h150 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
151 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */
985 * Values describing the status of a force-feedback effect
1002 * struct ff_replay - defines scheduling of the force-feedback effect
1012 * struct ff_trigger - defines what triggers the force-feedback effect
1022 * struct ff_envelope - generic force-feedback effect envelope
1029 * envelope force-feedback core will convert to positive/negative
1041 * struct ff_constant_effect - defines parameters of a constant force-feedback effect
1051 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
1063 * struct ff_condition_effect - defines a spring or friction force-feedback effect
1066 * @right_coeff: controls how fast the force grows when the joystick moves
1069 * @deadband: size of the dead zone, where no force is produced
1084 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
1115 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
1128 * struct ff_effect - defines force feedback effect
H A Dseccomp.h29 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */
H A Dsched.h22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
/linux-4.1.27/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");
137 if (!force && !dmi_check_system(samsungq10_dmi_table)) samsungq10_init()
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");
322 if (!force && !dmi_check_system(oaktrail_dmi_table)) { oaktrail_init()
323 pr_err("Platform not recognized (You could try the module's force-parameter)"); oaktrail_init()
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) ibm_rtl_init()
245 pr_warn("module loaded by force\n"); ibm_rtl_init()
H A Dcompal-laptop.c48 * want to try it you can pass force=1 as argument to the module which
49 * will force it to load even when the DMI data doesn't identify the
123 #define FAN_FULL_ON_ENABLE 0x76 /* force the pwm signal to its */
191 static bool force; variable
192 module_param(force, bool, 0);
193 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");
957 if (!force && !dmi_check_system(compal_dmi_table)) { compal_init()
958 pr_err("Motherboard not recognized (You could try the module's force-parameter)\n"); compal_init()
/linux-4.1.27/tools/lib/lockdep/
H A DMakefile116 $(LIB_IN): force
125 tags: force
130 TAGS: force
153 PHONY += force
154 force:
/linux-4.1.27/fs/cachefiles/
H A Dsecurity.c75 * - must be called with security override in force
76 * - must return with a security override in force - even in the case of an
89 * force, so we can use prepare_creds() to do this) */ cachefiles_determine_cache_security()
/linux-4.1.27/tools/testing/selftests/memfd/
H A Dfuse_mnt.c6 * This file-system is used by the memfd test-cases to force the kernel to pin
10 * We use direct_io==1 to force the kernel to use direct-IO for this
68 /* force direct-IO */ memfd_open()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramfuc.h13 bool force; member in struct:ramfuc_reg
108 reg->force = true; ramfuc_nuke()
115 if (temp != ((temp & ~mask) | data) || reg->force) { ramfuc_mask()
117 reg->force = false; ramfuc_mask()
/linux-4.1.27/arch/frv/include/asm/
H A Dax88796.h19 #define AX88796_FULL_DUPLEX 0 /* force full duplex */
/linux-4.1.27/arch/alpha/include/asm/
H A Dtimex.h18 * But this only means we'll force a reschedule every 8 seconds or so,
H A Dbarrier.h29 * For example, the following code would force ordering (the initial
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxp_nofault.S13 * PIO read fails, the MCA handler will force the error to look
28 adds r9=1,r9;; // Add to force consumption
/linux-4.1.27/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) iwl_power_set_mode()
342 if (!memcmp(&priv->power_data.sleep_cmd, cmd, sizeof(*cmd)) && !force) iwl_power_set_mode()
350 if (test_bit(STATUS_SCANNING, &priv->status) && !force) { iwl_power_set_mode()
378 int iwl_power_update_mode(struct iwl_priv *priv, bool force) iwl_power_update_mode() argument
383 return iwl_power_set_mode(priv, &cmd, force); iwl_power_update_mode()
330 iwl_power_set_mode(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd, bool force) iwl_power_set_mode() argument
/linux-4.1.27/include/linux/
H A Dhiddev.h41 int hiddev_connect(struct hid_device *hid, unsigned int force);
48 unsigned int force) hiddev_connect()
47 hiddev_connect(struct hid_device *hid, unsigned int force) hiddev_connect() argument
H A Dserial_max3100.h18 * @loopback: force MAX3100 in loopback
H A Ddavinci_emac.h32 * - "" : force to 100/full, no mdio control
H A Drcutree.h56 * synchronize_rcu_bh_expedited - Brute-force RCU-bh grace period
59 * approach to force the grace period to end quickly. This consumes
H A Dreboot.h73 extern void orderly_poweroff(bool force);
H A Dslab_def.h29 /* force GFP flags, e.g. GFP_DMA */
H A Duinput.h29 * - added force feedback support
H A Dinput.h54 * @ffbit: bitmap of force feedback effects supported by the device
68 * @ff: force feedback structure associated with the device if device
69 * supports force feedback effects
88 * @flush: purges the device. Most commonly used to get rid of force
475 * struct ff_device - force-feedback part of an input device
484 * @ffbit: bitmap of force feedback capabilities truly supported by
492 * Every force-feedback device must implement upload() and playback()
/linux-4.1.27/drivers/input/
H A Dff-core.c99 * input_ff_upload() - upload effect into force-feedback device
214 * input_ff_erase - erase a force-feedback effect from device
219 * This function erases a force-feedback effect from specified device.
260 * input_ff_event() - generic handler for force-feedback events
300 * input_ff_create() - create force-feedback device
301 * @dev: input device supporting force-feedback
304 * This function allocates all necessary memory for a force feedback
359 * input_ff_destroy() - frees force feedback portion of input device
360 * @dev: input device supporting force feedback
363 * automatically free force feedback structures when device is
H A Dff-memless.c228 static u16 ml_calculate_direction(u16 direction, u16 force, ml_calculate_direction() argument
231 if (!force) ml_calculate_direction()
235 return (((u32)(direction >> 1) * force + ml_calculate_direction()
237 (force + new_force)) << 1; ml_calculate_direction()
273 * here we abuse ff_ramp to hold x and y of constant force ml_combine_effects()
508 * input_ff_create_memless() - create memoryless force-feedback device
509 * @dev: input device supporting force-feedback
/linux-4.1.27/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c193 int num, force, class; pca954x_probe() local
221 data->last_chan = 0; /* force the first selection */ pca954x_probe()
230 force = 0; /* dynamic adap number */ pca954x_probe()
234 /* force static number */ pca954x_probe()
235 force = pdata->modes[num].adap_id; pca954x_probe()
245 force, num, class, pca954x_select_chan, pca954x_probe()
253 " %d as bus %d\n", num, force); pca954x_probe()
H A Di2c-mux-pca9541.c266 * If arbitration timeout has expired, force ownership. pca9541_arbitrate()
296 /* force bus ownership after this time */ pca9541_select_chan()
328 int force; pca9541_probe() local
352 force = 0; pca9541_probe()
354 force = pdata->modes[0].adap_id; pca9541_probe()
356 force, 0, 0, pca9541_probe()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h99 *; /* illegal statement to force compiler error */
202 *; /* illegal statement to force compiler error */
205 *; /* illegal statement to force compiler error */
210 *; /* illegal statement to force compiler error */
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
/linux-4.1.27/tools/lib/traceevent/
H A DMakefile163 $(TE_IN): force
177 $(PLUGINS_IN): force
203 ep_version.h: force
218 tags: force
223 TAGS: force
256 PHONY += force plugins
257 force:
/linux-4.1.27/arch/um/kernel/
H A Dtlb.c42 int force; member in struct:host_vm_change
45 #define INIT_HVC(mm, force) \
51 .force = force })
206 if (hvc->force || pte_newpage(*pte)) { update_pte_range()
231 if (hvc->force || pmd_newpage(*pmd)) { update_pmd_range()
253 if (hvc->force || pud_newpage(*pud)) { update_pud_range()
264 unsigned long end_addr, int force) fix_range_common()
271 hvc = INIT_HVC(mm, force); fix_range_common()
276 if (force || pgd_newpage(*pgd)) { fix_range_common()
498 unsigned long end_addr, int force) fix_range()
500 fix_range_common(mm, start_addr, end_addr, force); fix_range()
263 fix_range_common(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force) fix_range_common() argument
497 fix_range(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force) fix_range() argument
/linux-4.1.27/arch/arm/mach-pxa/
H A Dcolibri-pxa3xx.c119 .mask_flags = MTD_WRITEABLE, /* force read-only */
125 .mask_flags = MTD_WRITEABLE, /* force read-only */
131 .mask_flags = MTD_WRITEABLE, /* force read-only */
H A Dcm-x255.c129 .mask_flags = MTD_WRITEABLE /* force read-only */ cmx255_init_rtc()
134 .mask_flags = MTD_WRITEABLE /* force read-only */ cmx255_init_rtc()
H A Dpm.c30 /* force any iWMMXt context to ram **/ pxa_pm_enter()
H A Dlittleton.c299 .mask_flags = MTD_WRITEABLE, /* force read-only */ littleton_init_mmc()
305 .mask_flags = MTD_WRITEABLE, /* force read-only */ littleton_init_mmc()
321 .mask_flags = MTD_WRITEABLE, /* force read-only */ littleton_init_mmc()
H A Dzylonite.c341 .mask_flags = MTD_WRITEABLE, /* force read-only */ zylonite_init_keypad()
347 .mask_flags = MTD_WRITEABLE, /* force read-only */ zylonite_init_keypad()
363 .mask_flags = MTD_WRITEABLE, /* force read-only */ zylonite_init_keypad()
H A Dviper.c155 * If force is not true then step from existing to new divisor. If
156 * force is true then jump straight to the new divisor. Stepping is
160 * force can be used to initialize the divisor to a know state by
165 static void viper_set_core_cpu_voltage(unsigned long khz, int force) viper_set_core_cpu_voltage() argument
186 if (force) viper_set_core_cpu_voltage()
194 force = 0; viper_set_core_cpu_voltage()
662 .mask_flags = MTD_WRITEABLE, /* force R/O */
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_crypt.h30 void rtllib_crypt_deinit_entries(struct lib80211_crypt_info *info, int force);
H A Drtllib_crypt.c36 int force) rtllib_crypt_deinit_entries()
45 if (atomic_read(&entry->refcnt) != 0 && !force) rtllib_crypt_deinit_entries()
35 rtllib_crypt_deinit_entries(struct lib80211_crypt_info *info, int force) rtllib_crypt_deinit_entries() argument
/linux-4.1.27/arch/x86/platform/geode/
H A Dalix.c38 static bool force = 0; variable
39 module_param(force, bool, 0444);
41 MODULE_PARM_DESC(force, "Force detection as ALIX.2/ALIX.3 platform");
122 if (force) { alix_present()
/linux-4.1.27/arch/sparc/include/asm/
H A Dunistd.h5 * think of right now to force the arguments into fixed registers
/linux-4.1.27/arch/tile/lib/
H A Dstrlen_32.c25 /* Read the first word, but force bytes before the string to be nonzero. strlen()
H A Dstrchr_32.c30 /* Read the first aligned word, but force bytes before the string to strchr()
H A Dstrchr_64.c31 /* Read the first aligned word, but force bytes before the string to strchr()
H A Dstrnlen_32.c32 /* Read first word, but force bytes before the string to be nonzero. */ strnlen()
/linux-4.1.27/arch/blackfin/kernel/
H A DMakefile40 # relaxation, we need to force long calls to/from it
H A Dreboot.c14 /* A system soft reset makes external memory unusable so force
17 * we save some L1. We do not need to force sanity in the SYSCR
/linux-4.1.27/arch/ia64/kernel/
H A Dpci-dma.c68 /* Tell the device to use SAC when IOMMU force is on. This iommu_dma_supported()
76 mode that is as efficient as 32bit (aic79xx). Don't force iommu_dma_supported()
H A Dmsi_ia64.c16 const cpumask_t *cpu_mask, bool force) ia64_set_msi_irq_affinity()
133 const struct cpumask *mask, bool force) dmar_msi_set_affinity()
15 ia64_set_msi_irq_affinity(struct irq_data *idata, const cpumask_t *cpu_mask, bool force) ia64_set_msi_irq_affinity() argument
132 dmar_msi_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) dmar_msi_set_affinity() argument
/linux-4.1.27/arch/m68k/include/asm/
H A Dm54xxsim.h25 #define MCFINTC_INTFRCH 0x10 /* Interrupt force 32-63 */
26 #define MCFINTC_INTFRCL 0x14 /* Interrupt force 1-31 */
H A Dm520xsim.h28 #define MCFINTC_INTFRCH 0x10 /* Interrupt force 32-63 */
29 #define MCFINTC_INTFRCL 0x14 /* Interrupt force 1-31 */
H A Dm523xsim.h30 #define MCFINTC_INTFRCH 0x10 /* Interrupt force 32-63 */
31 #define MCFINTC_INTFRCL 0x14 /* Interrupt force 1-31 */
/linux-4.1.27/kernel/time/
H A Dtick-oneshot.c27 int tick_program_event(ktime_t expires, int force) tick_program_event() argument
31 return clockevents_program_event(dev, expires, force); tick_program_event()
H A Dtick-internal.h45 ktime_t expires, bool force);
93 extern int tick_program_event(ktime_t expires, int force); tick_resume()
108 static inline int tick_program_event(ktime_t expires, int force) { return 0; } tick_oneshot_notify() argument
/linux-4.1.27/tools/perf/ui/tui/
H A Dsetup.c24 void ui__refresh_dimensions(bool force) ui__refresh_dimensions() argument
26 if (force || ui__need_resize) { ui__refresh_dimensions()
/linux-4.1.27/include/linux/amba/
H A Dkmi.h37 * KMICR_FD 1 = force KMI data low
38 * KMICR_FC 1 = force KMI clock low
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_debugfs.c151 seq_printf(s, "force host\n"); musb_test_mode_show()
157 seq_printf(s, "force full-speed\n"); musb_test_mode_show()
160 seq_printf(s, "force high-speed\n"); musb_test_mode_show()
202 if (strstarts(buf, "force host")) musb_test_mode_write()
208 if (strstarts(buf, "force full-speed")) musb_test_mode_write()
211 if (strstarts(buf, "force high-speed")) musb_test_mode_write()
/linux-4.1.27/arch/arm/mach-ux500/
H A Dboard-mop500-regulators.c301 * VanaRegu = force off
310 * VextSupply1Regu = force LP
311 * VextSupply2Regu = force OFF
312 * VextSupply3Regu = force HP (-> STBB2=LP and TPS=LP)
318 * Vaux1Regu = force HP
319 * Vaux2Regu = force off
323 * Vaux3Regu = force off
682 * VanaRegu = force off
686 * VextSupply1Regu = force OFF (OTP_ExtSupply12LPnPolarity 1)
687 * VextSupply2Regu = force OFF (OTP_ExtSupply12LPnPolarity 1)
688 * VextSupply3Regu = force OFF (OTP_ExtSupply3LPnPolarity 0)
694 * Vaux1Regu = force HP
695 * Vaux2Regu = force off
699 * Vaux3Regu = force off
1050 /* VextSupply2 = force HP at initialization */ mop500_regulator_init()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_debugfs.c245 switch (connector->force) { connector_show()
294 connector->force = DRM_FORCE_ON; connector_write()
296 connector->force = DRM_FORCE_ON_DIGITAL; connector_write()
298 connector->force = DRM_FORCE_OFF; connector_write()
300 connector->force = DRM_FORCE_UNSPECIFIED; connector_write()
391 /* force */ drm_debugfs_connector_add()
392 ent = debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connector, drm_debugfs_connector_add()
H A Ddrm_sysfs.c185 connector->force = 0; status_store()
188 connector->force = DRM_FORCE_ON; status_store()
190 connector->force = DRM_FORCE_ON_DIGITAL; status_store()
192 connector->force = DRM_FORCE_OFF; status_store()
196 if (ret == 0 && connector->force) { status_store()
197 if (connector->force == DRM_FORCE_ON || status_store()
198 connector->force == DRM_FORCE_ON_DIGITAL) status_store()
202 if (connector->funcs->force) status_store()
203 connector->funcs->force(connector); status_store()
H A Ddrm_probe_helper.c116 if (connector->force) { drm_helper_probe_single_connector_modes_merge_bits()
117 if (connector->force == DRM_FORCE_ON || drm_helper_probe_single_connector_modes_merge_bits()
118 connector->force == DRM_FORCE_ON_DIGITAL) drm_helper_probe_single_connector_modes_merge_bits()
122 if (connector->funcs->force) drm_helper_probe_single_connector_modes_merge_bits()
123 connector->funcs->force(connector); drm_helper_probe_single_connector_modes_merge_bits()
319 if (connector->force) output_poll_execute()
341 * The poll work sets force=false when calling detect so output_poll_execute()
H A Ddrm_modes.c1213 * force-enable, force-enable-digital and force-disable bit at the end:
1218 * options from the command line modline like the force-enable/disable flag.
1234 enum drm_connector_force force = DRM_FORCE_UNSPECIFIED; drm_mode_parse_command_line_for_connector() local
1301 was_digit || (force != DRM_FORCE_UNSPECIFIED)) drm_mode_parse_command_line_for_connector()
1304 force = DRM_FORCE_ON; drm_mode_parse_command_line_for_connector()
1308 was_digit || (force != DRM_FORCE_UNSPECIFIED)) drm_mode_parse_command_line_for_connector()
1313 force = DRM_FORCE_ON; drm_mode_parse_command_line_for_connector()
1315 force = DRM_FORCE_ON_DIGITAL; drm_mode_parse_command_line_for_connector()
1319 was_digit || (force != DRM_FORCE_UNSPECIFIED)) drm_mode_parse_command_line_for_connector()
1322 force = DRM_FORCE_OFF; drm_mode_parse_command_line_for_connector()
1368 mode->force = force; drm_mode_parse_command_line_for_connector()
/linux-4.1.27/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) { k10temp_probe()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_params.c61 "1=on, -1=force vga console preference [default])");
66 "-1=force lid closed, -2=force lid open)");
156 "(-1 force normal, 0 machine defaults, 1 force inversion), please "
/linux-4.1.27/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");
312 if (!force && !dmi_check_system(ideapad_dmi)) { slidebar_init()
/linux-4.1.27/include/linux/mlx4/
H A Dqp.h172 MLX4_FEUP_FORCE_ETH_UP = 1 << 6, /* force Eth UP */
173 MLX4_FSM_FORCE_ETH_SRC_MAC = 1 << 5, /* force Source MAC */
174 MLX4_FVL_FORCE_ETH_VLAN = 1 << 3 /* force Eth vlan */
297 * [0] FL (force loopback)
330 * [0] FL (force loopback)
/linux-4.1.27/fs/hfsplus/
H A Doptions.c43 { opt_force, "force" },
71 int hfsplus_parse_options_remount(char *input, int *force) hfsplus_parse_options_remount() argument
87 *force = 1; hfsplus_parse_options_remount()
/linux-4.1.27/arch/arm/mm/
H A Dcache-xsc3l2.c107 vaddr = -1; /* to force the first mapping */ xsc3_l2_inv_range()
146 vaddr = -1; /* to force the first mapping */ xsc3_l2_clean_range()
189 vaddr = -1; /* to force the first mapping */ xsc3_l2_flush_range()
/linux-4.1.27/net/wireless/
H A Dlib80211.c45 int force);
88 int force) lib80211_crypt_deinit_entries()
95 if (atomic_read(&entry->refcnt) != 0 && !force) lib80211_crypt_deinit_entries()
87 lib80211_crypt_deinit_entries(struct lib80211_crypt_info *info, int force) lib80211_crypt_deinit_entries() argument
/linux-4.1.27/arch/arm64/kernel/
H A Dacpi.c56 else if (strcmp(arg, "force") == 0) /* force ACPI to be enabled */ parse_acpi()
285 * - acpi=force was passed in the command line and ACPI was not disabled
296 * and ACPI has not been force enabled (acpi=force) acpi_boot_table_init()
312 * If acpi=force was passed on the command line it forces ACPI acpi_boot_table_init()
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dmach-jive.c110 .mask_flags = MTD_WRITEABLE, /* force read-only */
126 .mask_flags = MTD_WRITEABLE, /* force read-only */
131 .mask_flags = MTD_WRITEABLE, /* force read-only */
168 .mask_flags = MTD_WRITEABLE, /* force read-only */
184 .mask_flags = MTD_WRITEABLE, /* force read-only */
190 .mask_flags = MTD_WRITEABLE, /* force read-only */
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dpinger.c183 int force; ptlrpc_pinger_process_import() local
190 force = imp->imp_force_verify; ptlrpc_pinger_process_import()
200 !force) { ptlrpc_pinger_process_import()
209 CDEBUG(level == LUSTRE_IMP_FULL ? D_INFO : D_HA, "%s->%s: level %s/%u force %u force_next %u deactive %u pingable %u suppress %u\n", ptlrpc_pinger_process_import()
211 ptlrpc_import_state_name(level), level, force, force_next, ptlrpc_pinger_process_import()
225 if (force) { ptlrpc_pinger_process_import()
230 } else if ((imp->imp_pingable && !suppress) || force_next || force) { ptlrpc_pinger_process_import()
373 * expected or not on next connection, we assume they are not and force ptlrpc_pinger_commit_expected()
H A Dptlrpc_internal.h128 bool peek, bool force);
132 bool force) ptlrpc_nrs_req_get_nolock()
134 return ptlrpc_nrs_req_get_nolock0(svcpt, hp, false, force); ptlrpc_nrs_req_get_nolock()
131 ptlrpc_nrs_req_get_nolock(struct ptlrpc_service_part *svcpt, bool hp, bool force) ptlrpc_nrs_req_get_nolock() argument
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_output.c30 struct drm_connector *conn, bool force) armada_drm_connector_detect()
36 status = dconn->type->detect(conn, force); armada_drm_connector_detect()
29 armada_drm_connector_detect( struct drm_connector *conn, bool force) armada_drm_connector_detect() argument
/linux-4.1.27/drivers/hid/
H A Dhid-emsff.c107 hid_info(hid, "force feedback for EMS based devices by Ignaz Forster <ignaz.forster@gmx.de>\n"); emsff_init()
130 dev_err(&hdev->dev, "force feedback init failed\n"); ems_probe()
H A Dhid-lg3ff.c37 * Field 1 is x axis constant force
38 * Field 31 is y axis constant force
/linux-4.1.27/arch/arm/mach-omap2/
H A Dsdrc2xxx.c82 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force) omap2xxx_sdrc_reprogram() argument
88 if ((curr_perf_level == level) && !force) omap2xxx_sdrc_reprogram()
H A Dsleep24xx.S90 strne r0, [r1] @ rewrite DLLA to force DLL reload
92 strne r0, [r1] @ rewrite DLLB to force DLL reload
H A Dsram242x.S48 mov r8, r3 @ capture force parameter
117 mov r3, #0x4000 @ get val for force
118 orr r5, r5, r3 @ build value for force
212 mov r7, #0x4000 @ get val for force
213 orr r8, r8, r7 @ build value for force
H A Dsram243x.S48 mov r8, r3 @ capture force parameter
117 mov r3, #0x4000 @ get val for force
118 orr r5, r5, r3 @ build value for force
212 mov r7, #0x4000 @ get val for force
213 orr r8, r8, r7 @ build value for force
/linux-4.1.27/kernel/
H A Dreboot.c427 static int __orderly_poweroff(bool force) __orderly_poweroff() argument
433 if (ret && force) { __orderly_poweroff()
459 * @force: force poweroff if command execution fails
462 * If the orderly shutdown fails, it will force an immediate shutdown.
464 void orderly_poweroff(bool force) orderly_poweroff() argument
466 if (force) /* do not override the pending "true" */ orderly_poweroff()
483 * If the orderly reboot fails, it will force an immediate reboot.
/linux-4.1.27/arch/m68k/fpsp040/
H A Dutil.S6 | ovf_res: used by overflow to force the correct
97 | extended. If the instruction is not fsgldiv or fsglmul but a force-
98 | precision instruction, the rounding precision is then set to the force
109 beql ovff_sgl |force precision is single
111 beql ovff_dbl |force precision is double
124 beql ovff_sgl |the instruction is force single
126 beql ovff_dbl |the instruction is force double
361 beql unff_sgl |force precision is single
362 cmpil #0x3,%d0 |force precision is double
376 beql unff_sgl |force single
377 cmpil #0x00440000,%d0 |force double
/linux-4.1.27/drivers/media/common/
H A Dcx2341x.c1051 int force = (old == NULL); cx2341x_update() local
1056 if (force || NEQ(is_50hz)) { cx2341x_update()
1062 if (force || NEQ(width) || NEQ(height) || NEQ(video_encoding)) { cx2341x_update()
1074 if (force || NEQ(stream_type)) { cx2341x_update()
1079 if (force || NEQ(video_aspect)) { cx2341x_update()
1084 if (force || NEQ(video_b_frames) || NEQ(video_gop_size)) { cx2341x_update()
1089 if (force || NEQ(video_gop_closure)) { cx2341x_update()
1094 if (force || NEQ(audio_properties)) { cx2341x_update()
1099 if (force || NEQ(audio_mute)) { cx2341x_update()
1104 if (force || NEQ(video_bitrate_mode) || NEQ(video_bitrate) || cx2341x_update()
1111 if (force || NEQ(video_spatial_filter_mode) || cx2341x_update()
1120 if (force || NEQ(video_luma_median_filter_bottom) || cx2341x_update()
1131 if (force || NEQ(video_luma_spatial_filter_type) || cx2341x_update()
1139 if (force || NEQ(video_spatial_filter) || cx2341x_update()
1145 if (force || NEQ(video_temporal_decimation)) { cx2341x_update()
1150 if (force || NEQ(video_mute) || cx2341x_update()
1156 if (force || NEQ(stream_insert_nav_packets)) { cx2341x_update()
/linux-4.1.27/drivers/net/dsa/
H A Dmv88e6123_61_65.c101 * interrupts, disable tag flow control, force flow mv88e6123_61_65_setup_global()
149 /* MAC Forcing register: don't force link, speed, duplex mv88e6123_61_65_setup_port()
151 * ports, but force the CPU port and all DSA ports to 1000 Mb/s mv88e6123_61_65_setup_port()
192 /* Port Control 2: don't force a good FCS, set the maximum mv88e6123_61_65_setup_port()
H A Dmv88e6131.c92 * flow control messages, force flow control priority to the mv88e6131_setup_global()
132 /* MAC Forcing register: don't force link, speed, duplex mv88e6131_setup_port()
134 * ports, but force the CPU port and all DSA ports to 1000 Mb/s mv88e6131_setup_port()
172 /* Port Control 2: don't force a good FCS, don't use mv88e6131_setup_port()
H A Dmv88e6171.c88 * interrupts, disable tag flow control, force flow mv88e6171_setup_global()
136 /* MAC Forcing register: don't force link, speed, duplex mv88e6171_setup_port()
138 * ports, but force the CPU port and all DSA ports to 1000 Mb/s mv88e6171_setup_port()
180 /* Port Control 2: don't force a good FCS, set the maximum mv88e6171_setup_port()
/linux-4.1.27/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);
H A Daiutils.h55 #define CCS_FORCEALP 0x00000001 /* force ALP request */
56 #define CCS_FORCEHT 0x00000002 /* force HT request */
57 #define CCS_FORCEILP 0x00000004 /* force ILP request */
/linux-4.1.27/arch/x86/kernel/apic/
H A Dhtirq.c40 ht_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) ht_set_affinity() argument
H A Dmsi.c79 msi_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) msi_set_affinity() argument
181 bool force) dmar_msi_set_affinity()
236 const struct cpumask *mask, bool force) hpet_msi_set_affinity()
180 dmar_msi_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) dmar_msi_set_affinity() argument
235 hpet_msi_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) hpet_msi_set_affinity() argument
/linux-4.1.27/arch/x86/kernel/
H A Dpci-dma.c157 /* gart_parse_options has more force support */ iommu_setup()
158 if (!strncmp(p, "force", 5)) iommu_setup()
231 /* Tell the device to use SAC when IOMMU force is on. This dma_supported()
239 mode that is as efficient as 32bit (aic79xx). Don't force dma_supported()
H A Dquirks.c107 "cannot force enable HPET\n"); ich_force_enable_hpet()
115 "cannot force enable HPET\n"); ich_force_enable_hpet()
147 "Failed to force enable HPET\n"); ich_force_enable_hpet()
181 "You might try hpet=force boot option\n"); hpet_print_force_info()
252 dev_printk(KERN_DEBUG, &dev->dev, "Failed to force enable HPET\n"); old_ich_force_enable_hpet()
339 dev_printk(KERN_DEBUG, &dev->dev, "Failed to force enable HPET\n"); vt8237_force_enable_hpet()
H A Dsmp.c199 * finish their work before we force them off with the NMI. native_stop_other_cpus()
264 * KVM uses this interrupt to force a cpu out of guest mode smp_reschedule_interrupt()
288 * KVM uses this interrupt to force a cpu out of guest mode smp_trace_reschedule_interrupt()
/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dmfld.c41 pr_err("force tsc ratio to 16 ...\n"); mfld_calibrate_tsc()
H A Dmrfl.c35 pr_err("Read a zero ratio, force tsc ratio to 4 ...\n"); tangier_calibrate_tsc()
/linux-4.1.27/arch/microblaze/mm/
H A Dhighmem.c78 * force other mappings to Oops if they'll try to access __kunmap_atomic()
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h25 /* if has_phy, use autonegociated pause parameters or force
/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_vgacon.c41 rcar_du_vga_connector_detect(struct drm_connector *connector, bool force) rcar_du_vga_connector_detect() argument
H A Drcar_du_hdmicon.c65 rcar_du_hdmi_connector_detect(struct drm_connector *connector, bool force) rcar_du_hdmi_connector_detect() argument
H A Drcar_du_lvdscon.c72 rcar_du_lvds_connector_detect(struct drm_connector *connector, bool force) rcar_du_lvds_connector_detect() argument
/linux-4.1.27/arch/mn10300/unit-asb2303/
H A Dflash.c32 .mask_flags = MTD_CAP_ROM /* force read-only */
/linux-4.1.27/arch/powerpc/include/asm/
H A Deeh_event.h36 void eeh_remove_event(struct eeh_pe *pe, bool force);
H A Dirqflags.h18 * which is the stack frame here, we need to force a stack frame
/linux-4.1.27/arch/powerpc/kernel/
H A Deeh_event.c155 * @force: Event will be removed unconditionally
162 void eeh_remove_event(struct eeh_pe *pe, bool force) eeh_remove_event() argument
172 * With "force", the event with associated PE that eeh_remove_event()
178 if (!force && event->pe && eeh_remove_event()
/linux-4.1.27/arch/powerpc/mm/
H A Dhighmem.c75 * force other mappings to Oops if they'll try to access __kunmap_atomic()
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dfpu.h60 long double __dummy; /* force 16-byte alignment */
/linux-4.1.27/arch/arm/mach-prima2/
H A Dsleep.S32 @ sleep force bit.
/linux-4.1.27/arch/alpha/kernel/
H A Des1888.c48 inb(0x022c); /* force the write */ es1888_init()
H A Dirq_pyxis.c55 /* Re-read to force both writes. */ pyxis_mask_and_ack_irq()
/linux-4.1.27/scripts/
H A Dcheckkconfigsymbols.py61 parser.add_option('', '--force', dest='force', action='store_true',
75 if not opts.force and tree_is_dirty():
80 "'--force' if you\nwant to ignore this warning and "
H A Ddecodecode55 OBJDUMPFLAGS="-M force-thumb"
H A Dtags.sh21 # to force full paths for a non-O= build
217 --langdef=kconfig --language-force=kconfig \
221 --langdef=kconfig --language-force=kconfig \
225 --langdef=dotconfig --language-force=dotconfig \
/linux-4.1.27/scripts/dtc/
H A Ddtc.c64 {"force", no_argument, NULL, 'f'},
112 int force = 0, sort = 0; main() local
151 force = 1; main()
232 process_checks(force, bi); main()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcpu_event_vs_ebb_test.c18 * Tests a cpu event vs an EBB - in that order. The EBB should force the cpu
H A Debb_vs_cpu_event_test.c18 * Tests an EBB vs a cpu event - in that order. The EBB should force the cpu
H A Dpmae_handling_test.c46 /* Try and get ourselves scheduled, to force a PMU context switch */ syscall_ebb_callee()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-viapro.c88 /* If force is set to anything different from 0, we forcibly enable the
90 static bool force; variable
91 module_param(force, bool, 0);
92 MODULE_PARM_DESC(force, "Forcibly enable the SMBus. DANGEROUS!");
328 force = 0; vt596_probe()
376 if (force) { vt596_probe()
388 "use force=1\n"); vt596_probe()
H A Di2c-sis630.c101 static bool force; variable
105 module_param(force, bool, 0);
106 MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!");
429 } else if (force) { sis630_setup()
432 "loading because of force option enabled\n"); sis630_setup()
H A Di2c-piix4.c80 /* If force is set to anything different from 0, we forcibly enable the
82 static int force; variable
83 module_param (force, int, 0);
84 MODULE_PARM_DESC(force, "Forcibly enable the PIIX4. DANGEROUS!");
159 force = 0; piix4_setup()
191 if (force) { piix4_setup()
237 if (force || force_addr) { piix4_setup_sb800()
/linux-4.1.27/mm/
H A Dgup.c334 * We used to let the write,force case do COW in a check_vma_flags()
431 * If FOLL_FORCE is set then do not force a full fault as the hinting __get_user_pages()
582 int write, int force, __get_user_pages_locked()
602 if (force) __get_user_pages_locked()
697 int write, int force, struct page **pages, get_user_pages_locked()
700 return __get_user_pages_locked(tsk, mm, start, nr_pages, write, force, get_user_pages_locked()
712 * according to the parameters "pages", "write", "force"
717 int write, int force, struct page **pages, __get_user_pages_unlocked()
723 ret = __get_user_pages_locked(tsk, mm, start, nr_pages, write, force, __get_user_pages_unlocked()
745 * or if "force" shall be set to 1 (get_user_pages_fast misses the
746 * "force" parameter).
750 int write, int force, struct page **pages) get_user_pages_unlocked()
753 force, pages, FOLL_TOUCH); get_user_pages_unlocked()
765 * @force: whether to force access even when user mapping is currently
814 int force, struct page **pages, struct vm_area_struct **vmas) get_user_pages()
816 return __get_user_pages_locked(tsk, mm, start, nr_pages, write, force, get_user_pages()
578 __get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas, int *locked, bool notify_drop, unsigned int flags) __get_user_pages_locked() argument
695 get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, int *locked) get_user_pages_locked() argument
715 __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, unsigned int gup_flags) __get_user_pages_unlocked() argument
748 get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages) get_user_pages_unlocked() argument
812 get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas) get_user_pages() argument
/linux-4.1.27/drivers/irqchip/
H A Dexynos-combiner.c94 const struct cpumask *mask_val, bool force) combiner_set_affinity()
101 return chip->irq_set_affinity(data, mask_val, force); combiner_set_affinity()
93 combiner_set_affinity(struct irq_data *d, const struct cpumask *mask_val, bool force) combiner_set_affinity() argument
/linux-4.1.27/drivers/iio/light/
H A Dcm3323.c31 #define CM3323_CONF_AF_BIT BIT(1) /* auto/manual force mode */
93 /* enable sensor and set auto force mode */ cm3323_init()
/linux-4.1.27/drivers/net/wireless/
H A Dmac80211_hwsim.h119 * command to force use of channel contexts even when only a
122 * command to force radio removal when process that created the radio dies
/linux-4.1.27/drivers/regulator/
H A Dwm8400-regulator.c57 /* Datasheet: active with or without force PWM */ wm8400_dcdc_get_mode()
72 /* Datasheet: active with force PWM */ wm8400_dcdc_set_mode()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.c40 int force) ieee80211_crypt_deinit_entries()
49 if (atomic_read(&entry->refcnt) != 0 && !force) ieee80211_crypt_deinit_entries()
39 ieee80211_crypt_deinit_entries(struct ieee80211_device *ieee, int force) ieee80211_crypt_deinit_entries() argument
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_tpg.c267 int force) iscsit_tpg_del_portal_group()
275 if (iscsit_release_sessions_for_tpg(tpg, force) < 0) { iscsit_tpg_del_portal_group()
277 " %hu while active sessions exist, and force=0\n", iscsit_tpg_del_portal_group()
360 int iscsit_tpg_disable_portal_group(struct iscsi_portal_group *tpg, int force) iscsit_tpg_disable_portal_group() argument
377 if (iscsit_release_sessions_for_tpg(tpg, force) < 0) { iscsit_tpg_disable_portal_group()
382 " %hu while active sessions exist, and force=0\n", iscsit_tpg_disable_portal_group()
596 int force) iscsit_tpg_set_initiator_node_queue_depth()
599 initiatorname, queue_depth, force); iscsit_tpg_set_initiator_node_queue_depth()
264 iscsit_tpg_del_portal_group( struct iscsi_tiqn *tiqn, struct iscsi_portal_group *tpg, int force) iscsit_tpg_del_portal_group() argument
592 iscsit_tpg_set_initiator_node_queue_depth( struct iscsi_portal_group *tpg, unsigned char *initiatorname, u32 queue_depth, int force) iscsit_tpg_set_initiator_node_queue_depth() argument
/linux-4.1.27/arch/mips/cavium-octeon/
H A Doct_ilm.c127 /* Read it back to force wait until register is written. */ start_timer()
163 /* Read it back to force immediate write of timer register*/ disable_timer()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.h35 "true to force read-only"); \
67 * will force eject all LUNs it operates on (including those
/linux-4.1.27/drivers/uwb/
H A Dradio.c140 * uwb_radio_force_channel - force a specific channel to be used
142 * @channel: the channel to use; -1 to force the radio to stop; 0 to
/linux-4.1.27/arch/mn10300/mm/
H A Dtlb-mn10300.S80 mov _PAGE_VALID,d2 # force address error handler to be
143 mov _PAGE_VALID,d2 # force address error handler to be
/linux-4.1.27/arch/ia64/hp/common/
H A Daml_nfw.c34 module_param_named(force, force_register, bool, 0);
35 MODULE_PARM_DESC(force, "Install opregion handler even without HPQ5001 device");
/linux-4.1.27/arch/arm/mach-ep93xx/
H A Dts72xx.c115 .mask_flags = MTD_WRITEABLE, /* force read-only */
125 .mask_flags = MTD_WRITEABLE, /* force read-only */
/linux-4.1.27/arch/arm/mach-imx/
H A Davic.c45 #define AVIC_INTFRCH 0x50 /* int force reg high */
46 #define AVIC_INTFRCL 0x54 /* int force reg low */
H A Dsrc.c134 * force warm reset sources to generate cold reset imx_src_init()
/linux-4.1.27/fs/dlm/
H A Dlockspace.c745 static int lockspace_busy(struct dlm_ls *ls, int force) lockspace_busy() argument
750 if (force == 0) { lockspace_busy()
752 } else if (force == 1) { lockspace_busy()
761 static int release_lockspace(struct dlm_ls *ls, int force) release_lockspace() argument
767 busy = lockspace_busy(ls, force); release_lockspace()
792 if (force < 3 && dlm_user_daemon_available()) release_lockspace()
873 int dlm_release_lockspace(void *lockspace, int force) dlm_release_lockspace() argument
884 error = release_lockspace(ls, force); dlm_release_lockspace()
/linux-4.1.27/net/sched/
H A Dcls_cgroup.c146 static bool cls_cgroup_destroy(struct tcf_proto *tp, bool force) cls_cgroup_destroy() argument
150 if (!force) cls_cgroup_destroy()
/linux-4.1.27/security/selinux/ss/
H A Dsidtab.c85 static struct context *sidtab_search_core(struct sidtab *s, u32 sid, int force) sidtab_search_core() argument
98 if (force && cur && sid == cur->sid && cur->context.len) sidtab_search_core()
/linux-4.1.27/drivers/iommu/
H A Dirq_remapping.h62 bool force);
H A Dirq_remapping.c32 bool force);
270 const struct cpumask *mask, bool force) set_remapped_irq_affinity()
275 return remap_ops->set_affinity(data, mask, force); set_remapped_irq_affinity()
269 set_remapped_irq_affinity(struct irq_data *data, const struct cpumask *mask, bool force) set_remapped_irq_affinity() argument
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-audio.c73 /* force a toggle of some AI1 MUX control bits */ cx18_audio_set_io()
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_boot.c192 * @force: force a MIC to reset even if it is already offline.
196 void mic_stop(struct mic_device *mdev, bool force) mic_stop() argument
199 if (MIC_OFFLINE != mdev->state || force) { mic_stop()
/linux-4.1.27/drivers/edac/
H A Dedac_stub.c44 else if (!strncmp(str, "force", 5)) edac_report_setup()
/linux-4.1.27/arch/x86/lib/
H A Dcopy_user_nocache_64.S48 * This will force destination/source out of cache for more performance.
/linux-4.1.27/arch/x86/realmode/rm/
H A Dtrampoline_32.S49 * operand size is 16bit. Use lgdtl instead to force operand size
/linux-4.1.27/arch/x86/xen/
H A Dpci-swiotlb-xen.c48 /* If running as PV guest, either iommu=soft, or swiotlb=force will pci_xen_swiotlb_detect()
/linux-4.1.27/block/
H A Dnoop-iosched.c21 static int noop_dispatch(struct request_queue *q, int force) noop_dispatch() argument
H A Dbounce.c200 mempool_t *pool, int force) __blk_queue_bounce()
208 if (force) __blk_queue_bounce()
221 if (page_to_pfn(page) <= queue_bounce_pfn(q) && !force) bio_for_each_segment_all()
199 __blk_queue_bounce(struct request_queue *q, struct bio **bio_orig, mempool_t *pool, int force) __blk_queue_bounce() argument
/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c454 static int force; variable
455 module_param(force, int, 0);
456 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
460 if (!force && is_blacklisted_cpu()) { init()
H A Ddes3_ede_glue.c481 static int force; variable
482 module_param(force, int, 0);
483 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
487 if (!force && is_blacklisted_cpu()) { des3_ede_x86_init()
H A Dtwofish_glue_3way.c471 static int force; variable
472 module_param(force, int, 0);
473 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
477 if (!force && is_blacklisted_cpu()) { init()
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/mfd/
H A Dqcom-rpm.h152 * Constants used to select force mode for regulators.
/linux-4.1.27/arch/mips/include/asm/dec/
H A Dkn02ca.h59 #define KN02CA_MSR_PFORCE (0xf<<21) /* byte lane error force */
/linux-4.1.27/fs/reiserfs/
H A Dlock.c83 * Utility function to force a BUG if it is called without the superblock
/linux-4.1.27/include/scsi/
H A Dscsi_devinfo.h7 #define BLIST_FORCELUN 0x002 /* Known to have LUNs, force scanning,
/linux-4.1.27/arch/powerpc/platforms/83xx/
H A Dmpc834x_mds.c63 * force to use the PHY on Processor Board mpc834xemds_usb_cfg()
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
H A Dsdram.S98 mov.l @r0, r1 /* force single dummy read */
/linux-4.1.27/arch/mips/pmcs-msp71xx/
H A Dmsp_irq_per.c89 const struct cpumask *affinity, bool force) msp_per_irq_set_affinity()
88 msp_per_irq_set_affinity(struct irq_data *d, const struct cpumask *affinity, bool force) msp_per_irq_set_affinity() argument
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/mfd/
H A Dqcom-rpm.h152 * Constants used to select force mode for regulators.
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/mfd/
H A Dqcom-rpm.h152 * Constants used to select force mode for regulators.
/linux-4.1.27/arch/blackfin/include/asm/
H A Dbarrier.h44 * For example, the following code would force ordering (the initial
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/mfd/
H A Dqcom-rpm.h152 * Constants used to select force mode for regulators.
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
H A Dh3xxx.h70 #define H3XXX_EGPIO_RS232_ON (H3XXX_EGPIO_BASE + 7) /* UART3 transceiver force on. Active high. */
/linux-4.1.27/arch/arc/mm/
H A Dioremap.c58 /* force uncached */ ioremap_prot()
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/mfd/
H A Dqcom-rpm.h152 * Constants used to select force mode for regulators.
/linux-4.1.27/tools/testing/selftests/powerpc/
H A Dharness.c59 printf("!! force killing %s\n", name); run_test()
/linux-4.1.27/include/dt-bindings/mfd/
H A Dqcom-rpm.h152 * Constants used to select force mode for regulators.
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhif.h81 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force);
161 u8 pipe_id, int force) ath10k_hif_send_complete_check()
163 ar->hif.ops->send_complete_check(ar, pipe_id, force); ath10k_hif_send_complete_check()
160 ath10k_hif_send_complete_check(struct ath10k *ar, u8 pipe_id, int force) ath10k_hif_send_complete_check() argument
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c135 bool force) cdv_intel_crt_detect_hotplug()
182 struct drm_connector *connector, bool force) cdv_intel_crt_detect()
184 if (cdv_intel_crt_detect_hotplug(connector, force)) cdv_intel_crt_detect()
134 cdv_intel_crt_detect_hotplug(struct drm_connector *connector, bool force) cdv_intel_crt_detect_hotplug() argument
181 cdv_intel_crt_detect( struct drm_connector *connector, bool force) cdv_intel_crt_detect() argument
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_connector.c109 struct drm_connector *connector, bool force) omap_connector_detect()
130 VERB("%s: %d (force=%d)", omap_connector->dssdev->name, ret, force); omap_connector_detect()
108 omap_connector_detect( struct drm_connector *connector, bool force) omap_connector_detect() argument
/linux-4.1.27/drivers/acpi/
H A Dprocessor_throttling.c62 bool force; member in struct:acpi_processor_throttling_arg
70 int state, bool force);
966 int state, bool force) acpi_processor_set_throttling_fadt()
981 if (!force && (state == pr->throttling.state)) acpi_processor_set_throttling_fadt()
1039 int state, bool force) acpi_processor_set_throttling_ptc()
1053 if (!force && (state == pr->throttling.state)) acpi_processor_set_throttling_ptc()
1075 arg->target_state, arg->force); acpi_processor_throttling_fn()
1079 int state, bool force) acpi_processor_set_throttling()
1127 arg.force = force; acpi_processor_set_throttling()
1160 arg.force = force; acpi_processor_set_throttling()
965 acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state, bool force) acpi_processor_set_throttling_fadt() argument
1038 acpi_processor_set_throttling_ptc(struct acpi_processor *pr, int state, bool force) acpi_processor_set_throttling_ptc() argument
1078 acpi_processor_set_throttling(struct acpi_processor *pr, int state, bool force) acpi_processor_set_throttling() argument
/linux-4.1.27/arch/arm/mach-omap1/
H A Dboard-h2.c100 .mask_flags = MTD_WRITEABLE, /* force read-only */
157 .mask_flags = MTD_WRITEABLE, /* force read-only */
163 .mask_flags = MTD_WRITEABLE, /* force read-only */
H A Dboard-h3.c106 .mask_flags = MTD_WRITEABLE, /* force read-only */
160 .mask_flags = MTD_WRITEABLE, /* force read-only */
166 .mask_flags = MTD_WRITEABLE, /* force read-only */
/linux-4.1.27/kernel/irq/
H A Dmsi.c45 * @force: Flag to enforce setting (disable online checks)
51 const struct cpumask *mask, bool force) msi_domain_set_affinity()
57 ret = parent->chip->irq_set_affinity(parent, mask, force); msi_domain_set_affinity()
50 msi_domain_set_affinity(struct irq_data *irq_data, const struct cpumask *mask, bool force) msi_domain_set_affinity() argument
/linux-4.1.27/fs/afs/
H A Dsuper.c227 params->force = false; afs_parse_device_name()
230 params->force = true; afs_parse_device_name()
251 params->force = true; afs_parse_device_name()
254 params->force = true; afs_parse_device_name()
282 suffix ?: "-", params->type, params->force ? " FORCE" : ""); afs_parse_device_name()
/linux-4.1.27/kernel/locking/
H A Dlocktorture.c127 /* We want a long delay occasionally to force massive contention. */ torture_lock_busted_write_delay()
166 * we want a long delay occasionally to force massive contention. torture_spin_lock_write_delay()
235 * we want a long delay occasionally to force massive contention. torture_rwlock_write_delay()
261 * we want a long delay occasionally to force massive contention. torture_rwlock_read_delay()
337 /* We want a long delay occasionally to force massive contention. */ torture_mutex_delay()
375 /* We want a long delay occasionally to force massive contention. */ torture_rwsem_write_delay()
402 /* We want a long delay occasionally to force massive contention. */ torture_rwsem_read_delay()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c237 nouveau_connector_detect(struct drm_connector *connector, bool force) nouveau_connector_detect() argument
310 if (nv_encoder && force) { nouveau_connector_detect()
333 nouveau_connector_detect_lvds(struct drm_connector *connector, bool force) nouveau_connector_detect_lvds() argument
354 status = nouveau_connector_detect(connector, force); nouveau_connector_detect_lvds()
421 if (connector->force == DRM_FORCE_ON_DIGITAL) nouveau_connector_force()
430 NV_ERROR(drm, "can't find encoder to force %s on!\n", nouveau_connector_force()
466 * Non-EDID modes will force the use of GPU scaling nouveau_connector_set_property()
907 .force = nouveau_connector_force
919 .force = nouveau_connector_force
953 .force = nouveau_connector_force
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dcs89x0.c146 int force; /* force various values; see FORCE* above. */ member in struct:net_local
584 switch (lp->force & 0xf0) { detect_tp()
593 lp->force &= ~FORCE_AUTO; detect_tp()
594 lp->force |= FORCE_HALF; detect_tp()
605 switch (lp->force & 0xf0) { detect_tp()
1331 lp->force = g_cs89x0_media__force; cs89x0_probe1()
1474 /* allow them to force multiple transceivers. If they force multiple, autosense */ cs89x0_probe1()
1477 if (lp->force & FORCE_RJ45) { cs89x0_probe1()
1481 if (lp->force & FORCE_AUI) { cs89x0_probe1()
1485 if (lp->force & FORCE_BNC) { cs89x0_probe1()
1491 else if (lp->force & FORCE_RJ45) cs89x0_probe1()
1493 else if (lp->force & FORCE_AUI) cs89x0_probe1()
1495 else if (lp->force & FORCE_BNC) cs89x0_probe1()
1499 cs89_dbg(1, debug, "%s: after force 0x%x, adapter_cnf=0x%x\n", cs89x0_probe1()
1500 dev->name, lp->force, lp->adapter_cnf); cs89x0_probe1()
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c212 static u64 ehea_destroy_cq_res(struct ehea_cq *cq, u64 force) ehea_destroy_cq_res() argument
218 hret = ehea_h_free_resource(adapter_handle, cq->fw_handle, force); ehea_destroy_cq_res()
335 static u64 ehea_destroy_eq_res(struct ehea_eq *eq, u64 force) ehea_destroy_eq_res() argument
342 hret = ehea_h_free_resource(eq->adapter->handle, eq->fw_handle, force); ehea_destroy_eq_res()
510 static u64 ehea_destroy_qp_res(struct ehea_qp *qp, u64 force) ehea_destroy_qp_res() argument
517 hret = ehea_h_free_resource(qp->adapter->handle, qp->fw_handle, force); ehea_destroy_qp_res()
/linux-4.1.27/drivers/target/
H A Dtarget_core_tpg.c452 int force) core_tpg_del_initiator_node_acl()
517 int force) core_tpg_set_initiator_node_queue_depth()
545 if (!force) { core_tpg_set_initiator_node_queue_depth()
549 " depth and force session reinstatement" core_tpg_set_initiator_node_queue_depth()
550 " use the \"force=1\" parameter.\n", core_tpg_set_initiator_node_queue_depth()
575 * Finally call tpg->se_tpg_tfo->close_session() to force session core_tpg_set_initiator_node_queue_depth()
449 core_tpg_del_initiator_node_acl( struct se_portal_group *tpg, struct se_node_acl *acl, int force) core_tpg_del_initiator_node_acl() argument
513 core_tpg_set_initiator_node_queue_depth( struct se_portal_group *tpg, unsigned char *initiatorname, u32 queue_depth, int force) core_tpg_set_initiator_node_queue_depth() argument
/linux-4.1.27/fs/
H A Dfcntl.c84 int force) f_modown()
87 if (force || !filp->f_owner.pid) { f_modown()
102 int force) __f_setown()
105 f_modown(filp, pid, type, force); __f_setown()
109 void f_setown(struct file *filp, unsigned long arg, int force) f_setown() argument
121 __f_setown(filp, pid, type, force); f_setown()
83 f_modown(struct file *filp, struct pid *pid, enum pid_type type, int force) f_modown() argument
101 __f_setown(struct file *filp, struct pid *pid, enum pid_type type, int force) __f_setown() argument
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dconsole.h94 int bat_arg; /* parameter for run|stop, timeout for run, force for stop */
146 /** force creating */
216 extern int lstcon_batch_stop(char *name, int force,

Completed in 5921 milliseconds

12345678910