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

1234567891011>>

/linux-master/drivers/net/ethernet/sfc/
H A Def100_sriov.h14 int efx_ef100_pci_sriov_disable(struct efx_nic *efx, bool force);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dpower.h22 bool force);
23 int iwl_power_update_mode(struct iwl_priv *priv, bool force);
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.h15 void mt76x2_mac_stop(struct mt76x02_dev *dev, bool force);
H A Dmac.c9 void mt76x2_mac_stop(struct mt76x02_dev *dev, bool force) argument
36 if (force && !stopped) {
/linux-master/tools/perf/util/
H A Ddata-convert.h8 bool force; member in struct:perf_data_convert_opts
/linux-master/include/linux/
H A Dcpu_smt.h16 extern void cpu_smt_disable(bool force);
25 static inline void cpu_smt_disable(bool force) { } argument
H A Dhiddev.h41 int hiddev_connect(struct hid_device *hid, unsigned int force);
48 unsigned int force)
47 hiddev_connect(struct hid_device *hid, unsigned int force) argument
/linux-master/include/trace/events/
H A Dswiotlb.h19 __field(bool, force)
27 __entry->force = is_swiotlb_force_bounce(dev);
35 __entry->force ? "FORCE" : "NORMAL")
/linux-master/tools/net/ynl/
H A Dynl-regen.sh6 force=
11 -f ) force=yes; shift ;;
27 if [ $f -nt ${params[0]} -a -z "$force" ]; then
/linux-master/arch/powerpc/sysdev/
H A Dipic.c37 .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
[all...]
H A Dipic.h50 u8 force; /* force register offset from base */ member in struct:ipic_info
/linux-master/arch/powerpc/include/asm/
H A Deeh_event.h25 void eeh_remove_event(struct eeh_pe *pe, bool force);
/linux-master/drivers/gpu/drm/gma500/
H A Dpower.h51 bool gma_power_begin(struct drm_device *dev, bool force);
/linux-master/tools/perf/
H A Dbuiltin-buildid-list.c82 static int perf_session__list_build_ids(bool force, bool with_hits) argument
88 .force = force,
134 bool force = false; local
138 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
160 return perf_session__list_build_ids(force, with_hits);
H A Dbuiltin-evlist.c36 .force = details->force,
76 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"),
/linux-master/arch/x86/platform/iris/
H A Diris.c31 static bool force; variable
33 module_param(force, bool, 0);
34 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation.");
94 if (force != 1) {
95 printk(KERN_ERR "The force parameter has not been set to 1."
/linux-master/tools/perf/ui/
H A Dui.h28 void ui__refresh_dimensions(bool force);
/linux-master/drivers/cpuidle/
H A Dcpuidle-haltpoll.c21 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;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.h14 bool force; member in struct:hwsq_reg
26 .force = 0,
39 .force = 0,
52 .force = 0,
113 reg->force = true;
120 if (temp != ((temp & ~mask) | data) || reg->force)
/linux-master/arch/x86/platform/geode/
H A Dalix.c39 static bool force = 0; variable
40 module_param(force, bool, 0444);
42 MODULE_PARM_DESC(force, "Force detection as ALIX.2/ALIX.3 platform");
129 if (force) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.h30 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force);
/linux-master/arch/x86/crypto/
H A Dtwofish_glue_3way.c139 static int force; variable
140 module_param(force, int, 0);
141 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
145 if (!force && is_blacklisted_cpu()) {
/linux-master/drivers/platform/x86/
H A Dnvidia-wmi-ec-backlight.c15 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)
H A Dsamsung-q10.c20 static bool force; variable
21 module_param(force, bool, 0);
22 MODULE_PARM_DESC(force,
23 "Disable the DMI check and force the driver to be loaded");
131 if (!force && !dmi_check_system(samsungq10_dmi_table))
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dga102.c38 .cgrp = {{ 0, 0, KEPLER_CHANNEL_GROUP_A }, &ga100_cgrp, .force = true },

Completed in 247 milliseconds

1234567891011>>