Home
last modified time | relevance | path

Searched refs:t (Results 1826 – 1850 of 8709) sorted by relevance

1...<<71727374757677787980>>...349

/openbmc/linux/drivers/spi/
H A Dspi-xilinx.c226 struct spi_transfer *t) in xilinx_spi_setup_transfer() argument
238 static int xilinx_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t) in xilinx_spi_txrx_bufs() argument
247 xspi->tx_ptr = t->tx_buf; in xilinx_spi_txrx_bufs()
248 xspi->rx_ptr = t->rx_buf; in xilinx_spi_txrx_bufs()
249 remaining_words = t->len / xspi->bytes_per_word; in xilinx_spi_txrx_bufs()
334 return t->len; in xilinx_spi_txrx_bufs()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-pcm.c18 struct snd_interval t = { in hw_rule_rate() local
34 t.min = min(t.min, formation.rate); in hw_rule_rate()
35 t.max = max(t.max, formation.rate); in hw_rule_rate()
38 return snd_interval_refine(r, &t); in hw_rule_rate()
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h379 #define ia64_is_local_fpu_owner(t) \ argument
381 struct task_struct *__ia64_islfo_task = (t); \
390 #define ia64_set_local_fpu_owner(t) do { \ argument
391 struct task_struct *__ia64_slfo_task = (t); \
397 #define ia64_drop_fpu(t) ((t)->thread.last_fph_cpu = -1) argument
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rzv2m.c106 struct i2c_timings t; in rzv2m_i2c_clock_calculate() local
109 i2c_parse_fw_timings(dev, &t, true); in rzv2m_i2c_clock_calculate()
112 total_pclks = pclk_hz / t.bus_freq_hz; in rzv2m_i2c_clock_calculate()
114 trf_ns = t.scl_rise_ns + t.scl_fall_ns; in rzv2m_i2c_clock_calculate()
118 switch (t.bus_freq_hz) { in rzv2m_i2c_clock_calculate()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h43 #define GPC_UNIT(t, r) (0x500000 + (t) * 0x8000 + (r)) argument
44 #define PPC_UNIT(t, m, r) (0x503000 + (t) * 0x8000 + (m) * 0x200 + (r)) argument
45 #define TPC_UNIT(t, m, r) (0x504000 + (t) * 0x8000 + (m) * 0x800 + (r)) argument
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp51 requires(const _Ty& t) { //
52 get_stop_token(t);
57 requires(const _Ty& t) {
58 { get_env(t) } -> __stop_token_provider;
63 requires(const _Ty& t) {
64 { get_env(t) } -> __scheduler_provider;
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst71 won't even apply to master. We only apply selected bugfixes to release
91 points in the commit history where QEMU doesn't work for reasons
126 to focus on the few changes that weren't wholesale code motion.
130 Don't include irrelevant changes
133 In particular, don't include formatting, coding style or whitespace
165 change is important. Don't include comments like "This is a suggestion
203 is such a large project the default configuration won't create a
218 bisection doesn't land on a known-broken state.
380 "RFC" means "Request For Comments" and is a statement that you don't
442 if you don't do it then your changes will never get into QEMU.
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Detalab-2.037 « Ministère de xxx - Données originales téléchargées sur
61 Il est garanti au « Réutilisateur » que les éventuels « Droits de propriété
66 Lorsque le « Concédant » détient des « Droits de propriété intellectuelle »
69 « Droits de propriété intellectuelle », et le « Réutilisateur » peut faire tout
101 La présente licence a été conçue pour être compatible avec toute licence libre
128 celles pour lesquelles elle a été produite ou reçue.
143 Les « Droits de propriété intellectuelle » : tous droits identifiés comme tels
144 par le Code de la propriété intellectuelle (notamment le droit d’auteur, droits
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst31 non-directories - the source because it wouldn't be locked otherwise
33 only with RENAME_EXCHANGE, and that won't be removing the target).
84 renames will be blocked on filesystem lock and we don't start changing
104 Thus link creation can't be a part of deadlock - it can't be
105 blocked on source and it means that it doesn't hold any locks.
122 to (2) the order hadn't changed since we had acquired filesystem lock.
147 either to make sure that link(2) doesn't work for them or to make changes
/openbmc/linux/arch/mips/alchemy/devboards/
H A Ddb1200.c91 unsigned short t = bcsr_read(BCSR_HEXLEDS); in db1200_detect_board() local
92 bcsr_write(BCSR_HEXLEDS, ~t); in db1200_detect_board()
93 if (bcsr_read(BCSR_HEXLEDS) != t) { in db1200_detect_board()
94 bcsr_write(BCSR_HEXLEDS, t); in db1200_detect_board()
105 unsigned short t = bcsr_read(BCSR_HEXLEDS); in db1200_detect_board() local
106 bcsr_write(BCSR_HEXLEDS, ~t); in db1200_detect_board()
107 if (bcsr_read(BCSR_HEXLEDS) != t) { in db1200_detect_board()
108 bcsr_write(BCSR_HEXLEDS, t); in db1200_detect_board()
/openbmc/linux/include/acpi/
H A Dactypes.h501 #define ACPI_CAST_PTR(t, p) ((t *) (acpi_uintptr_t) (p)) argument
502 #define ACPI_CAST_INDIRECT_PTR(t, p) ((t **) (acpi_uintptr_t) (p)) argument
503 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8, (a)) + (acpi_size)(b)… argument
504 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8, (a)) - (acpi_size)(b)… argument
/openbmc/linux/fs/afs/
H A Dfile.c417 unsigned int f, t, end = offset + length; in afs_invalidate_dirty() local
434 t = afs_folio_dirty_to(folio, priv); in afs_invalidate_dirty()
436 if (t <= offset || f >= end) in afs_invalidate_dirty()
439 if (f < offset && t > end) in afs_invalidate_dirty()
442 if (f >= offset && t <= end) in afs_invalidate_dirty()
446 t = offset; in afs_invalidate_dirty()
449 if (f == t) in afs_invalidate_dirty()
452 priv = afs_folio_dirty(folio, f, t); in afs_invalidate_dirty()
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c3177 char *t; in normalize_line() local
3183 t = buf3; in normalize_line()
3218 char *t; in normalization_test() local
3240 t += utf8encode(t, unichar); in normalization_test()
3253 t += utf8encode(t, unichar); in normalization_test()
3280 int t; in write_file() local
3302 t = 0; in write_file()
3313 t = 1; in write_file()
3325 t = 0; in write_file()
3329 trees[t].type, trees[t].maxage); in write_file()
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Ddriver.c1379 struct scmi_xfer *t; in version_get() local
1385 ret = do_xfer(ph, t); in version_get()
1387 rev_info = t->rx.buf; in version_get()
1391 xfer_put(ph, t); in version_get()
1457 struct scmi_xfer *t; in scmi_common_extended_name_get() local
1466 resp = t->rx.buf; in scmi_common_extended_name_get()
1499 struct scmi_xfer *t; member
1529 i->msg = i->t->tx.buf; in scmi_iterator_init()
1624 struct scmi_xfer *t; in scmi_common_fastchannel_init() local
1640 info = t->tx.buf; in scmi_common_fastchannel_init()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/
H A D0001-Don-t-build-the-in-script-manual.patch4 Subject: [PATCH] Don't build the in-script manual
8 That's bonkers so don't do it: the man pages are still available
/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/
H A D0002-Don-t-use-build-time-hardcoded-python-binary-path.patch4 Subject: [PATCH] Don't use build time hardcoded python binary path.
6 This path obviously won't work on target since they refer to build
/openbmc/u-boot/arch/arm/lib/
H A Delf_arm_efi.lds18 *(.gnu.linkonce.t.*)
36 * The EFI loader doesn't seem to like a .bss section, so we
/openbmc/u-boot/arch/x86/lib/
H A Delf_x86_64_efi.lds25 *(.gnu.linkonce.t.*)
42 /* the EFI loader doesn't seem to like a .bss section, so we stick
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dsystick-timer.c93 unsigned long long t = get_ticks() * 1000; in get_timer() local
95 return (ulong)((t / gd->arch.timer_rate_hz)) - base; in get_timer()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0016-version.c-don-t-print-build-flags.patch4 Subject: [PATCH] version.c: don't print build flags
6 Don't print the build flags to avoid collecting the build environment info.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/
H A D0001-add-missing-header-for-musl.patch2 From: Markus Volk <f_l_k@t-online.de>
14 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/
H A Donig_6.9.9.bb12 file://0001-build-don-t-link-against-host-system-libraries.patch \
31 install -m 0755 -t ${D}${PTEST_PATH}/tests/ ${B}/test/.libs/*
/openbmc/qemu/tests/qemu-iotests/
H A D140.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
19 qemu-io: can't open device nbd+unix:///drv?socket=SOCK_DIR/nbd: Requested export not available
/openbmc/linux/include/uapi/linux/
H A Dserial.h177 #define SER_ISO7816_T(t) (((t) & 0x0f) << 4) argument
/openbmc/linux/arch/um/os-Linux/
H A Dtime.c39 timer_t *t = &event_high_res_timer; in os_timer_create() local
41 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1) in os_timer_create()

1...<<71727374757677787980>>...349