Home
last modified time | relevance | path

Searched full:tip (Results 1 – 25 of 160) sorted by relevance

1234567

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c1287 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1290 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format()
1294 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format()
1295 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format()
1296 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format()
1334 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1356 if (xfs_inode_has_attr_fork(tip) && in xfs_swap_extents_check_format()
1357 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > xfs_inode_fork_boff(tip)) in xfs_swap_extents_check_format()
1359 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1390 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument
[all …]
/openbmc/linux/Documentation/process/
H A Dmaintainer-tip.rst3 The tip tree handbook
6 What is the tip tree?
9 The tip tree is a collection of several subsystems and areas of
10 development. The tip tree is both a direct development tree and a
11 aggregation tree for several sub-maintainer trees. The tip tree gitweb URL
12 is: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
14 The tip tree contains the following subsystems:
18 The x86 architecture development takes place in the tip tree except
37 Scheduler development takes place in the -tip tree, in the
44 primitives that are connected to locking) takes place in the -tip
[all …]
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/devicetree/bindings/sound/
H A Dcirrus,cs42l43.yaml115 cirrus,tip-debounce-ms:
117 Software debounce on tip sense triggering in milliseconds.
120 cirrus,tip-invert:
123 Indicates tip detect polarity, inverted implies open-circuit whilst the
126 cirrus,tip-disable-pullup:
129 Indicates if the internal pullup on the tip detect should be disabled.
131 cirrus,tip-fall-db-ms:
133 Time in milliseconds a falling edge on the tip detect should be hardware
138 cirrus,tip-rise-db-ms:
140 Time in milliseconds a rising edge on the tip detect should be hardware
H A Dcirrus,cs42l42.yaml64 0 - (Default) Shorted to tip when unplugged, open when plugged.
65 This is "inverted tip sense (ITS)" in the datasheet.
67 1 - Open when unplugged, shorted to tip when plugged.
68 This is "normal tip sense (TS)" in the datasheet.
78 debounce, the tip sense pin might be noisy on a plug event.
97 debounce, the tip sense pin might be noisy on an unplug event.
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm8xx-tip-fw.inc1 SUMMARY = "TIP FW for NPCM8XX (Arbel) devices"
2 DESCRIPTION = "TIP FW for NPCM8XX (Arbel) devices"
3 HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw"
11 SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https"
H A Dnpcm8xx-bootblock.inc24 TIP = "${@'tip' if d.getVar("TIP_IMAGE") == 'True' else 'no_tip'}"
29 oe_runmake "${BOOTBLOCK}" ENCLAVE="${TIP}"
36 install -m 644 "${B}/Images/${TIP}/${BOOTBLOCK}.bin" "${DEPLOYDIR}/${BOOTBLOCK}.bin"
H A Dnpcm8xx-bootloader_04.02.07.bb60 npcm8xx-tip-fw:do_deploy npcm8xx-bootblock:do_deploy \
75 # for No TIP, we can run IGPS script directly
H A Dnpcm8xx-tip-fw_0.7.6.0.6.5.bb5 require npcm8xx-tip-fw.inc
/openbmc/linux/net/ipv4/
H A Darp.c396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
402 case 0: /* Reply, the tip is already validated */ in arp_ignore()
404 case 1: /* Reply only if tip is configured on the incoming interface */ in arp_ignore()
409 * Reply only if tip is configured on the incoming interface in arp_ignore()
429 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
452 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
459 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter()
520 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
527 if (sip == tip) in arp_fwd_pvlan()
670 __be32 sip, __be32 tip, in arp_is_garp() argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js1553 if (self.tip().hasClass('in') || self.hoverState == 'in') {
1613 var $tip = this.tip()
1618 $tip.attr('id', tipId)
1621 if (this.options.animation) $tip.addClass('fade')
1624 this.options.placement.call(this, $tip[0], this.$element[0]) :
1631 $tip
1637 …this.options.container ? $tip.appendTo($(document).find(this.options.container)) : $tip.insertAfte…
1641 var actualWidth = $tip[0].offsetWidth
1642 var actualHeight = $tip[0].offsetHeight
1654 $tip
[all …]
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
154 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp()
156 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp()
157 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp()
165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp()
183 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp()
191 n = neigh_lookup(&arp_tbl, &tip, vlandev); in br_do_proxy_suppress_arp()
208 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
211 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c69 /* This tip sense invert is always set, HW wants an inverted signal */ in cs42l43_set_jack()
142 ret = device_property_read_u32(cs42l43->dev, "cirrus,tip-debounce-ms", in cs42l43_set_jack()
145 dev_err(priv->dev, "Property cirrus,tip-debounce-ms malformed: %d\n", ret); in cs42l43_set_jack()
149 /* This tip sense invert is set normally, as TIPSENSE_INV already inverted */ in cs42l43_set_jack()
150 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-invert")) in cs42l43_set_jack()
153 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-disable-pullup")) in cs42l43_set_jack()
158 ret = cs42l43_find_index(priv, "cirrus,tip-fall-db-ms", 500, in cs42l43_set_jack()
166 ret = cs42l43_find_index(priv, "cirrus,tip-rise-db-ms", 500, in cs42l43_set_jack()
706 unsigned int tip, ring; in cs42l43_tip_sense_work() local
711 dev_err(priv->dev, "Failed to resume for tip work: %d\n", ret); in cs42l43_tip_sense_work()
[all …]
/openbmc/linux/drivers/macintosh/
H A Dvia-cuda.c77 #define TIP 0x20 /* Transfer in progress */ macro
111 out_8(&via[B], in_8(&via[B]) | TIP); in assert_TIP()
113 out_8(&via[B], in_8(&via[B]) & ~TIP); in assert_TIP()
120 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in assert_TIP_and_TACK()
122 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in assert_TIP_and_TACK()
152 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in negate_TIP_and_TACK()
154 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in negate_TIP_and_TACK()
349 } else if (in_8(&via[B]) & TIP) { in sync_egret()
384 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */ in cuda_init_via()
398 /* sync with the CUDA - assert TACK without TIP */ in cuda_init_via()
[all …]
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-tip.rst5 :Original: Documentation/process/maintainer-tip.rst
7 Il tascabile dei sorgenti tip
/openbmc/webui-vue/docs/customization/
H A Dbuild.md29 :::tip [Vuex store modules](https://vuex.vuejs.org/guide/modules.html) contain
56 :::tip [Vue Router](https://router.vuejs.org/guide/) determines which pages are
64 3. Define new [routes](https://router.vuejs.org/api/#routes). :::tip Use static
93 :::tip
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c43 #define TIP 0x20 /* Transfer in progress (output) */ macro
111 /* NOTE: TIP and TREQ are negated */
120 if (!(ms->b & TIP)) { in cuda_update()
125 if ((ms->b & (TACK | TIP)) != (s->last_b & (TACK | TIP))) { in cuda_update()
138 if ((ms->b & (TACK | TIP)) != (s->last_b & (TACK | TIP))) { in cuda_update()
152 if ((s->last_b & TIP) && (ms->b & TACK) != (s->last_b & TACK)) { in cuda_update()
161 if (!(s->last_b & TIP)) { in cuda_update()
/openbmc/linux/include/dt-bindings/sound/
H A Dcs42l42.h23 /* Tip Sense Inversion */
27 /* Tip Sense Debounce */
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css126 .rst-content .tip .admonition-title,
136 .rst-content .tip,
143 /* Remove the icon in front of note/tip element, and before the logo */
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh293 local tip=$1; shift
301 …e dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip $sip arp_op…
305 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
316 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
327 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
334 run_cmd "ip -n $sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid"
337 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
347 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
361 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
371 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
[all …]
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dtheme_overrides.css126 .rst-content .tip .admonition-title,
137 .rst-content .tip,
145 /* Remove the icon in front of note/tip element, and before the logo */
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Doe-core.xml42 …<field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a hr…
56 …<field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a hr…
63 …<field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a hr…
70 …<field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a hr…
/openbmc/linux/drivers/hid/
H A Dhid-waltop.c53 0x09, 0x42, /* Usage (Tip Switch), */
86 0x09, 0x30, /* Usage (Tip Pressure), */
104 0x09, 0x42, /* Usage (Tip Switch), */
137 0x09, 0x30, /* Usage (Tip Pressure), */
155 0x09, 0x42, /* Usage (Tip Switch), */
188 0x09, 0x30, /* Usage (Tip Pressure), */
208 0x09, 0x42, /* Usage (Tip Switch), */
241 0x09, 0x30, /* Usage (Tip Pressure), */
259 0x09, 0x42, /* Usage (Tip Switch), */
292 0x09, 0x30, /* Usage (Tip Pressure), */
[all …]
H A Dhid-uclogic-rdesc.c30 0x09, 0x42, /* Usage (Tip Switch), */
56 0x09, 0x30, /* Usage (Tip Pressure), */
75 0x09, 0x42, /* Usage (Tip Switch), */
101 0x09, 0x30, /* Usage (Tip Pressure), */
152 0x09, 0x42, /* Usage (Tip Switch), */
178 0x09, 0x30, /* Usage (Tip Pressure), */
229 0x09, 0x42, /* Usage (Tip Switch), */
258 0x09, 0x30, /* Usage (Tip Pressure), */
277 0x09, 0x42, /* Usage (Tip Switch), */
303 0x09, 0x30, /* Usage (Tip Pressure), */
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py252 tip = runfetchcmd(p4cmd, d, True)
254 if not tip:
257 tipcset = tip.split(' ')[1]
258 logger.debug('p4 tip found to be changelist %s' % tipcset)

1234567