Home
last modified time | relevance | path

Searched refs:t (Results 2026 – 2050 of 8705) sorted by relevance

1...<<81828384858687888990>>...349

/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa27x.c205 unsigned int t, ht; in clk_pxa27x_cpll_get_rate() local
210 t = clkcfg & (1 << 0); in clk_pxa27x_cpll_get_rate()
302 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
310 t = clkcfg & (1 << 0); in clk_pxa27x_core_get_parent()
313 if (ht || t) in clk_pxa27x_core_get_parent()
/openbmc/linux/sound/soc/meson/
H A Daxg-spdifin.c191 unsigned int t; in axg_spdifin_sample_mode_config() local
196 t = axg_spdifin_mode_timer(priv, i, rate); in axg_spdifin_sample_mode_config()
199 axg_spdifin_write_timer(priv->map, i, t); in axg_spdifin_sample_mode_config()
202 axg_spdifin_write_threshold(priv->map, i, t + t_next); in axg_spdifin_sample_mode_config()
205 t_next = t; in axg_spdifin_sample_mode_config()
/openbmc/linux/drivers/input/joystick/
H A Da3d.c56 unsigned int t, s; in a3d_read_packet() local
60 t = gameport_time(gameport, A3D_MAX_START); in a3d_read_packet()
67 while (t > 0 && i < length) { in a3d_read_packet()
68 t--; in a3d_read_packet()
72 t = s; in a3d_read_packet()
/openbmc/linux/drivers/iio/light/
H A Dzopt2201.c197 unsigned long t = zopt2201_resolution[data->res].us; in zopt2201_read() local
199 if (t <= 20000) in zopt2201_read()
200 usleep_range(t, t + 1000); in zopt2201_read()
202 msleep(t / 1000); in zopt2201_read()
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c2053 u64 t, int state) in timehist_print_sample() argument
2644 if (t > ptime->end) in timehist_sched_change_event()
2645 t = ptime->end; in timehist_sched_change_event()
2742 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime()
2762 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
2791 r = thread__priv(t); in show_thread_runtime()
2866 struct thread *t; in timehist_print_summary() local
2906 t = idle_threads[i]; in timehist_print_summary()
2907 if (!t) in timehist_print_summary()
2910 r = thread__priv(t); in timehist_print_summary()
[all …]
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst78 is strictly required. Drivers that can't work without
89 use them; drivers don't need to add them explicitly.
96 "not available on this board", or indicating faults. Code that doesn't
141 be checked, since the get/set calls don't have error returns and since
157 it probably wasn't validated to do more than boot Linux. (Similarly,
165 Those don't need to sleep, and can safely be done from inside hard
201 This requires sleeping, which can't be done from inside IRQ handlers.
364 to use an IRQ number that didn't originally come from gpio_to_irq().
461 (When a circuit needs 5 kOhm, on-chip 100 kOhm resistors won't do.)
637 doesn't support changing the direction of a GPIO, or
[all …]
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c552 smp_call_function_single(task_cpu(t), _update_task_closid_rmid, t, 1); in update_task_closid_rmid()
554 _update_task_closid_rmid(t); in update_task_closid_rmid()
627 struct task_struct *p, *t; in rdtgroup_tasks_assigned() local
633 for_each_process_thread(p, t) { in rdtgroup_tasks_assigned()
634 if (is_closid_match(t, r) || is_rmid_match(t, r)) { in rdtgroup_tasks_assigned()
728 struct task_struct *p, *t; in show_rdt_tasks() local
732 for_each_process_thread(p, t) { in show_rdt_tasks()
733 if (is_closid_match(t, r) || is_rmid_match(t, r)) { in show_rdt_tasks()
734 pid = task_pid_vnr(t); in show_rdt_tasks()
2681 struct task_struct *p, *t; in rdt_move_group_tasks() local
[all …]
/openbmc/linux/Documentation/networking/
H A Dtc-actions-env-rules.rst20 3) Dropping packets you don't own is a no-no. You simply return
27 returned, then all is great and you don't need to do anything.
/openbmc/linux/include/linux/
H A Dassoc_array_priv.h155 struct assoc_array_ptr *__assoc_array_x_to_ptr(const void *p, unsigned long t) in __assoc_array_x_to_ptr() argument
157 return (struct assoc_array_ptr *)((unsigned long)p | t); in __assoc_array_x_to_ptr()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/
H A D0001-common-internal.h-Define-LLONG_MAX-if-undefined.patch29 +# error "Can't define LLONG_MAX"
43 # error "Can't define TIME_MAX"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0004-backtrace-Always-include-stdint.h.patch23 - systems that don't have <stdint.h>. */
34 -/* Systems that don't have <stdint.h> must provide gstdint.h, e.g.,
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/
H A Dnull_check_for_ipv4_config.patch1 In networks that don't have a DHCP server configured, ipv4 address
2 allocation fails and the ipv4 structure doesn't get populated. When
/openbmc/u-boot/arch/x86/lib/
H A Delf_ia32_efi.lds20 *(.gnu.linkonce.t.*)
43 * the EFI loader doesn't seem to like a .bss section, so we
/openbmc/u-boot/doc/
H A DREADME.mpc74xx12 sets up the L2 cache, so it's not enabled. (IMHO, it shouldn't be
14 we also don't do. The BATs are programmed just for the benefit of
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Drfkill.c76 ath5k_tasklet_rfkill_toggle(struct tasklet_struct *t) in ath5k_tasklet_rfkill_toggle() argument
78 struct ath5k_hw *ah = from_tasklet(ah, t, rf_kill.toggleq); in ath5k_tasklet_rfkill_toggle()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/
H A D0003-llvm-fix-include-benchmarks.patch21 -option(LLVM_INCLUDE_BENCHMARKS "Generate benchmark targets. If OFF, benchmarks can't be built." ON)
22 +option(LLVM_INCLUDE_BENCHMARKS "Generate benchmark targets. If OFF, benchmarks can't be built." OF…
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0001-Don-t-expose-configure-args.patch4 Subject: [PATCH] Don't expose configure args
6 Don't expost configure args to fix buildpath issue.
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross.inc15 # Specify lib-path else we use a load of search dirs which we don't use
26 # We don't really need these, so we'll remove them...
/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/
H A D0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch33 @@ -715,7 +717,7 @@ fprintf(stderr, "\t* port\t\tset the I/O port\n");
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A Dgdb_build_jobs_and_not_write_crash_target.patch4 Subject: [PATCH] Makefile: Don't write ${TARGET} to crash.target
13 Don't write ${TARGET} to crash.target which causes rebuild fails.
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/
H A Dxdg-utils_1.1.3.bb22 file://0001-Don-t-build-the-in-script-manual.patch \
32 # Needs brokensep as this doesn't use automake
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Doe-use-libc-malloc.patch9 Note that this of course doesn't allow tcmalloc and jemalloc, however
10 jemalloc wasn't building correctly.
/openbmc/phosphor-fan-presence/
H A Dlogger.hpp94 auto t = std::time(nullptr); in log() local
95 auto tm = *std::localtime(&t); in log()
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch2 From: Tim Orling <timothy.t.orling@linux.intel.com>
14 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-configure.ac-don-t-use-dnet-config.patch4 Subject: [PATCH] configure.ac: don't use dnet-config
6 The dnet-config tool doesn't know about cross-compilation, so it injects

1...<<81828384858687888990>>...349