Searched refs:force (Results 276 - 300 of 614) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c131 * whenever we must force the modeset.
228 bool force)
226 virtio_gpu_conn_detect( struct drm_connector *connector, bool force) argument
/linux-master/drivers/media/radio/si4713/
H A Dsi4713.c1113 bool force = false; local
1133 force = true;
1142 if (!force && !ctrl->is_new)
1155 /* don't handle this control if we force setting all
1158 if (force)
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S207 ; So force AUX_IRQ_ACT.U for such a case
/linux-master/arch/mips/lantiq/
H A Dirq.c244 const struct cpumask *cpumask, bool force)
243 ltq_icu_irq_set_affinity(struct irq_data *d, const struct cpumask *cpumask, bool force) argument
/linux-master/drivers/input/misc/
H A Dwistron_btns.c38 static bool force; /* = 0; */ variable
39 module_param(force, bool, 0);
40 MODULE_PARM_DESC(force, "Load even if computer is not in database");
633 * with force=1) and the output of dmidecode to $MODULE_AUTHOR.
1021 if (!force) {
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1129 static void intel_ir_reconfigure_irte(struct irq_data *irqd, bool force) argument
1143 if (force || ir_data->irq_2_iommu.mode == IRQ_REMAPPING)
1163 bool force)
1169 ret = parent->chip->irq_set_affinity(parent, mask, force);
1162 intel_ir_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc_internal.h189 const char *drm_get_connector_force_name(enum drm_connector_force force);
/linux-master/fs/ceph/
H A Dsuper.h1092 int mask, bool force);
1093 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) argument
1095 return __ceph_do_getattr(inode, NULL, mask, force);
1274 int mds, int drop, int unless, int force);
/linux-master/drivers/irqchip/
H A Dirq-bcm6345-l1.c188 bool force)
186 bcm6345_l1_set_affinity(struct irq_data *d, const struct cpumask *dest, bool force) argument
/linux-master/drivers/net/ieee802154/
H A Dat86rf230.c53 * if it's above then force change will be started.
425 * in STATE_BUSY_RX_AACK, we run a force state change
432 * will do a force change.
476 bool force = false; local
479 /* The force state changes are will show as normal states in the
481 * corresponding one and remember if it was a force change, this
487 force = true;
491 force = true;
526 * didn't make a force change from BUSY_RX_AACK
529 if (!force) {
[all...]
/linux-master/drivers/hwmon/
H A Dnct6683.c39 static bool force; variable
40 module_param(force, bool, 0);
41 MODULE_PARM_DESC(force, "Set to one to enable support for unknown vendors");
1237 if (!force)
/linux-master/arch/sparc/kernel/
H A Dleon_smp.c307 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->force[cpu], mask);
H A Dirq_64.c397 const struct cpumask *mask, bool force)
474 const struct cpumask *mask, bool force)
539 const struct cpumask *mask, bool force)
396 sun4u_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
473 sun4v_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
538 sun4v_virt_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
/linux-master/drivers/bus/mhi/host/
H A Dpm.c921 static int __mhi_pm_resume(struct mhi_controller *mhi_cntrl, bool force) argument
941 if (!force)
1028 static void mhi_assert_dev_wake(struct mhi_controller *mhi_cntrl, bool force) argument
1033 * If force flag is set, then increment the wake count value and
1036 if (unlikely(force)) {
1192 /* If it's not a graceful shutdown, force MHI to linkdown state */
1256 dev_dbg(dev, "Triggering SYS_ERR to force RDDM state\n");
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h429 vmw_du_connector_detect(struct drm_connector *connector, bool force);
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h283 struct flow_offload *flow, bool force);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c540 mlx5e_htb_leaf_del_last(struct mlx5e_htb *htb, u16 classid, bool force, argument
550 force ? "_FORCE" : "", classid);
564 if (!force)
593 /* Early return on error in force mode. Parent will still be an inner
/linux-master/sound/pci/ca0106/
H A Dca0106_mixer.c97 unsigned int val, int force)
105 if (force || ngain != ogain)
109 if (force || ngain != ogain)
96 ca0106_set_i2c_capture_source(struct snd_ca0106 *emu, unsigned int val, int force) argument
/linux-master/drivers/media/tuners/
H A Dxc5000.c239 static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe, int force);
934 /* PLL is unlocked, force reload of the firmware */
1099 static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe, int force) argument
1110 if (!force && xc5000_is_firmware_loaded(fe) == 0)
1192 /* PLL is unlocked, force reload of the firmware */
/linux-master/arch/mips/pci/
H A Dpci-xtalk-bridge.c304 bool force)
312 ret = irq_chip_set_affinity_parent(d, mask, force);
323 return irq_chip_set_affinity_parent(d, mask, force);
303 bridge_set_affinity(struct irq_data *d, const struct cpumask *mask, bool force) argument
/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c683 bool *force)
694 *force = true;
701 *force = true;
682 efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, bool *force) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c685 unsigned int filter_idx, bool *force)
696 *force = true;
703 *force = true;
684 efx_siena_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, bool *force) argument
/linux-master/include/linux/
H A Dirq.h466 * @irq_set_affinity: Set the CPU affinity on SMP machines. If the force
514 int (*irq_set_affinity)(struct irq_data *data, const struct cpumask *dest, bool force);
612 const struct cpumask *cpumask, bool force);
688 bool force);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_crt.c535 * Doing a force trigger causes a hpd interrupt to get sent, which can
538 * - output_poll_exec does force probe on VGA, triggering a hpd
791 * where there isn't any way to force the border color across
834 bool force)
843 drm_dbg_kms(&dev_priv->drm, "[CONNECTOR:%d:%s] force=%d\n",
845 force);
896 if (!force) {
832 intel_crt_detect(struct drm_connector *connector, struct drm_modeset_acquire_ctx *ctx, bool force) argument
/linux-master/fs/dlm/
H A Duser.c456 int error, force = 0; local
466 force = 2;
478 error = dlm_release_lockspace(lockspace, force);

Completed in 374 milliseconds

<<11121314151617181920>>