/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 807 static void grcan_running_reset(struct timer_list *t) in grcan_running_reset() argument 809 struct grcan_priv *priv = from_timer(priv, t, rr_timer); in grcan_running_reset() 898 static void grcan_initiate_running_reset(struct timer_list *t) in grcan_initiate_running_reset() argument 900 struct grcan_priv *priv = from_timer(priv, t, hang_timer); in grcan_initiate_running_reset()
|
/openbmc/linux/drivers/media/rc/ |
H A D | rc-main.c | 675 static void ir_timer_keyup(struct timer_list *t) in ir_timer_keyup() argument 677 struct rc_dev *dev = from_timer(dev, t, timer_keyup); in ir_timer_keyup() 704 static void ir_timer_repeat(struct timer_list *t) in ir_timer_repeat() argument 706 struct rc_dev *dev = from_timer(dev, t, timer_repeat); in ir_timer_repeat()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 887 unsigned int ra, rb, t, i, sel, instr, rc; in p9_hmi_special_emu() local 924 t = (instr >> 21) & 0x1f; in p9_hmi_special_emu() 926 vdst = (u8 *)¤t->thread.vr_state.vr[t]; in p9_hmi_special_emu() 928 vdst = (u8 *)¤t->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | os_utilities.robot | 185 # ppc64_cpu --frequency -t 10 returns 190 ${cmd}= Catenate ppc64_cpu --frequency -t 10 | grep min 210 # ppc64_cpu --frequency -t 10 returns 215 ${cmd}= Catenate ppc64_cpu --frequency -t 10 | grep max
|
/openbmc/linux/drivers/usb/serial/ |
H A D | mos7840.c | 397 static void mos7840_led_off(struct timer_list *t) in mos7840_led_off() argument 399 struct moschip_port *mcs = from_timer(mcs, t, led_timer1); in mos7840_led_off() 407 static void mos7840_led_flag_off(struct timer_list *t) in mos7840_led_flag_off() argument 409 struct moschip_port *mcs = from_timer(mcs, t, led_timer2); in mos7840_led_flag_off()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-tegra.c | 611 struct i2c_timings *t = &i2c_dev->timings; in tegra_i2c_init() local 644 switch (t->bus_freq_hz) { in tegra_i2c_init() 651 if (t->bus_freq_hz > I2C_MAX_FAST_MODE_FREQ) in tegra_i2c_init() 687 t->bus_freq_hz * clk_multiplier); in tegra_i2c_init()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 323 if (g_tree_nnodes(balloon->removed_guest.t) > 0) { in hv_balloon_unballoon_get_source() 327 } else if (g_tree_nnodes(balloon->removed_both.t) > 0) { in hv_balloon_unballoon_get_source() 388 assert(dtree.t); in hv_balloon_unballoon_posting() 879 g_tree_foreach(tree.t, hv_balloon_handle_remove_host_addr_node, NULL); in hv_balloon_handle_remove_host_addr_tree()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_output.c | 597 unsigned long long t; in trace_print_time() local 600 t = ns2usecs(ts); in trace_print_time() 601 usec_rem = do_div(t, USEC_PER_SEC); in trace_print_time() 602 secs = (unsigned long)t; in trace_print_time()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rootfs-postcommands.bbclass | 33 # and we don't want to disable such a default that by setting a value here. 56 # of entries to change between builds. In case that this isn't desired, 194 # If stateless-rootfs is enabled this is always done as we don't want to save keys then 349 # This change is to attempt to fix those types of issues in a way that doesn't
|
/openbmc/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 65 drivers name, otherwise they won't be discovered 155 unavailable and won't execute. This can happen if a test or driver did not set 254 ``sdhci`` interface, using its API. It doesn't need to look at 401 /* contained drivers don't need a constructor,
|
/openbmc/linux/net/sunrpc/ |
H A D | svcsock.c | 310 size_t t; in svc_tcp_read_msg() local 314 for (i = 0, t = 0; t < buflen; i++, t += PAGE_SIZE) in svc_tcp_read_msg()
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 563 /* The R4000 has a full 64bit FPU but doesn't use the fcr0 bits. */ 584 /* The VR5432 has a full 64bit FPU but doesn't use the fcr0 bits. */ 630 /* The 5Kf has F64 / L / W but doesn't use the fcr0 bits. */ 658 /* The 20Kc has F64 / L / W but doesn't use the fcr0 bits. */
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 215 is going to be so much slower it wouldn't make sense for any serious 450 The CPU model runnability guarantee won't apply anymore to 458 point to a version that doesn't break runnability guarantees 493 doesn't exist anymore since it was removed in QEMU v9.1.
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra234.dtsi | 2342 nvidia,aspm-pwr-on-t-us = <20>; 2396 nvidia,aspm-pwr-on-t-us = <20>; 2450 nvidia,aspm-pwr-on-t-us = <20>; 2494 nvidia,aspm-pwr-on-t-us = <20>; 2542 nvidia,aspm-pwr-on-t-us = <20>; 2596 nvidia,aspm-pwr-on-t-us = <20>; 2650 nvidia,aspm-pwr-on-t-us = <20>; 2704 nvidia,aspm-pwr-on-t-us = <20>; 2758 nvidia,aspm-pwr-on-t-us = <20>; 2812 nvidia,aspm-pwr-on-t-us = <20>; [all …]
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | method-customizing.rst | 62 f) mount debugfs by "mount -t debugfs none /sys/kernel/debug"
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.h | 376 void asd_ascb_timedout(struct timer_list *t);
|
/openbmc/phosphor-pid-control/examples/ |
H A D | README | 17 The only requirement for a sensor is that it isn't writeonly. Only fans are
|
/openbmc/u-boot/board/Seagate/nas220/ |
H A D | kwbimage.cfg | 37 # bit 5: 0=clk is driven during self refresh, we don't care for APX
|
/openbmc/u-boot/doc/ |
H A D | README.ubispl | 50 The last one is big, but I really don't care in that stage. Real world
|
/openbmc/u-boot/test/ |
H A D | README | 76 probably doesn't work and should be deleted.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-dv-timings-cap.rst | 56 that doesn't support them will return an ``EINVAL`` error code.
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | mad.h | 399 void hfi1_handle_trap_timer(struct timer_list *t);
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | imx-ddr.rst | 50 This filter doesn't support filter different AXI ID for axid-read and axid-write
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h6-orangepi.dtsi | 255 * OrangePi Lite 2 and One Plus, where this DT is used, don't
|
/openbmc/linux/Documentation/core-api/ |
H A D | printk-basics.rst | 14 - the format string, while largely compatible with C99, doesn't follow the
|