/openbmc/linux/Documentation/arch/arm64/ |
H A D | ptdump.rst | 29 mount -t debugfs nodev /sys/kernel/debug
|
/openbmc/linux/drivers/phy/ti/ |
H A D | Kconfig | 98 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y'
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | amlogic,meson-dwmac.yaml | 14 # We need a select here so we don't match all nodes with 'snps,dwmac'
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-generic.rst | 14 used on SCSI devices that don't fit into the already serviced categories.
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | vimc.rst | 29 If the configuration doesn't match, the stream will fail. The ``v4l-utils``
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-phycore-rdk.dts | 177 * Default drive strength isn't enough to achieve even
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_xmit.h | 280 void r8712_xmit_bh(struct tasklet_struct *t);
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | logicpd-torpedo-som.dtsi | 38 /* The Torpedo doesn't route the USB host pins */
|
H A D | am335x-wega.dtsi | 4 * Author: Teresa Remmet <t.remmet@phytec.de>
|
/openbmc/linux/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 211 # SKIP crc32 -i*8(block_2), crc2 ; Don't do this one yet
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.h | 399 void rtl92e_check_rfctrl_gpio_timer(struct timer_list *t);
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 297 struct rtrs_iu *rtrs_iu_alloc(u32 queue_num, size_t size, gfp_t t,
|
/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 772 extern void scsi_host_put(struct Scsi_Host *t);
|
/openbmc/openpower-hw-diags/ |
H A D | meson.build | 135 # use `trace.hpp` will throw a linker error because we don't have access
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | Kconfig | 36 Unless you are testing these algorithms, you don't need this.
|
/openbmc/phosphor-pid-control/ |
H A D | tuning.md | 12 Flag `"-t"` can be specified to enabled the daemon to read the fan RPM setpoint
|
/openbmc/linux/fs/udf/ |
H A D | udfdecl.h | 66 u8 udf_tag_checksum(const struct tag *t);
|
/openbmc/openbmc/poky/meta/recipes-extended/net-tools/ |
H A D | net-tools_2.10.bb | 67 # We don't need COPTS or LOPTS, but let's be consistent.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/makedumpfile/makedumpfile/ |
H A D | 0001-makedumpfile-replace-hardcode-CFLAGS.patch | 11 system doesn't build static library by default
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/ |
H A D | nspr_4.35.bb | 14 file://0001-config-nspr-config.in-don-t-pass-LDFLAGS.patch \
|
/openbmc/openbmc/poky/meta/recipes-core/libxml/ |
H A D | libxml2_2.12.7.bb | 61 # autonamer would call this libxml2-2, but we don't want that
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.h | 194 unsigned t : 1; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | overlayfs.rst | 123 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,\ 316 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,... /merged 333 mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged 345 mount -t overlay overlay -olowerdir=/a\:lower\:\:dir /merged 410 mount -t overlay overlay -olowerdir=/l1:/l2:/l3::/do1::/do2 /merged 511 probably will succeed but expect the unexpected later on. So don't do it. 525 This is the list of cases that overlayfs doesn't currently handle: 564 If this feature is disabled or the underlying filesystem doesn't have
|
/openbmc/linux/drivers/net/phy/ |
H A D | phylink.c | 714 struct phylink_link_state t; in phylink_validate_mask() local 721 t = *state; in phylink_validate_mask() 722 t.interface = intf; in phylink_validate_mask() 723 if (!phylink_validate_mac_and_pcs(pl, s, &t)) { in phylink_validate_mask() 725 linkmode_or(all_adv, all_adv, t.advertising); in phylink_validate_mask() 1553 static void phylink_fixed_poll(struct timer_list *t) in phylink_fixed_poll() argument 1555 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll() 1557 mod_timer(t, jiffies + HZ); in phylink_fixed_poll()
|
/openbmc/linux/fs/ceph/ |
H A D | inode.c | 316 u32 t = ceph_frag_make(0, 0); in __ceph_choose_frag() local 325 WARN_ON(!ceph_frag_contains_value(t, v)); in __ceph_choose_frag() 326 frag = __ceph_find_frag(ci, t); in __ceph_choose_frag() 339 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag() 342 n = ceph_frag_make_child(t, frag->split_by, i); in __ceph_choose_frag() 344 t = n; in __ceph_choose_frag() 350 dout("choose_frag(%x) = %x\n", v, t); in __ceph_choose_frag() 352 return t; in __ceph_choose_frag()
|