Home
last modified time | relevance | path

Searched refs:t (Results 3101 – 3125 of 8705) sorted by relevance

1...<<121122123124125126127128129130>>...349

/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-debug-tarball.bbclass3 # "live" image fstypes that we don't want.
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-initramfs-boot.bb13 # Don't allow the initramfs to contain a kernel, as kernel modules will depend
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-async-timeout_4.0.3.bb6 timeout doesn't create a new task."
H A Dpython3-anyio_4.4.0.bb14 # Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently.
/openbmc/linux/drivers/net/wireless/purelifi/
H A DKconfig8 Note that the answer to this question doesn't directly affect the
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lte-sku.dtsi23 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
/openbmc/linux/Documentation/ABI/removed/
H A Do2cb7 in /sys/fs/o2cb are sufficiently prevalent. Don't code new
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dmeson.build7 '-t', '',
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dmusl-legacy-error.bb20 install -Dm 0644 ${S}/error.h -t ${D}${includedir}
/openbmc/linux/Documentation/admin-guide/media/
H A Dphilips.rst51 don't know how to set it properly in the driver. The options are:
77 However, it doesn't really buffer images, it just gives you a bit more
81 The absolute maximum is 10, but don't set it too high! Every buffer takes
91 don't have power saving at all), and some models don't work either (they
238 accommodate some tools that don't set the size. You can change these
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt38 doesn't make a huge amount of sense. Any boot loader worth its salts already
46 (Aside: On ARM systems, we worry that the boot loader won't know where to load
54 so prevalent that is actually isn't possible to produce the 'raw' kernel build
177 address so that U-Boot doesn't overwrite it when decompressing. Something like
240 tree then x86 doesn't normally use those - it has ACPI instead.
252 5. You can use verified/secure boot and other features which haven't yet been
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.2.rst21 - archiver: don't use machine variables in shared recipes
110 - makedevs: Don't use COPYING.patch just to add license file into ${S}
132 - python3: Ensure stale empty python module directories don't break the build
145 - sanity: Don't warn about make 4.2.1 for mint
153 - strace: Don't run ptest as "nobody"
158 - systemd: Drop 0002-don-t-use-glibc-specific-qsort_r.patch
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dorganize_distro_discovery.patch61 - print STDERR "$err Couldn't determine Mandrake/Mandriva version! Setting to 10.1!\n";
71 - print STDERR "$err Couldn't determine Immunix version! Setting to 6.2!\n";
180 - print STDERR "$err Couldn't determine Red Hat version! Setting to 9!\n";
219 - print STDERR "$err Couldn't determine SuSE version! Setting to 10.3!\n";
228 - print STDERR "$err Couldn't determine TurboLinux version! Setting to 7.0!\n";
470 # write an error that the errorlog location isn't defined.
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c812 struct testcases *t = test + i; in run_test() local
816 ret = fork_test(t); in run_test()
820 ksft_test_result_skip(t->msg); in run_test()
825 ret = (t->expected == ret); in run_test()
827 ret = !(t->expected); in run_test()
829 ksft_test_result(ret, t->msg); in run_test()
/openbmc/linux/drivers/iio/frequency/
H A Dad9523.c308 struct spi_transfer t[] = { in ad9523_read() local
322 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ad9523_read()
337 struct spi_transfer t[] = { in ad9523_write() local
352 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ad9523_write()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c17 static void bnx2fc_upld_timer(struct timer_list *t);
18 static void bnx2fc_ofld_timer(struct timer_list *t);
30 static void bnx2fc_upld_timer(struct timer_list *t) in bnx2fc_upld_timer() argument
33 struct bnx2fc_rport *tgt = from_timer(tgt, t, upld_timer); in bnx2fc_upld_timer()
43 static void bnx2fc_ofld_timer(struct timer_list *t) in bnx2fc_ofld_timer() argument
46 struct bnx2fc_rport *tgt = from_timer(tgt, t, ofld_timer); in bnx2fc_ofld_timer()
/openbmc/linux/drivers/net/
H A Dbareudp.c625 struct bareudp_dev *bareudp, *t = NULL; in bareudp_find_dev() local
629 t = bareudp; in bareudp_find_dev()
631 return t; in bareudp_find_dev()
639 struct bareudp_dev *t, *bareudp = netdev_priv(dev); in bareudp_configure() local
644 t = bareudp_find_dev(bn, conf); in bareudp_configure()
645 if (t) { in bareudp_configure()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3224 struct videomode t = *vm; in dispc_mgr_set_timings() local
3226 DSSDBG("channel %d xres %u yres %u\n", channel, t.hactive, t.vactive); in dispc_mgr_set_timings()
3234 _dispc_mgr_set_lcd_timings(dispc, channel, &t); in dispc_mgr_set_timings()
3236 xtot = t.hactive + t.hfront_porch + t.hsync_len + t.hback_porch; in dispc_mgr_set_timings()
3237 ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vback_porch; in dispc_mgr_set_timings()
3244 t.hsync_len, t.hfront_porch, t.hback_porch, in dispc_mgr_set_timings()
3245 t.vsync_len, t.vfront_porch, t.vback_porch); in dispc_mgr_set_timings()
3255 if (t.flags & DISPLAY_FLAGS_INTERLACED) in dispc_mgr_set_timings()
3256 t.vactive /= 2; in dispc_mgr_set_timings()
3260 !!(t.flags & DISPLAY_FLAGS_DOUBLECLK), in dispc_mgr_set_timings()
[all …]
/openbmc/linux/scripts/
H A Dspelling.txt163 arne't||aren't
278 cant||can't
279 cant'||can't
281 cann't||can't
515 didnt||didn't
562 doesnt||doesn't
904 isnt||isn't
1408 shouldnt||shouldn't
1689 was't||wasn't
1705 wont||won't
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c1990 i2c_parse_timing(dev, "clock-frequency", &t->bus_freq_hz, in i2c_parse_fw_timings()
1993 d = t->bus_freq_hz <= I2C_MAX_STANDARD_MODE_FREQ ? 1000 : in i2c_parse_fw_timings()
1994 t->bus_freq_hz <= I2C_MAX_FAST_MODE_FREQ ? 300 : 120; in i2c_parse_fw_timings()
1995 i2c_parse_timing(dev, "i2c-scl-rising-time-ns", &t->scl_rise_ns, d, u); in i2c_parse_fw_timings()
1997 d = t->bus_freq_hz <= I2C_MAX_FAST_MODE_FREQ ? 300 : 120; in i2c_parse_fw_timings()
2001 &t->scl_int_delay_ns, 0, u); in i2c_parse_fw_timings()
2002 i2c_parse_timing(dev, "i2c-sda-falling-time-ns", &t->sda_fall_ns, in i2c_parse_fw_timings()
2003 t->scl_fall_ns, u); in i2c_parse_fw_timings()
2004 i2c_parse_timing(dev, "i2c-sda-hold-time-ns", &t->sda_hold_ns, 0, u); in i2c_parse_fw_timings()
2006 &t->digital_filter_width_ns, 0, u); in i2c_parse_fw_timings()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLAL-1.210 Loin d’ignorer les droits de l’auteur, cette licence les reconnaît et les protège. Elle en reformul…
11 Alors que l’usage fait du droit de la propriété littéraire et artistique conduit à restreindre l’ac…
14 …tion et de production est apparu. Il est aussi l’amplification de ce qui a été expérimenté par nom…
54 …r aux autres les mêmes droits sur votre contribution que ceux qui vous ont été accordés par cette …
61 …r des dispositions contenues dans la version sous laquelle la copie vous a été communiquée ou alor…
/openbmc/linux/net/dccp/ccids/
H A Dccid2.c119 struct tasklet_struct *t = &dccp_sk(sk)->dccps_xmitlet; in dccp_tasklet_schedule() local
121 if (!test_and_set_bit(TASKLET_STATE_SCHED, &t->state)) { in dccp_tasklet_schedule()
123 __tasklet_schedule(t); in dccp_tasklet_schedule()
127 static void ccid2_hc_tx_rto_expire(struct timer_list *t) in ccid2_hc_tx_rto_expire() argument
129 struct ccid2_hc_tx_sock *hc = from_timer(hc, t, tx_rtotimer); in ccid2_hc_tx_rto_expire()
/openbmc/linux/drivers/mtd/
H A DKconfig48 Note that mounting a JFFS2 filesystem doesn't require using mtdblock.
86 unless you live in the Free World where software patents aren't
103 unless you live in the Free World where software patents aren't
128 unless you live in the Free World where software patents aren't
163 isn't recommended to use with valuable data (anyway if you have
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass50 # FILE isn't included by default but we want the recipe to change if basename() changes
89 # Spread packages across subdirectories so each isn't too crowded
161 for t in description.split('\\n'):
162 ctrlfile.write(' %s\n' % (t.strip() or ' .'))
256 # Have to list any variables referenced as X_<pkg> that aren't in pkgdata here
/openbmc/linux/kernel/power/
H A Dmain.c114 void pm_report_hw_sleep_time(u64 t) in pm_report_hw_sleep_time() argument
116 suspend_stats.last_hw_sleep = t; in pm_report_hw_sleep_time()
117 suspend_stats.total_hw_sleep += t; in pm_report_hw_sleep_time()
121 void pm_report_max_hw_sleep(u64 t) in pm_report_max_hw_sleep() argument
123 suspend_stats.max_hw_sleep = t; in pm_report_max_hw_sleep()

1...<<121122123124125126127128129130>>...349