/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 872 hasn't been specified. 1871 (Don't attempt to blink the leds) 1886 0, N, n: don't ever reset controller 2578 Default is false (don't support). 3297 Format:[0..2][b][c][t] 3940 won't influence scheduler behaviour 4279 off [X86] don't probe for the PCI bus 5538 that don't. 6896 d = NO_READ_DISC_INFO (don't use 6898 e = NO_READ_CAPACITY_16 (don't use [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | drm-uapi.rst | 283 Signal handlers are not composable, you can't have different handlers 304 Strictly this should only be used when a file doesn't exist e.g. when 332 when the exporting driver of a shared dma-buf or fence doesn't support a 341 The GPU died and couldn't be resurrected through a reset. Modesetting 379 core don't regress existing functionality. This test suite is called IGT and 413 $ /path/for/igt-gpu-tools/scripts/run-tests.sh -p -s -t "kms_flip.*" -v 418 matching the -t option.
|
/openbmc/linux/crypto/ |
H A D | ecc.c | 534 u64 t[ECC_MAX_DIGITS * 2]; in vli_mmod_special() local 539 vli_umult(t, r + ndigits, c, ndigits); in vli_mmod_special() 541 vli_add(r, r, t, ndigits * 2); in vli_mmod_special() 543 vli_set(t, mod, ndigits); in vli_mmod_special() 544 vli_clear(t + ndigits, ndigits); in vli_mmod_special() 545 while (vli_cmp(r, t, ndigits * 2) >= 0) in vli_mmod_special() 546 vli_sub(r, r, t, ndigits * 2); in vli_mmod_special()
|
/openbmc/docs/designs/ |
H A D | uart-mux-support.md | 83 then we can't select the mux port based on the endpoint to which the user has 84 connected (2.3) as we simply don't have the information required 87 then it doesn't make sense to implement support for an in-band command to 91 then it can't provide the console IO of another mux port (4.1) as that's 167 shouldn't apply any policy governing access to the muxed consoles. 284 unified object tree: If the tree isn't unified, this `Mux` interface would have 287 The first approach doesn't have this limitation. However, it does have the
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 209 struct thread_struct *t = &tsk->thread; in flush_ptrace_hw_breakpoint() local 212 if (t->debug.hbp_break[i]) { in flush_ptrace_hw_breakpoint() 213 unregister_hw_breakpoint(t->debug.hbp_break[i]); in flush_ptrace_hw_breakpoint() 214 t->debug.hbp_break[i] = NULL; in flush_ptrace_hw_breakpoint() 219 if (t->debug.hbp_watch[i]) { in flush_ptrace_hw_breakpoint() 220 unregister_hw_breakpoint(t->debug.hbp_watch[i]); in flush_ptrace_hw_breakpoint() 221 t->debug.hbp_watch[i] = NULL; in flush_ptrace_hw_breakpoint()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | dme1737.rst | 48 shouldn't be required since the BIOS usually takes care 75 fan[4-6] and pwm[5-6] don't exist. 89 millivolts and don't need scaling. The voltage inputs are mapped as follows 143 scaling by itself and the driver therefore reports true temperatures that don't
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 72 debug(WvLog::Warning, "Can't convert serial number to ASN1 format. " 138 // alloca is stack allocated, don't free it. 467 - EVP_MD_CTX_cleanup(&sig_ctx); // this isn't my fault :// 468 + EVP_MD_CTX_free(sig_ctx); // this isn't my fault ://
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron.dtsi | 479 /* 100kHz since 4.7k resistors don't rise fast enough */ 550 /* Pins don't include flow control by default; add that in */ 753 * gpio4_26 is a NC on old veyron boards, so it doesn't hurt 788 * configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
|
/openbmc/u-boot/drivers/block/ |
H A D | ide.c | 80 static uchar ide_wait(int dev, ulong t) in ide_wait() argument 82 ulong delay = 10 * t; /* poll every 100 us */ in ide_wait() 185 static uchar atapi_wait_mask(int dev, ulong t, uchar mask, uchar res) in atapi_wait_mask() argument 187 ulong delay = 10 * t; /* poll every 100 us */ in atapi_wait_mask()
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.c | 866 static void img_ir_end_timer(struct timer_list *t) in img_ir_end_timer() argument 868 struct img_ir_priv *priv = from_timer(priv, t, hw.end_timer); in img_ir_end_timer() 880 static void img_ir_suspend_timer(struct timer_list *t) in img_ir_suspend_timer() argument 882 struct img_ir_priv *priv = from_timer(priv, t, hw.suspend_timer); in img_ir_suspend_timer()
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_ddcb.c | 623 unsigned int t; in __genwqe_purge_ddcb() local 640 for (t = 0; t < GENWQE_DDCB_SOFTWARE_TIMEOUT * 10; t++) { in __genwqe_purge_ddcb()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd-staticids.bbclass | 133 # We don't have a group number, so we have to add a name 141 … # We want to add a group, but we don't know it's name... so we can't add the group... 268 # Groupmems doesn't have anything we might want to change, so simply validating
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.4.rst | 76 Please read the notes in the script as it isn't entirely automatic and it isn't 118 - ``mx-1.0``: obsolete (last release 2012) and isn't used by anything in 150 Recipes shouldn't use the ``virtual/`` string in :term:`RPROVIDES` and
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | api.py | 122 for t in re.sub(r'[;%|"]', '', s).split(" "): 123 if ":" in t: 124 target, task = t.split(":") 126 target = t
|
/openbmc/linux/arch/sparc/ |
H A D | Kconfig | 176 If you don't know what to do here, say N. 286 Don't change if unsure. 361 If you don't have a graphics card installed and you say Y here, the 466 -t openpromfs none /proc/openprom".
|
/openbmc/linux/drivers/ata/ |
H A D | libata-sata.c | 240 unsigned long last_jiffies, t; in sata_link_debounce() local 244 t = ata_deadline(jiffies, params[2]); in sata_link_debounce() 245 if (time_before(t, deadline)) in sata_link_debounce() 246 deadline = t; in sata_link_debounce()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp.c | 845 struct sclp_register *t; in __sclp_get_mask() local 850 t = list_entry(l, struct sclp_register, list); in __sclp_get_mask() 851 *receive_mask |= t->receive_mask; in __sclp_get_mask() 852 *send_mask |= t->send_mask; in __sclp_get_mask()
|
/openbmc/linux/net/mac80211/ |
H A D | agg-tx.c | 432 static void sta_addba_resp_timer_expired(struct timer_list *t) in sta_addba_resp_timer_expired() argument 434 struct tid_ampdu_tx *tid_tx = from_timer(tid_tx, t, addba_resp_timer); in sta_addba_resp_timer_expired() 580 static void sta_tx_agg_session_timer_expired(struct timer_list *t) in sta_tx_agg_session_timer_expired() argument 582 struct tid_ampdu_tx *tid_tx = from_timer(tid_tx, t, session_timer); in sta_tx_agg_session_timer_expired()
|
/openbmc/libmctp/ |
H A D | core.c | 999 for (uint8_t t = 0; t < 8; t++) { in mctp_alloc_tag() local 1000 uint8_t tag = (t + mctp->tag_round_robin) % 8; in mctp_alloc_tag()
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-viapro.rst | 77 this driver doesn't implement it yet.
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | cond_no_effect.cocci | 21 // /* TODO : provide handling for this. We don't really support
|
/openbmc/linux/Documentation/driver-api/ |
H A D | frame-buffer.rst | 19 of a card that are created when a mode is set and can't be changed
|
/openbmc/linux/Documentation/networking/ |
H A D | ipsec.rst | 12 Small IP packet won't get compressed at sender, and failed on
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 49 by the RTC class framework, but can't be supported by the older
|
H A D | sysfs-bus-iio-trigger-sysfs | 41 to be removed. If the trigger can't be found, an invalid
|