/openbmc/openbmc/poky/meta/recipes-support/attr/acl/ |
H A D | 0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch | 24 # Make sure translations don't break tests when matching output.
|
/openbmc/linux/drivers/net/ethernet/fungible/ |
H A D | Kconfig | 12 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/Documentation/devicetree/bindings/hwinfo/ |
H A D | ti,k3-socinfo.yaml | 10 - Tero Kristo <t-kristo@ti.com>
|
/openbmc/linux/drivers/net/ethernet/vertexcom/ |
H A D | Kconfig | 12 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/drivers/iio/accel/ |
H A D | bmc150-accel.h | 40 int (*setup)(struct bmc150_accel_trigger *t, bool state);
|
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
H A D | interfaces | 21 # Busybox ifupdown won't process /en* correctly
|
/openbmc/openbmc/poky/meta-poky/classes/ |
H A D | poky-bleeding.bbclass | 3 # expands anything containing PV, else the parse process won't trigger the fetcher to
|
/openbmc/linux/arch/um/include/shared/ |
H A D | kern_util.h | 61 extern int singlestepping(void *t);
|
/openbmc/openbmc/poky/meta/recipes-extended/findutils/ |
H A D | findutils_4.10.0.bb | 17 # need od from coreutils for -t option
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-protobuf_4.25.3.bb | 12 # Can't find required file: ../src/google/protobuf/descriptor.proto
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-sphinx_7.3.7.bb | 13 # The cache format of "{None, 'en', 'ja'}" doesn't seem to be consistent (dict ordering?)
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | oss-emulation.rst | 19 the card number and the minor unit number. Usually you don't have to 28 Note that you can't use the aliased name as the target name (i.e. 29 ``alias sound-slot-0 snd-card-0`` doesn't work any more like the old 38 after the corresponding OSS-emulation module is loaded. Don't worry 124 automatically when the card doesn't support it natively. 152 don't use plugins
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | main.c | 725 static void lbs_cmd_timeout_handler(struct timer_list *t) in lbs_cmd_timeout_handler() argument 727 struct lbs_private *priv = from_timer(priv, t, command_timer); in lbs_cmd_timeout_handler() 759 static void lbs_tx_lockup_handler(struct timer_list *t) in lbs_tx_lockup_handler() argument 761 struct lbs_private *priv = from_timer(priv, t, tx_lockup_timer); in lbs_tx_lockup_handler() 782 static void auto_deepsleep_timer_fn(struct timer_list *t) in auto_deepsleep_timer_fn() argument 784 struct lbs_private *priv = from_timer(priv, t, auto_deepsleep_timer); in auto_deepsleep_timer_fn()
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-class.rst | 8 of the LED (taking a value 0-max_brightness). Most LEDs don't have hardware 13 complex. A simple trigger isn't configurable and is designed to slot into 77 it doesn't provide unique devicename section. In this case numerical 82 for devicename, but this approach is now deprecated as it doesn't convey 113 individual led class attributes. As a solution which doesn't incur as much 116 of the name don't apply, just leave that section blank.
|
/openbmc/linux/drivers/watchdog/ |
H A D | watchdog_dev.c | 80 unsigned int t = wdd->timeout * 1000; in watchdog_need_worker() local 95 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker() 96 (t && !watchdog_active(wdd) && watchdog_hw_running(wdd)); in watchdog_need_worker() 134 ktime_t t = watchdog_next_keepalive(wdd); in watchdog_update_worker() local 136 if (t > 0) in watchdog_update_worker() 137 hrtimer_start(&wd_data->timer, t, in watchdog_update_worker()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_hw.h | 112 #define ENETC_BDR(t, i, r) (0x8000 + (t) * 0x100 + ENETC_BDR_OFF(i) + (r)) argument 521 #define enetc_bdr_rd(hw, t, n, off) \ argument 522 enetc_rd(hw, ENETC_BDR(t, n, off)) 523 #define enetc_bdr_wr(hw, t, n, off, val) \ argument 524 enetc_wr(hw, ENETC_BDR(t, n, off), val)
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.75.0.bb | 25 # We don't need to depend on gcc-native because yocto assumes it exists 39 # We don't want to use bitbakes vendoring because the rust sources do their 64 # are used internally by rust and result in symbol mismatches if we don't 107 # If we don't do this rust-native will compile it's own llvm for BUILD. 165 # We can't use BUILD_SYS since that is something the rust snapshot knows 171 # ./x.py install doesn't have any notion of "destdir"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/ |
H A D | pulseaudio.inc | 29 # One of the resampler implementations uses libsamplerate. This recipe doesn't 32 # One of the database implementations uses gdbm. This recipe doesn't enable 46 # GPLv2's section 3, and therefore libdbus's GPL license doesn't affect 87 # soxr (the SoX Resampler library) doesn't seem to be currently packaged in 100 # hassle to add the license to OE-Core's set of licenses. The canceller isn't 120 # Since many embedded systems don't have non-root users, it's useful to be
|
/openbmc/linux/fs/ntfs3/ |
H A D | run.c | 341 struct ntfs_run *t = run->runs + index - 1; in run_add_entry() local 343 if (t->vcn + t->len == vcn && in run_add_entry() 344 (t->lcn == SPARSE_LCN) == (lcn == SPARSE_LCN) && in run_add_entry() 345 (lcn == SPARSE_LCN || lcn == t->lcn + t->len)) { in run_add_entry()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 384 unsigned n, t = 2 + 2*strlen(s); in ascii2desc() local 386 if (t > 254) in ascii2desc() 387 t = 254; /* Longest possible UTF string descriptor */ in ascii2desc() 388 if (len > t) in ascii2desc() 389 len = t; in ascii2desc() 395 *buf++ = t; in ascii2desc() 398 *buf++ = t >> 8; in ascii2desc() 399 t = (unsigned char)*s++; in ascii2desc() 778 static void rh_timer_func (struct timer_list *t) in rh_timer_func() argument 780 struct usb_hcd *_hcd = from_timer(_hcd, t, rh_timer); in rh_timer_func() [all …]
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig | 370 If you don't know what to do here, say N. 456 If you don't know what to do here, say Y. 475 If you don't know what to do here, say Y. 493 If you don't know what to do here, say Y. 513 If you don't know what to do here, say Y. 524 If you don't know what to do here, say Y. 548 If you don't know what to do here, say Y. 565 If you don't know what to do here, say Y. 578 If you don't know what to do here, say Y. 622 If you don't know what to do here, say Y. [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 1394 struct thread *t; in print_result() local 1397 t = perf_session__findnew(session, st->addr); in print_result() 1398 name = thread__comm_str(t); in print_result() 1431 struct thread *t; in dump_threads() local 1438 t = perf_session__findnew(session, st->tid); in dump_threads() 1441 thread__put(t); in dump_threads() 1716 struct thread *t; in print_lock_stat_stdio() local 1730 t = perf_session__findnew(session, pid); in print_lock_stat_stdio() 1764 struct thread *t; in print_lock_stat_csv() local 1780 t = perf_session__findnew(session, pid); in print_lock_stat_csv() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | f71805f.rst | 136 doesn't allow changing it. In theory, the BIOS should have configured 146 properly. The driver will report the method, but won't let you change 154 doesn't give you good linear control, try reducing it. Fintek recommends 159 corresponds to a pwm value of 106 for the driver. The driver doesn't
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BitstreamVera | 62 1. I don't understand the resale restriction... What gives? 65 competitors can't just drop the fonts as is into a font sale system 66 and sell them as is. It seems fair that if Bitstream can't make money 75 with, and you aren't selling them independently by themselves.
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-g-topology.rst | 76 the ioctl won't store the entities. It will just update 91 the ioctl won't store the interfaces. It will just update 106 won't store the pads. It will just update ``num_pads`` 120 won't store the links. It will just update ``num_links``
|