/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | beacon.c | 101 void mt7603_pre_tbtt_tasklet(struct tasklet_struct *t) in mt7603_pre_tbtt_tasklet() argument 103 struct mt7603_dev *dev = from_tasklet(dev, t, mt76.pre_tbtt_tasklet); in mt7603_pre_tbtt_tasklet()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | Kconfig | 119 Max FCK is 173MHz, so this doesn't work if your PCK 131 disable the sleep if it doesn't cause problems on your platform.
|
/openbmc/linux/Documentation/virt/kvm/arm/ |
H A D | hyp-abi.rst | 9 KVM). It doesn't cover the interaction of the kernel with the 19 On arm and arm64 (without VHE), the kernel doesn't run in hypervisor
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi.h | 286 u32 t = 0, v; in hdmi_wait_for_bit_change() local 288 if (t++ > 10000) in hdmi_wait_for_bit_change()
|
/openbmc/linux/Documentation/usb/ |
H A D | functionfs.rst | 46 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp 48 $ mkdir /dev/ffs-hid && mount -t functionfs hid /dev/ffs-hid
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | trusted-services.md | 31 …is required. If your platform doesn't include it already you can add `arm-ffa` into MACHINE_FEATUR… 34 …For running the `uefi-test` or the `xtest -t ffa_spmc` tests under Linux the `arm-ffa-user` drivel…
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/ |
H A D | 0001-fix-reproducibility.patch | 2 From: Markus Volk <f_l_k@t-online.de> 13 Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-vt8500.c | 55 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) argument
|
/openbmc/bmcweb/ |
H A D | HEADERS.md | 9 Crow makes heavy use of headers and template meta programming, and doesn't ship 29 This isn't great for the end result.
|
H A D | DEVELOPING.md | 49 - 401 Unauthorized - Request didn't posses the necessary authentication 168 > Don't make your users mad - 223 - error: Something went wrong, and we weren't able to give the expected 227 - warning: A condition occurred that is outside the expected flows, but isn't 231 - debug: Information that's overly verbose such that it shouldn't be printed in
|
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
H A D | subversion_1.14.5.bb | 47 # autogen.sh manually puts things in the right place, and libtoolize doesn't 48 # work as they don't use aclocal
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 541 TCGv_i64 t = tcg_temp_new_i64(); in cpu_reg() local 542 tcg_gen_movi_i64(t, 0); in cpu_reg() 543 return t; in cpu_reg() 5846 TCGv_i64 t = tcg_temp_new_i64(); in gen_muladd_i64() local 5847 tcg_gen_mul_i64(t, n, m); in gen_muladd_i64() 5848 tcg_gen_add_i64(d, d, t); in gen_muladd_i64() 5853 TCGv_i64 t = tcg_temp_new_i64(); in gen_mulsub_i64() local 5854 tcg_gen_mul_i64(t, n, m); in gen_mulsub_i64() 5855 tcg_gen_sub_i64(d, d, t); in gen_mulsub_i64() 5918 TCGv_i64 t = tcg_temp_new_i64(); in gen_saba_i64() local [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs.c | 1851 struct nfs4_threshold *t = ctx->mdsthreshold; in pnfs_within_mdsthreshold() local 1856 if (t == NULL) in pnfs_within_mdsthreshold() 1860 __func__, t->bm, t->rd_sz, t->wr_sz, t->rd_io_sz, t->wr_io_sz); in pnfs_within_mdsthreshold() 1864 if (t->bm & THRESHOLD_RD) { in pnfs_within_mdsthreshold() 1867 if (fsize < t->rd_sz) in pnfs_within_mdsthreshold() 1870 if (t->bm & THRESHOLD_RD_IO) { in pnfs_within_mdsthreshold() 1874 if (nfsi->read_io < t->rd_io_sz) in pnfs_within_mdsthreshold() 1879 if (t->bm & THRESHOLD_WR) { in pnfs_within_mdsthreshold() 1882 if (fsize < t->wr_sz) in pnfs_within_mdsthreshold() 1885 if (t->bm & THRESHOLD_WR_IO) { in pnfs_within_mdsthreshold() [all …]
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-wl1273.c | 338 unsigned long t; in wl1273_fm_set_tx_freq() local 370 t = wait_for_completion_timeout(&radio->busy, msecs_to_jiffies(2000)); in wl1273_fm_set_tx_freq() 371 if (!t) in wl1273_fm_set_tx_freq() 374 dev_dbg(radio->dev, "WL1273_CHANL_SET: %lu\n", t); in wl1273_fm_set_tx_freq() 384 t = wait_for_completion_timeout(&radio->busy, msecs_to_jiffies(1000)); in wl1273_fm_set_tx_freq() 385 if (!t) in wl1273_fm_set_tx_freq() 389 dev_dbg(radio->dev, "WL1273_POWER_ENB_SET: %lu\n", t); in wl1273_fm_set_tx_freq() 398 unsigned long t; in wl1273_fm_set_rx_freq() local 439 t = wait_for_completion_timeout(&radio->busy, msecs_to_jiffies(2000)); in wl1273_fm_set_rx_freq() 440 if (!t) { in wl1273_fm_set_rx_freq()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_user.c | 687 static struct user_event_mm *user_event_mm_alloc(struct task_struct *t) in user_event_mm_alloc() argument 696 user_mm->mm = t->mm; in user_event_mm_alloc() 714 static void user_event_mm_attach(struct user_event_mm *user_mm, struct task_struct *t) in user_event_mm_attach() argument 722 t->user_event_mm = user_mm; in user_event_mm_attach() 769 void user_event_mm_remove(struct task_struct *t) in user_event_mm_remove() argument 776 mm = t->user_event_mm; in user_event_mm_remove() 777 t->user_event_mm = NULL; in user_event_mm_remove() 823 void user_event_mm_dup(struct task_struct *t, struct user_event_mm *old_mm) in user_event_mm_dup() argument 825 struct user_event_mm *mm = user_event_mm_alloc(t); in user_event_mm_dup() 840 user_event_mm_attach(mm, t); in user_event_mm_dup()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 160 + * aren't permitted). 237 + char *t; 239 + if ((t = strrchr(f, '/')) != NULL) 240 + t++; 242 + t = f; 244 + strncpy(prog_inv_sh_nm_buf, t, sizeof(prog_inv_sh_nm_buf) - 1); 247 + if (stripext && (t = strrchr(prog_inv_sh_nm_buf, '.')) != NULL) 248 + *t = '\0'; 294 +/* Don't use inline function to avoid '#include "nls.h"' in c.h 616 + puts(_(" -n, --dry-run don't actually link anything"));
|
/openbmc/linux/net/vmw_vsock/ |
H A D | af_vsock.c | 2494 int vsock_core_register(const struct vsock_transport *t, int features) in vsock_core_register() argument 2512 t_h2g = t; in vsock_core_register() 2520 t_g2h = t; in vsock_core_register() 2528 t_dgram = t; in vsock_core_register() 2536 t_local = t; in vsock_core_register() 2550 void vsock_core_unregister(const struct vsock_transport *t) in vsock_core_unregister() argument 2554 if (transport_h2g == t) in vsock_core_unregister() 2557 if (transport_g2h == t) in vsock_core_unregister() 2560 if (transport_dgram == t) in vsock_core_unregister() 2563 if (transport_local == t) in vsock_core_unregister()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | noise.c | 595 u8 t[NOISE_TIMESTAMP_LEN]; in wg_noise_handshake_consume_initiation() local 628 if (!message_decrypt(t, src->encrypted_timestamp, in wg_noise_handshake_consume_initiation() 633 replay_attack = memcmp(t, handshake->latest_timestamp, in wg_noise_handshake_consume_initiation() 645 if (memcmp(t, handshake->latest_timestamp, NOISE_TIMESTAMP_LEN) > 0) in wg_noise_handshake_consume_initiation() 646 memcpy(handshake->latest_timestamp, t, NOISE_TIMESTAMP_LEN); in wg_noise_handshake_consume_initiation()
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 47 receiver) is reached. Until this hasn't happened, the reception can be 129 receiver won't be able to detect the sync without preamble. 135 Attention: For telegram length over 255 bytes, this option can't be used 225 isn't found, telegram will be internally discarded 245 calculated crc doesn't match to two bytes,
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | login.defs_shadow-sysroot | 211 # to uid 0 accounts. If the group doesn't exist or is empty, no one 261 # Default is 8, don't change unless your crypt() is better. 282 # XXX - it doesn't work correctly yet, for now leave it commented out 292 # which don't understand the new algorithm. Default is "no". 342 # Should login be allowed if we can't cd to the home directory?
|
/openbmc/linux/Documentation/PCI/ |
H A D | acpi-info.rst | 26 _CRS and figure out what resource is being consumed even if it doesn't have 57 BIOSes didn't use that bit correctly. The result is that the current ACPI 79 programming model for them other than "don't use these resources for 93 bridges [8]. Since MCFG is a static table and can't be updated by hotplug, 97 (which is reported via _CRS) doesn't start at 0.
|
/openbmc/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 193 not page fault" property of non-owning references. So if the verifier hasn't 198 conclude that the ref's memory hasn't been dropped-and- ``free``'d or 203 that isn't in rbtree _must_ be owning. This results in a nice property: 204 graph API add / remove implementations don't need to check if a node 251 At a minimum we should prevent state 6 from being possible. If we can't also
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 14 - [What If I Don't Actually Like My Users? - Rusty Russell][rusty-api-scale-bad] 39 - [Parse, don’t validate - Alexis King][alexis-king-parse-dont-validate] 42 https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 181 that they are not compiled when the corresponding function symbols aren't 280 -t $OPENBMC_CI_IMAGE \
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-package.inc | 96 # Info dir listing isn't interesting at this point so remove it if it exists. 107 sed -i "s|\(enable-cache\t\+netgroup\t\+\)yes|\1no|" ${D}${sysconfdir}/nscd.conf 113 # ${base_libdir}. However, if that isn't going to end up being 252 # error out if directory isn't empty
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | Kconfig | 13 Note that the answer to this question doesn't directly affect the
|