Home
last modified time | relevance | path

Searched refs:t (Results 2176 – 2200 of 8709) sorted by relevance

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

/openbmc/linux/Documentation/driver-api/usb/
H A Derror-codes.rst34 ``-ENODEV`` specified USB-device or bus doesn't exist
48 ``-EXDEV`` ISO: ``URB_ISO_ASAP`` wasn't specified and all the
52 ``-EFBIG`` Host controller driver can't schedule that many ISO
55 ``-EPIPE`` The pipe type specified in the URB doesn't match the
77 ``-ENOEXEC`` A control URB doesn't contain a Setup packet.
158 of other errors, since the hub driver doesn't
/openbmc/linux/drivers/spi/
H A Dspi-sprd-adi.c337 struct spi_transfer *t) in sprd_adi_transfer_one() argument
343 if (t->rx_buf) { in sprd_adi_transfer_one()
344 reg = *(u32 *)t->rx_buf; in sprd_adi_transfer_one()
346 *(u32 *)t->rx_buf = val; in sprd_adi_transfer_one()
347 } else if (t->tx_buf) { in sprd_adi_transfer_one()
348 u32 *p = (u32 *)t->tx_buf; in sprd_adi_transfer_one()
/openbmc/linux/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S150 #define WK(t) ((((t) % 80) / 4)*32 + ( (t) % 4)*4 + ((t)/80)*16 )(WK_BUF) argument
151 #define PRECALC_WK(t) ((t)*2*2)(PRECALC_BUF) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Diters.c663 int *t, i; in fill() local
665 while ((t = bpf_iter_num_next(it))) { in fill()
666 i = *t; in fill()
675 int *t, i, sum = 0;; in sum() local
677 while ((t = bpf_iter_num_next(it))) { in sum()
678 i = *t; in sum()
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst58 time it's paged in. This ensures that malicious disk firmware can't
173 - ``EKEYREJECTED``: the builtin signature doesn't match the file
244 if the client doesn't trust the server and if the server needs to
350 - Reads of data that doesn't match the verity Merkle tree will fail
607 f2fs doesn't support enabling verity on files that currently have
726 :Q: Why isn't fs-verity part of IMA?
757 :A: If the Merkle tree wasn't stored on-disk, then you'd have to
793 :A: This isn't currently supported. It was part of the original
799 :Q: Why doesn't fs-verity support writes?
832 bit isn't appropriate.
[all …]
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Duse-pkgconfig.patch6 For reasons which I just can't fathom gnulib doesn't use the expected tools to
48 - dnl Don't use xml2-config nor pkg-config, since it doesn't work when
191 - dnl Don't use glib-config nor pkg-config, since it doesn't work when
315 - dnl Don't use glib-config nor pkg-config, since it doesn't work when
/openbmc/linux/drivers/video/console/
H A Dnewport_con.c578 static bool newport_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in newport_scroll() argument
587 if (t == 0 && b == vc->vc_rows) { in newport_scroll()
602 count = (b - t - lines) * vc->vc_cols; in newport_scroll()
605 y = t; in newport_scroll()
607 vc->vc_size_row * (t + lines)); in newport_scroll()
609 vc->vc_size_row * t); in newport_scroll()
658 vc->vc_size_row * t); in newport_scroll()
660 y = t; in newport_scroll()
/openbmc/linux/net/rds/
H A Drecv.c580 struct rds_cmsg_rx_trace t; in rds_cmsg_recv() local
583 memset(&t, 0, sizeof(t)); in rds_cmsg_recv()
585 t.rx_traces = rs->rs_rx_traces; in rds_cmsg_recv()
588 t.rx_trace_pos[i] = j; in rds_cmsg_recv()
589 t.rx_trace[i] = inc->i_rx_lat_trace[j + 1] - in rds_cmsg_recv()
594 sizeof(t), &t); in rds_cmsg_recv()
/openbmc/linux/fs/afs/
H A Dinode.c73 struct timespec64 t; in afs_inode_init_from_status() local
92 t = status->mtime_client; in afs_inode_init_from_status()
93 inode_set_ctime_to_ts(inode, t); in afs_inode_init_from_status()
94 inode->i_mtime = t; in afs_inode_init_from_status()
95 inode->i_atime = t; in afs_inode_init_from_status()
169 struct timespec64 t; in afs_apply_status() local
206 t = status->mtime_client; in afs_apply_status()
207 inode->i_mtime = t; in afs_apply_status()
255 inode_set_ctime_to_ts(inode, t); in afs_apply_status()
256 inode->i_atime = t; in afs_apply_status()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch123 -"La fonte %1$.40s dans le fichier %2$.40hs a été modifiée.\n"
124 +"La fonte %1$.40s dans le fichier %2$.40s a été modifiée.\n"
159 msgid "The generated font won't work with ATM"
186 -"Le contours du glyphe %2$.30s n'ont pas été trouvés dans la police %1$.60hs"
187 +"Le contours du glyphe %2$.30s n'ont pas été trouvés dans la police %1$.60s"
378 -"Trong hộp thoại tìm kiếm, %1$s chứa một tham chiếu đến %2$.20hs mà không tồn "
379 +"Trong hộp thoại tìm kiếm, %1$s chứa một tham chiếu đến %2$.20s mà không tồn "
380 "tại trong phông mới.\n"
/openbmc/linux/drivers/mmc/host/
H A Dwbsd.c948 static void wbsd_reset_ignore(struct timer_list *t) in wbsd_reset_ignore() argument
950 struct wbsd_host *host = from_timer(host, t, ignore_timer); in wbsd_reset_ignore()
990 static void wbsd_tasklet_card(struct tasklet_struct *t) in wbsd_tasklet_card() argument
992 struct wbsd_host *host = from_tasklet(host, t, card_tasklet); in wbsd_tasklet_card()
1039 static void wbsd_tasklet_fifo(struct tasklet_struct *t) in wbsd_tasklet_fifo() argument
1041 struct wbsd_host *host = from_tasklet(host, t, fifo_tasklet); in wbsd_tasklet_fifo()
1070 static void wbsd_tasklet_crc(struct tasklet_struct *t) in wbsd_tasklet_crc() argument
1072 struct wbsd_host *host = from_tasklet(host, t, crc_tasklet); in wbsd_tasklet_crc()
1094 static void wbsd_tasklet_timeout(struct tasklet_struct *t) in wbsd_tasklet_timeout() argument
1118 static void wbsd_tasklet_finish(struct tasklet_struct *t) in wbsd_tasklet_finish() argument
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_login.c889 struct iscsit_transport *t; in iscsi_target_setup_login_socket() local
892 t = iscsit_get_transport(np->np_network_transport); in iscsi_target_setup_login_socket()
893 if (!t) in iscsi_target_setup_login_socket()
896 rc = t->iscsit_setup_np(np, sockaddr); in iscsi_target_setup_login_socket()
898 iscsit_put_transport(t); in iscsi_target_setup_login_socket()
902 np->np_transport = t; in iscsi_target_setup_login_socket()
1027 if (!t->owner) { in iscsit_conn_set_transport()
1028 conn->conn_transport = t; in iscsit_conn_set_transport()
1032 rc = try_module_get(t->owner); in iscsit_conn_set_transport()
1034 pr_err("try_module_get() failed for %s\n", t->name); in iscsit_conn_set_transport()
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c445 unsigned long t; in dsicm_store_ulps() local
448 r = kstrtoul(buf, 0, &t); in dsicm_store_ulps()
457 if (t) in dsicm_store_ulps()
478 unsigned t; in dsicm_show_ulps() local
481 t = ddata->ulps_enabled; in dsicm_show_ulps()
484 return sysfs_emit(buf, "%u\n", t); in dsicm_show_ulps()
493 unsigned long t; in dsicm_store_ulps_timeout() local
496 r = kstrtoul(buf, 0, &t); in dsicm_store_ulps_timeout()
501 ddata->ulps_timeout = t; in dsicm_store_ulps_timeout()
523 unsigned t; in dsicm_show_ulps_timeout() local
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c459 const struct sge_intr_counts *t; in get_stats() local
511 *data++ = t->rx_drops; in get_stats()
512 *data++ = t->pure_rsps; in get_stats()
513 *data++ = t->unhandled_irqs; in get_stats()
514 *data++ = t->respQ_empty; in get_stats()
515 *data++ = t->respQ_overflow; in get_stats()
516 *data++ = t->freelistQ_empty; in get_stats()
517 *data++ = t->pkt_too_big; in get_stats()
518 *data++ = t->pkt_mismatch; in get_stats()
519 *data++ = t->cmdQ_full[0]; in get_stats()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1256 ktime_t t[5]; in _perf_memcpy() local
1262 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in _perf_memcpy()
1270 t[pass] = ktime_sub(t1, t0); in _perf_memcpy()
1273 sort(t, ARRAY_SIZE(t), sizeof(*t), wrap_ktime_compare, NULL); in _perf_memcpy()
1274 if (t[0] <= 0) { in _perf_memcpy()
1281 t[0], t[4]); in _perf_memcpy()
1292 t[1] + 2 * t[2] + t[3]) >> 20); in _perf_memcpy()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py905 …expected_output = ["Task {} couldn't be used from the cache because:".format(t) for t in change_bb…
929 exceptions += ["{}.*image_qa".format(t) for t in targets.split()]
930 exceptions += ["{}.*deploy_source_date_epoch".format(t) for t in targets.split()]
931 exceptions += ["{}.*image_complete".format(t) for t in targets.split()]
936 exceptions += ["{}.*create_spdx".format(t) for t in targets.split()]
937 exceptions += ["{}.*create_runtime_spdx".format(t) for t in targets.split()]
/openbmc/linux/Documentation/block/
H A Dswitching-sched.rst11 assuming that you have sysfs mounted on /sys. If you don't have sysfs mounted,
14 # mount none /sys -t sysfs
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-sis5595.rst53 that don't set the address in the BIOS. Does not do a
55 Don't use this unless the driver complains that the
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-raw.c66 static void img_ir_echo_timer(struct timer_list *t) in img_ir_echo_timer() argument
68 struct img_ir_priv *priv = from_timer(priv, t, raw.timer); in img_ir_echo_timer()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A Dgnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch4 Subject: [PATCH 1/2] gnome-desktop-thumbnail: don't convert time_t to long
7 build for X32, where long's size doesn't match that of time_t.
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-spl.lds100 * Make sure that the bss segment isn't linked at 0x0, otherwise its
101 * address won't be updated during relocation fixups.
/openbmc/u-boot/doc/chromium/devkeys/
H A Dkernel.keyblock3 …l< R��p����F�i��6��P�I�D�|I@4��xb��O>���Ǣ:��î�k��Y��E{K`��%Т/�j.7$i:m@!�t\���`Ypp�F��
5 گ��\F���l�N��k��K���6��Ց�~����ܾ���(/��kH�Q�m���li��(P~t��j �k��ޣ_#�*D��$63�~�������…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A D0001-Define-createIdentifierRef-prototype-in-yang-complex.patch36 * we don't know it better at this point. bison generated C code declares
45 * Current parser defined in parser-yang. Workaround - can't include data.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A Ddonnot-extract-gdb-during-do-compile.patch6 Put gdb source tarball in SRC_URI and don't fetch and extract it during
37 - [ ! -t 2 ] && WGET_OPTS="--progress=dot:mega"; \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-Fix-generate-keynames.patch20 egrep "#define[ \t]+KEY_" | grep -v KEY_MAX | \
29 egrep "#define[ \t]+BTN_" | \

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