Home
last modified time | relevance | path

Searched refs:tip (Results 26 – 50 of 74) sorted by relevance

123

/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c706 unsigned int tip, ring; in cs42l43_tip_sense_work() local
721 tip = (sts >> CS42L43_TIPSENSE_PLUG_DB_STS_SHIFT) & CS42L43_JACK_PRESENT; in cs42l43_tip_sense_work()
724 if (tip == CS42L43_JACK_PRESENT) { in cs42l43_tip_sense_work()
/openbmc/linux/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq()
656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
/openbmc/linux/include/net/
H A Dflow_dissector.h161 __u32 tip; member
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm8xx-bootloader_0.1.0.bb20 npcm8xx-tip-fw npcm8xx-bootblock trusted-firmware-a optee-os \
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst69 Patches that will be taken through a non-KVM tree (most often through the tip
111 With a few caveats listed below, follow the tip tree maintainers' preferred
112 :ref:`maintainer-tip-coding-style`, as patches/series often touch both KVM and
113 non-KVM x86 files, i.e. draw the attention of KVM *and* tip tree maintainers.
199 background. Note! This order directly conflicts with the tip tree's preferred
200 approach! Please follow the tip tree's preferred style when sending patches
/openbmc/linux/Documentation/arch/x86/
H A Dintel_txt.rst202 title Linux 2.6.29-tip w/ tboot
205 module /vmlinuz-2.6.29-tip intel_iommu=on ro
207 module /initrd-2.6.29-tip.img
H A Dmtrr.rst33 .. tip::
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c1670 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1719 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1721 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1726 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1736 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/openbmc/linux/net/ipv4/
H A Dipconfig.c503 __be32 sip, tip; in ic_rarp_recv() local
561 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
574 ic_myaddr = tip; in ic_rarp_recv()
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dpci.rst239 .. tip::
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-general.rst68 .. tip::
H A Drelease-notes-4.0.7.rst56 - docs: kernel-dev: faq: update tip on how to not include kernel in image
H A Drelease-notes-4.1.2.rst51 - docs: kernel-dev: faq: update tip on how to not include kernel in image
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c3056 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
3060 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
3062 __func__, &sip, &tip); in bond_validate_arp()
3082 __be32 sip, tip; in bond_arp_rcv() local
3107 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
3112 &sip, &tip); in bond_arp_rcv()
3141 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
3145 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
3148 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
/openbmc/qemu/
H A DREADME.rst128 Your patch series will be sent with 'v2' tag in the subject and the git tip
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustom-distribution.rst68 .. tip::
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1850 __be32 sip, tip; in arp_reduce() local
1877 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
1879 if (ipv4_is_loopback(tip) || in arp_reduce()
1880 ipv4_is_multicast(tip)) in arp_reduce()
1883 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
1901 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
1922 .sin.sin_addr.s_addr = tip, in arp_reduce()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2027 __be32 sip, tip; in cxgb3_arp_process() local
2044 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process()
2046 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process()
2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/openbmc/openbmc/poky/documentation/
H A DREADME14 Project release. The manuals at the tip of this
285 "attention", "caution", "danger", "error", "hint", "important", "tip",
/openbmc/linux/net/sched/
H A Dcls_flower.c1888 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key()
1889 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key()
1890 sizeof(key->arp.tip)); in fl_set_key()
3399 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key()
3400 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key()
3402 sizeof(key->arp.tip)) || in fl_dump_key()
/openbmc/webui-vue/docs/customization/
H A Dreadme.md354 :::tip You might notice that there is an HTML element, `<h2>`, used in the
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dsetup-and-use.rst562 tip of your selected release from the upstream :yocto_git:`Yocto Project
564 Fetching this tip effectively means that if your selected release is
/openbmc/linux/net/core/
H A Dflow_dissector.c591 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip)); in __skb_flow_dissect_arp()
/openbmc/linux/Documentation/networking/
H A Deql.rst187 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
/openbmc/linux/Documentation/networking/device_drivers/cable/
H A Dsb1000.rst208 used). Thanks to Ed Daiga for this tip!

123