/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctl.h | 76 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 19 #define SUBSIG_BADTRAP(t) (0x80 + (t)) argument
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/ |
H A D | 0001-configure-Keep-first-line-of-compiler-version-string.patch | 23 - CC_VERSION="`$CC $CC_VERSION_OPT 2>&1 | sed -e 's/\\\\/\\\\\\\\\\\\\\\\/g;s/^/\\\\t/;s/$/\\\\n/'… 24 + CC_VERSION="`$CC $CC_VERSION_OPT 2>&1 | head -1 | sed -e 's/\\\\/\\\\\\\\\\\\\\\\/g;s/^/\\\\t/;s…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ |
H A D | ddrescue_1.29.bb | 16 # This isn't already added by base.bbclass 40 # Info dir listing isn't interesting at this point so remove it if it exists.
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 34 parts of a computer system when they aren't being used. While a 69 When a device has been suspended, it generally doesn't resume until 71 suspended, it generally doesn't resume until the user tells it to, say 90 to declare that a device isn't idle even when there's no actual 91 communication taking place. (For example, a hub isn't considered idle 93 In addition, a device isn't considered idle so long as a program keeps 96 If a USB device has no driver, its usbfs file isn't open, and it isn't 105 won't be autosuspended unless it has been idle for some minimum period 115 It is worth mentioning that many USB drivers don't support 118 usblp, usblcd, and usb-skeleton (which doesn't count). If a [all …]
|
H A D | error-codes.rst | 34 ``-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/tools/power/cpupower/po/ |
H A D | it.po | 75 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 82 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 88 msgid "\t -v: be more verbose\n" 93 msgid "\t -h: print this help\n" 98 msgid "\t -i: time interval to measure for in seconds (default 1)\n" 103 msgid "\t -t: show CPU topology/hierarchy\n" 108 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 113 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 119 "only one of: -t, -l, -m are allowed\n" 229 msgid "Couldn't count the number of CPUs (%s: %s), assuming 1\n" [all …]
|
H A D | fr.po | 75 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 82 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 88 msgid "\t -v: be more verbose\n" 93 msgid "\t -h: print this help\n" 98 msgid "\t -i: time interval to measure for in seconds (default 1)\n" 103 msgid "\t -t: show CPU topology/hierarchy\n" 108 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 113 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 119 "only one of: -t, -l, -m are allowed\n" 229 msgid "Couldn't count the number of CPUs (%s: %s), assuming 1\n" [all …]
|
H A D | pt.po | 73 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 80 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 86 msgid "\t -v: be more verbose\n" 91 msgid "\t -h: print this help\n" 96 msgid "\t -i: time interval to measure for in seconds (default 1)\n" 101 msgid "\t -t: show CPU topology/hierarchy\n" 106 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 111 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 117 "only one of: -t, -l, -m are allowed\n" 227 msgid "Couldn't count the number of CPUs (%s: %s), assuming 1\n" [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | process.c | 1156 static inline void save_sprs(struct thread_struct *t) in save_sprs() argument 1160 t->vrsave = mfspr(SPRN_VRSAVE); in save_sprs() 1164 t->spefscr = mfspr(SPRN_SPEFSCR); in save_sprs() 1168 t->dscr = mfspr(SPRN_DSCR); in save_sprs() 1171 t->bescr = mfspr(SPRN_BESCR); in save_sprs() 1172 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs() 1173 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs() 1175 t->fscr = mfspr(SPRN_FSCR); in save_sprs() 1183 t->tar = mfspr(SPRN_TAR); in save_sprs() 1187 t->hashkeyr = mfspr(SPRN_HASHKEYR); in save_sprs() [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-dsi-cm.c | 445 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/target/iscsi/ |
H A D | iscsi_target_login.c | 889 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() 1023 iscsit_conn_set_transport(struct iscsit_conn *conn, struct iscsit_transport *t) in iscsit_conn_set_transport() argument 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() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 459 const struct sge_intr_counts *t; in get_stats() local 463 t = t1_sge_get_intr_counts(adapter->sge); in get_stats() 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() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | wbsd.c | 948 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 1096 struct wbsd_host *host = from_tasklet(host, t, timeout_tasklet); in wbsd_tasklet_timeout() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 1256 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/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 123 -"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/fs/afs/ |
H A D | inode.c | 73 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/linux/drivers/video/console/ |
H A D | newport_con.c | 578 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 D | recv.c | 580 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/openbmc/poky/meta/recipes-core/gettext/gettext/ |
H A D | use-pkgconfig.patch | 6 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/Documentation/admin-guide/laptops/ |
H A D | sonypi.rst | 9 - Copyright (C) 2000 Takaya Kinjo <t-kinjo@tc4.so-net.ne.jp> 44 driver and the ACPI BIOS, because Sony doesn't agree to release any programming 64 fnkeyinit: on some Vaios (C1VE, C1VR etc), the Fn key events don't 67 some Vaio models don't deal well with this option. 70 with it and it shouldn't be required anyway if 137 continue to use them, don't use this driver.
|
/openbmc/linux/drivers/spi/ |
H A D | spi-sprd-adi.c | 337 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 D | sha1_avx2_x86_64_asm.S | 150 #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 D | iters.c | 663 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/drivers/staging/media/av7110/ |
H A D | video_types.rst | 10 .. _video-format-t: 33 .. _video-displayformat-t: 55 .. _video-stream-source-t: 80 .. _video-play-state-t: 134 .. _video-size-t:
|