Searched refs:force (Results 126 - 150 of 626) sorted by relevance

1234567891011>>

/linux-master/drivers/irqchip/
H A Dirq-riscv-aplic-direct.c51 bool force)
59 if (force)
50 aplic_direct_set_affinity(struct irq_data *d, const struct cpumask *mask_val, bool force) argument
/linux-master/fs/xfs/
H A Dxfs_quota.h101 int64_t dblocks, int64_t rblocks, bool force);
172 bool force)
170 xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
/linux-master/arch/x86/kernel/apic/
H A Dmsi.c35 msi_set_affinity(struct irq_data *irqd, const struct cpumask *mask, bool force) argument
47 ret = parent->chip->irq_set_affinity(parent, mask, force);
/linux-master/fs/afs/
H A Dmntpt.c87 ctx->force = true;
105 ctx->force = true;
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S34 mov r8, r3 @ capture force parameter
103 mov r3, #0x4000 @ get val for force
104 orr r5, r5, r3 @ build value for force
198 mov r7, #0x4000 @ get val for force
199 orr r8, r8, r7 @ build value for force
H A Dsram243x.S34 mov r8, r3 @ capture force parameter
103 mov r3, #0x4000 @ get val for force
104 orr r5, r5, r3 @ build value for force
198 mov r7, #0x4000 @ get val for force
199 orr r8, r8, r7 @ build value for force
/linux-master/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c292 return sysfs_emit(page, "Usage: echo <normal|force> > %s\n",
302 bool force; local
312 force = false;
313 } else if (sysfs_streq(options, "force")) {
314 force = true;
324 force ? "force" : "normal");
334 err = rnbd_clt_unmap_device(dev, force, &attr->attr);
/linux-master/drivers/hwmon/
H A Dabituguru3.c620 static bool force; variable
621 module_param(force, bool, 0);
622 MODULE_PARM_DESC(force, "Set to one to force detection.");
1161 int i, err = (force) ? 1 : -ENODEV;
1219 if (force) {
1220 pr_info("Assuming Abit uGuru3 is present because of \"force\" parameter\n");
1242 * board name match, or force was specified.
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c394 seq_printf(m, "%s\n", drm_get_connector_force_name(connector->force));
422 connector->force = DRM_FORCE_ON;
424 connector->force = DRM_FORCE_ON_DIGITAL;
426 connector->force = DRM_FORCE_OFF;
428 connector->force = DRM_FORCE_UNSPECIFIED;
534 /* force */
535 debugfs_create_file("force", 0644, root, connector,
/linux-master/kernel/
H A Dreboot.c864 static int __orderly_poweroff(bool force) argument
870 if (ret && force) {
896 * @force: force poweroff if command execution fails
899 * If the orderly shutdown fails, it will force an immediate shutdown.
901 void orderly_poweroff(bool force) argument
903 if (force) /* do not override the pending "true" */
920 * If the orderly reboot fails, it will force an immediate reboot.
932 * This function is called in very critical situations to force
1181 static struct kobj_attribute reboot_force_attr = __ATTR_RW(force);
[all...]
/linux-master/drivers/net/ethernet/cirrus/
H A Dcs89x0.c149 int force; /* force various values; see FORCE* above. */ member in struct:net_local
586 switch (lp->force & 0xf0) {
595 lp->force &= ~FORCE_AUTO;
596 lp->force |= FORCE_HALF;
607 switch (lp->force & 0xf0) {
1333 lp->force = g_cs89x0_media__force;
1478 /* allow them to force multiple transceivers. If they force multiple, autosense */
1481 if (lp->force
[all...]
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c106 struct alua_queue_data *qdata, bool force);
107 static void alua_check(struct scsi_device *sdev, bool force);
985 * @force: Whether or not to submit an RTPG if a work item that will submit an
996 struct alua_queue_data *qdata, bool force)
1008 force = true;
1022 } else if (!(pg->flags & ALUA_PG_RUN_RTPG) && force) {
1167 static void alua_check(struct scsi_device *sdev, bool force) argument
1179 alua_rtpg_queue(pg, sdev, NULL, force);
994 alua_rtpg_queue(struct alua_port_group *pg, struct scsi_device *sdev, struct alua_queue_data *qdata, bool force) argument
/linux-master/kernel/irq/
H A Dchip.c192 bool force)
208 if (WARN_ON_ONCE(force))
229 bool force)
254 int irq_startup(struct irq_desc *desc, bool resend, bool force) argument
265 switch (__irq_startup_managed(desc, aff, force)) {
1437 * @force: Flag to enforce setting (disable online checks)
1442 const struct cpumask *dest, bool force)
1446 return data->chip->irq_set_affinity(data, dest, force);
191 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, bool force) argument
228 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, bool force) argument
1441 irq_chip_set_affinity_parent(struct irq_data *data, const struct cpumask *dest, bool force) argument
H A Dmanage.c222 bool force)
272 * unless we are being asked to force the affinity (in which
276 if (!force && !cpumask_empty(&tmp_mask))
277 ret = chip->irq_set_affinity(data, &tmp_mask, force);
278 else if (force)
279 ret = chip->irq_set_affinity(data, mask, force);
318 const struct cpumask *dest, bool force)
320 int ret = irq_do_set_affinity(data, dest, force);
327 if (ret == -EBUSY && !force)
357 bool force)
221 irq_do_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
317 irq_try_set_affinity(struct irq_data *data, const struct cpumask *dest, bool force) argument
356 irq_set_affinity_locked(struct irq_data *data, const struct cpumask *mask, bool force) argument
459 __irq_set_affinity(unsigned int irq, const struct cpumask *mask, bool force) argument
[all...]
/linux-master/kernel/time/
H A Dclockevents.c299 * @force: program minimum delay if expires can not be set
304 bool force)
328 return force ? clockevents_program_min_delta(dev) : -ETIME;
336 return (rc && force) ? clockevents_program_min_delta(dev) : rc;
303 clockevents_program_event(struct clock_event_device *dev, ktime_t expires, bool force) argument
/linux-master/tools/perf/util/
H A Ddata-convert-json.c349 .force = opts->force,
361 fd = open(output_name, O_CREAT | O_WRONLY | (opts->force ? O_TRUNC : O_EXCL), 0666);
364 pr_err("Output file exists. Use --force to overwrite it.\n");
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c851 radeon_lvds_detect(struct drm_connector *connector, bool force) argument
997 radeon_vga_detect(struct drm_connector *connector, bool force) argument
1048 if (!force) {
1139 radeon_tv_detect(struct drm_connector *connector, bool force) argument
1225 radeon_dvi_detect(struct drm_connector *connector, bool force) argument
1245 force = true;
1249 if (!force && radeon_check_hpd_status_unchanged(connector)) {
1261 if (!dret && !force &&
1341 if (!force) {
1455 if (connector->force
1635 radeon_dp_detect(struct drm_connector *connector, bool force) argument
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S139 @ Step 6 set force sleep bit in PMCR
/linux-master/drivers/media/tuners/
H A Dtda18271-common.c256 enum tda18271_pll pll, int force,
265 regs[r_cp] |= ((force & 1) << 5);
271 enum tda18271_pll pll, int force)
273 return __tda18271_charge_pump_source(fe, pll, force, true);
255 __tda18271_charge_pump_source(struct dvb_frontend *fe, enum tda18271_pll pll, int force, bool lock_i2c) argument
270 tda18271_charge_pump_source(struct dvb_frontend *fe, enum tda18271_pll pll, int force) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c241 static void iwl_legacy_tt_handler(struct iwl_priv *priv, s32 temp, bool force) argument
306 if (force) {
346 static void iwl_advance_tt_handler(struct iwl_priv *priv, s32 temp, bool force) argument
395 /* force PI = IWL_POWER_INDEX_5 in the case of TI > 0 */
450 if (force) {
/linux-master/drivers/sh/intc/
H A Dchip.c70 bool force)
68 intc_set_affinity(struct irq_data *data, const struct cpumask *cpumask, bool force) argument
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c112 komeda_wb_connector_detect(struct drm_connector *connector, bool force) argument
/linux-master/drivers/input/
H A Dff-memless.c213 static u16 ml_calculate_direction(u16 direction, u16 force, argument
216 if (!force)
220 return (((u32)(direction >> 1) * force +
222 (force + new_force)) << 1;
258 * here we abuse ff_ramp to hold x and y of constant force
502 * input_ff_create_memless() - create memoryless force-feedback device
503 * @dev: input device supporting force-feedback
/linux-master/arch/powerpc/sysdev/xics/
H A Dics-rtas.c101 bool force)
99 ics_rtas_set_affinity(struct irq_data *d, const struct cpumask *cpumask, bool force) argument
/linux-master/kernel/bpf/
H A Dbpf_lru_list.c276 /* Do a force shrink by ignoring the reference bit */
383 bool force = false; local
389 if ((!bpf_lru_node_is_ref(node) || force) &&
396 if (!force) {
397 force = true;

Completed in 454 milliseconds

1234567891011>>