Home
last modified time | relevance | path

Searched refs:forced (Results 1 – 25 of 120) sorted by relevance

12345

/Linux-v6.6/Documentation/devicetree/bindings/pci/
Dspear13xx-pcie.txt14 - st,pcie-is-gen1 indicates that forced gen1 initialization is needed.
/Linux-v6.6/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt38 All forced by CONFIG_TINY_RCU.
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-class-rfkill64 transmitter is forced off by something outside of
78 The transmitter is forced off by something outside of
/Linux-v6.6/drivers/mtd/nand/raw/
Dnand_micron.c60 bool forced; member
172 if (micron->ecc.forced) in micron_nand_on_die_ecc_setup()
519 micron->ecc.forced = true; in micron_nand_init()
/Linux-v6.6/Documentation/mm/damon/
Dfaq.rst26 regions size is forced to be ``>=page size``, the region split will make no
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/ti/
Dtlan.rst86 if a card which only supports 10Mbs is forced into 100Mbs
123 Now eth0 will use auto-neg and eth1 will be forced to 100Mbit/HD.
/Linux-v6.6/kernel/livepatch/
Dtransition.c745 klp_transition_patch->forced = true; in klp_force_transition()
749 patch->forced = true; in klp_force_transition()
/Linux-v6.6/Documentation/driver-api/mmc/
Dmmc-dev-parts.rst21 To enable write access to /dev/mmcblkXbootY, disable the forced read-only
/Linux-v6.6/arch/m68k/fpsp040/
Dres_func.S474 | If bit 2 is set, round is forced to double. If it is clear,
475 | and bit 6 is set, round is forced to single. If both are clear,
486 | The move or operation is not with forced precision. Use the
766 btstl #6,%d0 |test for forced precision
770 movel #0x1,%d0 |inst is forced single
773 movel #0x2,%d0 |inst is forced double
776 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec
1234 btstl #6,%d0 |test for forced precision
1238 movel #0x1,%d0 |inst is forced single
1241 movel #0x2,%d0 |inst is forced double
[all …]
/Linux-v6.6/include/linux/
Dlivepatch.h170 bool forced; member
/Linux-v6.6/arch/sparc/kernel/
Dsyscalls.S231 5: call %l7 ! CTI Group brk forced
255 2: call %l7 ! CTI Group brk forced
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dcore-scheduling.rst115 then the sibling is considered to be in a `forced idle` state. I.e., it may
125 siblings could be forced to select a lower priority task if the highest
127 task. If a sibling does not have a trusted task to run, it will be forced idle
157 and are considered system-wide trusted. The forced-idling of siblings running
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-ehci_hcd32 Reading the file gives the list of ports currently forced
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-g-client-cap.rst73 will be forced to 0 by the kernel.
/Linux-v6.6/drivers/scsi/aacraid/
Dcommsup.c1480 static int _aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in _aac_reset_adapter() argument
1512 bled = forced ? 0 : aac_adapter_check_health(aac); in _aac_reset_adapter()
1632 int aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in aac_reset_adapter() argument
1657 if (forced < 2) in aac_reset_adapter()
1660 bled = forced ? forced : in aac_reset_adapter()
1668 if ((forced < 2) && (retval == -ENODEV)) { in aac_reset_adapter()
/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Dpalmas-pmic.txt49 2 - eco, 3 - forced pwm
/Linux-v6.6/Documentation/hwmon/
Dthmc50.rst66 A typical symptom of wrong setting is a fan forced to full speed.
/Linux-v6.6/kernel/irq/
DKconfig111 # Support forced irq threading
/Linux-v6.6/kernel/module/
Dmain.c666 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument
670 *forced = try_force_unload(flags); in try_stop_module()
671 if (!(*forced)) in try_stop_module()
704 int ret, forced = 0; in SYSCALL_DEFINE2() local
740 forced = try_force_unload(flags); in SYSCALL_DEFINE2()
741 if (!forced) { in SYSCALL_DEFINE2()
748 ret = try_stop_module(mod, flags, &forced); in SYSCALL_DEFINE2()
/Linux-v6.6/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt100 - mac<->mac forced mode: 2
104 - 10Gb mac<->mac forced mode : 11
/Linux-v6.6/drivers/opp/
Dcore.c1164 struct dev_pm_opp *opp, void *clk_data, bool forced) in _set_opp() argument
1179 if (!forced && old_opp == opp && opp_table->enabled) { in _set_opp()
1277 bool forced = false; in dev_pm_opp_set_rate() local
1325 forced = opp_table->rate_clk_single != target_freq; in dev_pm_opp_set_rate()
1328 ret = _set_opp(dev, opp_table, opp, &target_freq, forced); in dev_pm_opp_set_rate()
/Linux-v6.6/drivers/firmware/
Dqcom_scm.c165 bool forced = false; in __get_convention() local
187 forced = true; in __get_convention()
203 forced ? " (forced)" : ""); in __get_convention()
/Linux-v6.6/Documentation/livepatch/
Dcumulative-patches.rst74 only when the transition was not forced.
/Linux-v6.6/Documentation/block/
Dwriteback_cache_control.rst17 a forced cache flush, and the Force Unit Access (FUA) flag for requests.
/Linux-v6.6/include/linux/qed/
Dqed_eth_if.h164 void (*force_mac) (void *dev, u8 *mac, bool forced);

12345