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

1234567891011>>

/linux-master/arch/arm/mach-omap2/
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/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/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/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/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.h132 bool force, bool allow);
/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/arch/arm/kernel/
H A Dsleep.S100 moveq r0, #1 @ force non-zero value
/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/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c168 bool force, char *ratr_pl)
174 op = force ? MLXSW_REG_RATR_OP_WRITE_WRITE_ENTRY :
383 bool force, char *ratr_pl)
388 op = force ? MLXSW_REG_RATR_OP_WRITE_WRITE_ENTRY :
166 mlxsw_sp_ipip_nexthop_update_gre4(struct mlxsw_sp *mlxsw_sp, u32 adj_index, struct mlxsw_sp_ipip_entry *ipip_entry, bool force, char *ratr_pl) argument
381 mlxsw_sp_ipip_nexthop_update_gre6(struct mlxsw_sp *mlxsw_sp, u32 adj_index, struct mlxsw_sp_ipip_entry *ipip_entry, bool force, char *ratr_pl) argument
/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
H A Dics-opal.c96 bool force)
94 ics_opal_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;
/linux-master/drivers/md/
H A Dmd-bitmap.h262 void md_bitmap_cond_end_sync(struct bitmap *bitmap, sector_t sector, bool force);

Completed in 594 milliseconds

1234567891011>>