/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-cargo.bbclass | 6 # I didn't find a cleaner way to share data between compile and install tasks 64 # It will just run a test suite with 0 tests, if the project didn't define some
|
/openbmc/linux/drivers/platform/x86/ |
H A D | acerhdf.c | 366 static int acerhdf_get_ec_temp(struct thermal_zone_device *thermal, int *t) in acerhdf_get_ec_temp() argument 377 *t = temp; in acerhdf_get_ec_temp()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_rule_tests.sh | 467 for t in $TESTS 469 case $t in
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | fsl,imx8qxp-pixel-link-msi-bus.yaml | 31 the interrupts generated by the controller don't make any sense from SCFW 37 # We need a select here so we don't match all nodes with 'simple-pm-bus'.
|
/openbmc/linux/arch/arc/kernel/ |
H A D | entry-arcv2.S | 89 ; so a higher prio interrupt taken here won't clobber prev prio icause 206 ; won't be switched to correct U mode value (from AUX_SP)
|
/openbmc/linux/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 116 #define BCI_CLIP_TL(t, l) ((((t) << 16) | (l)) & 0x0FFF0FFF) argument
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-ftrace.txt | 42 normally don't - this option allows the latter to be run in 60 -t::
|
H A D | perf-annotate.txt | 36 Don't do ownership validation. 78 Don't shorten the displayed pathnames.
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | xgene-rng.c | 89 static void xgene_rng_expired_timer(struct timer_list *t) in xgene_rng_expired_timer() argument 91 struct xgene_rng_dev *ctx = from_timer(ctx, t, failure_timer); in xgene_rng_expired_timer()
|
/openbmc/linux/drivers/media/pci/tw686x/ |
H A D | tw686x-core.c | 126 static void tw686x_dma_delay(struct timer_list *t) in tw686x_dma_delay() argument 128 struct tw686x_dev *dev = from_timer(dev, t, dma_delay_timer); in tw686x_dma_delay()
|
/openbmc/linux/drivers/md/ |
H A D | dm-delay.c | 52 static void handle_delayed_timer(struct timer_list *t) in handle_delayed_timer() argument 54 struct delay_c *dc = from_timer(dc, t, delay_timer); in handle_delayed_timer()
|
/openbmc/linux/samples/bpf/ |
H A D | tc_l2_redirect.sh | 173 for t in $test_names; do 175 $t $d
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_tty.c | 44 static void bcm_vk_tty_poll(struct timer_list *t) in bcm_vk_tty_poll() argument 46 struct bcm_vk *vk = from_timer(vk, t, serial_timer); in bcm_vk_tty_poll()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc.h | 420 #define SDMMC_SET_FIFOTH(m, r, t) (((m) & 0x7) << 28 | \ argument 422 ((t) & 0xFFF))
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | trace.c | 42 enum tracefs_tracers t = TRACEFS_TRACER_NOP; in disable_tracer() local 45 retval = tracefs_tracer_set(inst, t); in disable_tracer()
|
/openbmc/linux/fs/erofs/ |
H A D | Kconfig | 62 If you don't know what Access Control Lists are, say N. 85 If you don't want to enable compression feature, say N.
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.h | 145 #define for_each_marker_of_type(m, t) \ argument 147 if ((m)->type == (t))
|
/openbmc/linux/net/sched/ |
H A D | cls_basic.c | 270 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump() argument 280 t->tcm_handle = f->handle; in basic_dump()
|
/openbmc/linux/fs/proc/ |
H A D | Kconfig | 7 of the system. "Virtual" means that it doesn't take up any space on 22 That location should be /proc. A command such as "mount -t proc proc
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | reexport.rst | 28 The NFS protocol's normal reboot recovery mechanisms don't work for the 108 read opens or write opens. The Linux client doesn't use them, and the
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | Kconfig | 127 will be handled by the DPC driver. If your system doesn't 138 is safe to enable even if you don't.
|
/openbmc/linux/net/mac80211/ |
H A D | led.c | 258 static void tpt_trig_timer(struct timer_list *t) in tpt_trig_timer() argument 260 struct tpt_led_trigger *tpt_trig = from_timer(tpt_trig, t, timer); in tpt_trig_timer()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 131 __typeof__(*(ptr)) t; \ 155 (x) = __gu_val.t; \
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | Kconfig | 23 In other words, if your BACKPACK drive doesn't say "Series 6" on the 33 on the bottom of the drive. Series 5 drivers don't always have it
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | exc3000.c | 101 static void exc3000_timer(struct timer_list *t) in exc3000_timer() argument 103 struct exc3000_data *data = from_timer(data, t, timer); in exc3000_timer()
|