Home
last modified time | relevance | path

Searched refs:t (Results 1626 – 1650 of 8709) sorted by relevance

1...<<61626364656667686970>>...349

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/
H A Drfkill_1.0.bb8 file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A Dwrong-variable-expansion.patch13 -# search path. I don't know why autoconf doesn't do this by default
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-reconnect-on-open.out5 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
9 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/
H A D0001-meson.build-add-a-hack-for-crosscompile.patch2 From: Markus Volk <f_l_k@t-online.de>
6 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/webui-vue/src/store/modules/Logs/
H A DPostCodeLogsStore.js46 i18n.global.t('pagePostCodeLogs.toast.successDelete', data.length),
51 i18n.global.t('pagePostCodeLogs.toast.errorDelete', data.length),
/openbmc/linux/Documentation/hwmon/
H A Dpc87360.rst36 Also note that for the PC87366, initialization levels 2 and 3 don't enable
38 so they can't be used at the same time.
75 but this driver implements dynamic clock divider selection, so you don't
100 As mentioned above, you don't have to care about this no more.
104 also for the programmable low limits, so don't be surprised if you try to
141 external thermal diode channels, so you (physically) can't use them all at
161 motherboard manufacturers don't seem to care about National Semiconductor's
185 Monitoring of in9 isn't enabled at lower init levels (<3) because that
197 shouldn't be changed once the monitoring has started, but we ignore that
/openbmc/qemu/tests/qemu-iotests/
H A D237.out3 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "size": 0}}}
8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "nod…
32 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "size": 0}}}
37 …"vmdk", "extents": [], "file": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk"}, "hwversion":…
59 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "size": 0}}}
64 …"vmdk", "extents": [], "file": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk"}, "size": 3355…
86 …ents": {"job-id": "job0", "options": {"driver": "vmdk", "file": "this doesn't exist", "size": 3355…
88 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
H A D143.out8 qemu-io: can't open device nbd+unix:///no_such_export?socket=SOCK_DIR/nbd: Requested export not ava…
10 qemu-io: can't open device nbd+unix:///aa--aa1?socket=SOCK_DIR/nbd: Requested export not available
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c308 char *s, *t; /* .. (source, target) */ in decimal64ToString() local
398 t=c; /* target */ in decimal64ToString()
399 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal64ToString()
400 *t='.'; /* insert the dot */ in decimal64ToString()
423 t=c+1-pre; in decimal64ToString()
424 *(t+1)='\0'; /* can add terminator now */ in decimal64ToString()
425 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal64ToString()
/openbmc/linux/Documentation/fb/
H A Dsstfb.rst17 not completely working...Don't worry, it's still more than usable
22 BTW, If you have only one monitor , and you don't feel like playing
66 (if you don't have a second monitor, you'll have to plug your monitor
75 if you don't have another fb device, this step is superfluous,
85 (how does it work with vgacon ? short answer : it doesn't work)
115 doesn't work yet...
167 - the driver don't detect the 4Mb frame buffer voodoos, it seems that
169 - The driver is 16 bpp only, 24/32 won't work.
180 - I didn't really test changing the palette, so you may find some weird
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c553 int t, c_threads = 0, n_threads = 13; in test_cgcore_proc_migration() local
582 for (t = 0; t < c_threads; ++t) { in test_cgcore_proc_migration()
583 pthread_cancel(threads[t]); in test_cgcore_proc_migration()
586 for (t = 0; t < c_threads; ++t) { in test_cgcore_proc_migration()
587 pthread_join(threads[t], NULL); in test_cgcore_proc_migration()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c2115 nonactive = t->x_res + t->hfp + t->hsw + t->hbp - out_width; in check_horiz_timing_omap3()
2122 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk); in check_horiz_timing_omap3()
3147 _dispc_mgr_set_lcd_timings(channel, t.hsw, t.hfp, t.hbp, t.vsw, in dispc_mgr_set_timings()
3148 t.vfp, t.vbp, t.vsync_level, t.hsync_level, in dispc_mgr_set_timings()
3149 t.data_pclk_edge, t.de_level, t.sync_pclk_edge); in dispc_mgr_set_timings()
3151 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings()
3152 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()
3159 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
3161 t.vsync_level, t.hsync_level, t.data_pclk_edge, in dispc_mgr_set_timings()
3162 t.de_level, t.sync_pclk_edge); in dispc_mgr_set_timings()
[all …]
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c194 t = 0; in zd_iowrite16a_locked()
200 t = 1; in zd_iowrite16a_locked()
231 t = 0; in zd_iowrite32a_locked()
237 t = 1; in zd_iowrite32a_locked()
662 int r, t; in zd1211_hw_reset_phy() local
677 if (t && !r) in zd1211_hw_reset_phy()
678 r = t; in zd1211_hw_reset_phy()
744 int r, t; in zd1211b_hw_reset_phy() local
755 r = t; in zd1211b_hw_reset_phy()
1263 int r, t; in zd_chip_set_channel() local
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_legacy_api.rst12 fe-type-t
13 fe-bandwidth-t
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak/
H A D0001-flatpak-pc-add-pc_sysrootdir.patch2 From: Markus Volk <f_l_k@t-online.de>
6 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.h78 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (-ENOSYS) argument
79 # define xfs_rtpick_extent(m,t,l,rb) (-ENOSYS) argument
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c42 drm_get_tv_mode_from_name_valid_desc(const struct drm_get_tv_mode_from_name_test *t, in drm_get_tv_mode_from_name_valid_desc() argument
45 sprintf(desc, "%s", t->name); in drm_get_tv_mode_from_name_valid_desc()
H A Ddrm_rect_test.c327 static void drm_rect_intersect_case_desc(const struct drm_rect_intersect_case *t, char *desc) in drm_rect_intersect_case_desc() argument
331 t->description, DRM_RECT_ARG(&t->r1), DRM_RECT_ARG(&t->r2)); in drm_rect_intersect_case_desc()
400 static void drm_rect_scale_case_desc(const struct drm_rect_scale_case *t, char *desc) in drm_rect_scale_case_desc() argument
402 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in drm_rect_scale_case_desc()
482 static void drm_rect_rotate_case_desc(const struct drm_rect_rotate_case *t, char *desc) in drm_rect_rotate_case_desc() argument
484 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in drm_rect_rotate_case_desc()
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/
H A Dvegman-fru-handler.bb22 install -m 0755 ${S}/baseboard-fru-handler.sh -D -t ${D}${bindir}
23 install -m 0644 ${S}/baseboard-fru-handler.service -D -t ${D}${systemd_system_unitdir}
/openbmc/linux/tools/power/cpupower/po/
H A Dde.po92 msgid "\t -v: be more verbose\n"
93 msgstr "\t -v: ausführlicher\n"
97 msgid "\t -h: print this help\n"
98 msgstr "\t -h: diese Hilfe ausgeben\n"
107 msgid "\t -t: show CPU topology/hierarchy\n"
108 msgstr "\t -t: CPU-Topologie/Hierarchie anzeigen\n"
125 "only one of: -t, -l, -m are allowed\n"
128 "nur einer von: -t, -l, -m ist erlaubt\n"
548 msgid "couldn't analyze CPU %d as it doesn't seem to be present\n"
908 msgid "states:\t\n"
[all …]
/openbmc/linux/Documentation/driver-api/usb/
H A Ddma.rst25 - "usbcore" will map this DMA address, if a DMA-aware driver didn't do
27 don't manage dma mappings for URBs.
55 Most drivers should **NOT** be using these primitives; they don't need
77 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
81 behavior. Just don't override it; e.g. with ``NETIF_F_HIGHDMA``.
91 Existing buffers aren't usable for DMA without first being mapped into the
130 ``URB_NO_TRANSFER_DMA_MAP`` so that usbcore won't map or unmap the buffer.
134 they don't have current users. See the source code. Other than the dmasync
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Drunqueue.py295 expected = ["mc-1:f1:%s" % t for t in self.alltasks] + \
296 ["mc_2:a1:%s" % t for t in self.alltasks]
313 expected = ["mc-1:f1:%s" % t for t in rerun_tasks] + \
314 ["mc_2:a1:%s" % t for t in rerun_tasks]
/openbmc/linux/sound/core/oss/
H A Dmulaw.c122 int t; in ulaw2linear() local
131 t = ((u_val & QUANT_MASK) << 3) + BIAS; in ulaw2linear()
132 t <<= ((unsigned)u_val & SEG_MASK) >> SEG_SHIFT; in ulaw2linear()
134 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in ulaw2linear()
/openbmc/linux/Documentation/admin-guide/
H A Dldm.rst83 If you believe the driver isn't working as it should, you can enable the extra
90 As with all the partition code, if the driver doesn't see signs of its type of
94 If you have Dynamic Disks but don't enable the driver, then all you will see
95 is a dummy MSDOS partition filling the whole disk. You won't be able to mount
115 If you have any LDM questions that aren't answered in the documentation, email
/openbmc/linux/drivers/watchdog/
H A Dwdt.c182 static int wdt_set_heartbeat(int t) in wdt_set_heartbeat() argument
184 if (t < 1 || t > 65535) in wdt_set_heartbeat()
187 heartbeat = t; in wdt_set_heartbeat()
188 wd_heartbeat = t * 100; in wdt_set_heartbeat()

1...<<61626364656667686970>>...349