/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 717 void ath9k_beacon_tasklet(struct tasklet_struct *t); 747 void ath_ani_calibrate(struct timer_list *t); 754 void ath_ps_full_sleep(struct timer_list *t); 1122 void ath9k_tasklet(struct tasklet_struct *t);
|
/openbmc/linux/Documentation/networking/device_drivers/can/ |
H A D | can327.rst | 207 "``AT CSM``" (CAN Silent Monitoring, i.e. don't send CAN ACKs) is 230 We don't have a way to get real-time notifications on CAN errors. 232 we don't poll it as it would force us to interrupt reception mode. 330 If communications don't work with the adapter connected, check for the
|
/openbmc/linux/net/802/ |
H A D | mrp.c | 599 static void mrp_join_timer(struct timer_list *t) in mrp_join_timer() argument 601 struct mrp_applicant *app = from_timer(app, t, join_timer); in mrp_join_timer() 621 static void mrp_periodic_timer(struct timer_list *t) in mrp_periodic_timer() argument 623 struct mrp_applicant *app = from_timer(app, t, periodic_timer); in mrp_periodic_timer()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-qcard.dtsi | 86 * Regulators that the HLOS (High Level OS) doesn't touch at all 150 * schematic, it powers eMMC which doesn't accept 2.5V 495 * via the eDP connector (it doesn't hit the baseboard). The external pulls 643 * Configure pull-up on TX when it isn't actively driven
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-core.c | 505 unsigned n, i, t, t0; in benchmark() local 511 t = sched_clock() - t0; in benchmark() 512 if (t >= 250000000) in benchmark() 515 return t / n; /* Time for one iteration in nanoseconds */ in benchmark()
|
/openbmc/linux/drivers/dma/ioat/ |
H A D | dma.c | 693 void ioat_cleanup_event(struct tasklet_struct *t) in ioat_cleanup_event() argument 695 struct ioatdma_chan *ioat_chan = from_tasklet(ioat_chan, t, cleanup_task); in ioat_cleanup_event() 902 void ioat_timer_event(struct timer_list *t) in ioat_timer_event() argument 904 struct ioatdma_chan *ioat_chan = from_timer(ioat_chan, t, timer); in ioat_timer_event()
|
/openbmc/linux/drivers/input/misc/ |
H A D | yealink.c | 61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument 62 { .type = (t), \ 66 #define _PIC(t, h, hm, n) \ argument 67 { .type = (t), \
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | sysfs.c | 699 struct kobject *p, *t; in register_one_pkey_tree() local 736 list_for_each_entry_safe(p, t, in register_one_pkey_tree() 774 struct kobject *p, *t; in unregister_pkey_tree() local 781 list_for_each_entry_safe(p, t, in unregister_pkey_tree()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0003-Support-transformation-between-D-Bus-errors-and-exce.patch | 466 + t = Thread(None, t_func) 467 + t.daemon = True 475 + t.start() 477 + t.join()
|
/openbmc/obmc-console/ |
H A D | console-server.c | 681 struct timespec t; in get_current_time() local 689 rc = clock_gettime(CLOCK_MONOTONIC, &t); in get_current_time() 694 tv->tv_sec = t.tv_sec; in get_current_time() 695 tv->tv_usec = t.tv_nsec / 1000; in get_current_time()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.2.rst | 66 - go.bbclass: don't use test to check output from ls 78 - kernel: don't force PAHOLE=false 138 - ptest-runner: Ensure data writes don't race 156 - scripts/runqemu: allocate unfsd ports in a way that doesn't race or clash with unrelated process…
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0001-Fix-Wenum-constexpr-conversion-in-enum-flags.h.patch | 80 in the related PR, we likely don't want this type of code in gdb 110 -/* These are valid, but it's not a big deal since you won't be able to 137 /* Unfortunately this can't work due to the way C++ computes the 138 return type of the ternary conditional operator. int isn't
|
/openbmc/docs/ |
H A D | anti-patterns.md | 31 (1 paragraph) Describe why the anti-pattern exists. If you don't know, try 34 documented here (and you may possibly discover it isn't as much of an 90 If the library sought's name isn't related to the package providing it, then the 151 Outside of OpenBMC, most applications that provide systemd unit files don't 184 mount -t overlay -o lowerdir=/usr,upperdir=/var/persist/usr,workdir=/var/persist/work/usr overlay /… 301 for their use. They don't consider how the log entry is consumed by the BMC 357 don't continue. Allow the system to determine if it writes a core dump or 595 …8e02445aa110a5164c9c07f6;i=244;b=ffd111d3cdca41c8893bb728a1c6cb20;m=133a5a0;t=606009314d0d9;x=9a54…
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_pr.c | 806 struct thread_struct *t = ¤t->thread; in kvmppc_giveup_ext() local 829 if (t->regs->msr & MSR_FP) in kvmppc_giveup_ext() 831 t->fp_save_area = NULL; in kvmppc_giveup_ext() 838 t->vr_save_area = NULL; in kvmppc_giveup_ext() 869 struct thread_struct *t = ¤t->thread; in kvmppc_handle_ext() local 911 t->fp_save_area = &vcpu->arch.fp; in kvmppc_handle_ext() 921 t->vr_save_area = &vcpu->arch.vr; in kvmppc_handle_ext() 926 t->regs->msr |= msr; in kvmppc_handle_ext()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 142 Don't daemonise and go into background. 153 mountpoints, but the daemon can't avoid them. 221 kernel module moves any retired or culled objects that it can't simply unlink 268 "base-64" encode ones that aren't directly suitable. The two versions of 288 Note that CacheFiles will erase from the cache any file it doesn't recognise or 406 issued the system call. We can't, however, just do an in-place change of the 600 ``/proc/sys/fs/nr_open`` and ``/proc/sys/fs/file-max``. Typically these needn't 624 and shouldn't be replied.
|
/openbmc/linux/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 539 u32 t = readl(video->base + reg); in aspeed_video_update() local 540 u32 before = t; in aspeed_video_update() 542 t &= ~clear; in aspeed_video_update() 543 t |= bits; in aspeed_video_update() 544 writel(t, video->base + reg); in aspeed_video_update() 551 u32 t = readl(video->base + reg); in aspeed_video_read() local 553 v4l2_dbg(3, debug, &video->v4l2_dev, "read %03x[%08x]\n", reg, t); in aspeed_video_read() 554 return t; in aspeed_video_read()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-regressions.rst | 7 "*We don't cause regressions*" is the first rule of Linux kernel development; 55 5.14 doesn't work at all, works significantly slower, or misbehaves somehow. 122 report won't fall through the cracks unnoticed. If you omit this, the Linux 181 updating attractive: they don't want users to stay on stable or longterm Linux 254 In extremely rare situations security issues can't be fixed without causing 300 Note, sometimes regressions can't be avoided to make progress -- and the latter 392 The bot is meant to track regressions, hence please don't involve regzbot for 430 #regzbot invalid: wasn't a regression, problem has always existed
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hfsplus.rst | 38 sense for CDROMs because they can't be partitioned under Linux.
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 71 State hasn't been fully acquired before use
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | Kconfig | 24 you probably don't need PNPBIOS support.
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | exynos_thermal_emulation.rst | 34 time. (Or you have to keep the mode enabling.) If you don't, it fails to
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | README | 45 -t, --time-interval set time interval for sampling
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | dm.h | 251 void rtl88e_dm_fast_antenna_training_callback(struct timer_list *t);
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | Kconfig | 8 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | Kconfig | 12 Note that the answer to this question doesn't directly affect the
|