/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-debug-tarball.bbclass | 3 # "live" image fstypes that we don't want.
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-initramfs-boot.bb | 13 # 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 D | python3-async-timeout_4.0.3.bb | 6 timeout doesn't create a new task."
|
H A D | python3-anyio_4.4.0.bb | 14 # Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently.
|
/openbmc/linux/drivers/net/wireless/purelifi/ |
H A D | Kconfig | 8 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-lte-sku.dtsi | 23 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | o2cb | 7 in /sys/fs/o2cb are sufficiently prevalent. Don't code new
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | meson.build | 7 '-t', '',
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | musl-legacy-error.bb | 20 install -Dm 0644 ${S}/error.h -t ${D}${includedir}
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | philips.rst | 51 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 D | x86-fit-boot.txt | 38 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 D | release-notes-4.0.2.rst | 21 - 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 D | organize_distro_discovery.patch | 61 - 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 D | lam.c | 812 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 D | ad9523.c | 308 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 D | bnx2fc_tgt.c | 17 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 D | bareudp.c | 625 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 D | dispc.c | 3224 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 D | spelling.txt | 163 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 D | i2c-core-base.c | 1990 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 D | LAL-1.2 | 10 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 D | ccid2.c | 119 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 D | Kconfig | 48 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 D | package_ipk.bbclass | 50 # 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 D | main.c | 114 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()
|