Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-6.6/fs/xfs/
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 …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_bmap_util.c1216 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1219 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format()
1223 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format()
1224 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format()
1225 ip->i_d.di_projid != tip->i_d.di_projid)) in xfs_swap_extents_check_format()
1263 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1285 if (XFS_IFORK_Q(tip) && in xfs_swap_extents_check_format()
1286 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
1288 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1319 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument
[all …]
/kernel/linux/linux-6.6/Documentation/process/
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 …]
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
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
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
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.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs42l42.txt22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense
23 polarity. Normal jacks will short tip sense pin to HS1 when headphones are
24 plugged in and leave tip sense floating when not plugged in. Inverting jacks
25 short tip sense when unplugged and float when plugged in.
31 debounce, the tip sense pin might be noisy on a plug event.
43 With no debounce, the tip sense pin might be noisy on an unplug event.
/kernel/linux/linux-6.6/net/ipv4/
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()
672 __be32 sip, __be32 tip, in arp_is_garp() argument
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Darp.c395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
401 case 0: /* Reply, the tip is already validated */ in arp_ignore()
403 case 1: /* Reply only if tip is configured on the incoming interface */ in arp_ignore()
408 * Reply only if tip is configured on the incoming interface in arp_ignore()
428 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
431 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
438 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter()
499 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
506 if (sip == tip) in arp_fwd_pvlan()
651 __be32 sip, __be32 tip, in arp_is_garp() argument
[all …]
/kernel/linux/linux-6.6/net/bridge/
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()
/kernel/linux/linux-5.10/net/bridge/
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()
/kernel/linux/linux-6.6/drivers/macintosh/
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 …]
/kernel/linux/linux-6.6/sound/soc/codecs/
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()
716 unsigned int tip, ring; in cs42l43_tip_sense_work() local
721 dev_err(priv->dev, "Failed to resume for tip work: %d\n", ret); in cs42l43_tip_sense_work()
[all …]
/kernel/linux/linux-6.6/Documentation/translations/it_IT/process/
Dmaintainer-tip.rst5 :Original: Documentation/process/maintainer-tip.rst
7 Il tascabile dei sorgenti tip
/kernel/linux/linux-5.10/drivers/macintosh/
Dvia-cuda.c74 #define TIP 0x20 /* Transfer in progress */ macro
108 out_8(&via[B], in_8(&via[B]) | TIP); in assert_TIP()
110 out_8(&via[B], in_8(&via[B]) & ~TIP); in assert_TIP()
117 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in assert_TIP_and_TACK()
119 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in assert_TIP_and_TACK()
149 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in negate_TIP_and_TACK()
151 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in negate_TIP_and_TACK()
352 } else if (in_8(&via[B]) & TIP) { in sync_egret()
387 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */ in cuda_init_via()
401 /* sync with the CUDA - assert TACK without TIP */ in cuda_init_via()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
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 …]
/kernel/linux/linux-6.6/include/dt-bindings/sound/
Dcs42l42.h23 /* Tip Sense Inversion */
27 /* Tip Sense Debounce */
/kernel/linux/linux-5.10/include/dt-bindings/sound/
Dcs42l42.h23 /* Tip Sense Inversion */
27 /* Tip Sense Debounce */
/kernel/linux/linux-5.10/drivers/hid/
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 …]
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 …]
Dhid-kye.c44 0x09, 0x42, /* Usage (Tip Switch), */
70 0x09, 0x30, /* Usage (Tip Pressure), */
102 0x09, 0x42, /* Usage (Tip Switch), */
128 0x09, 0x30, /* Usage (Tip Pressure), */
201 0x09, 0x42, /* Usage (Tip Switch), */
227 0x09, 0x30, /* Usage (Tip Pressure), */
300 0x09, 0x42, /* Usage (Tip Switch), */
326 0x09, 0x30, /* Usage (Tip Pressure), */
376 0x09, 0x42, /* Usage (Tip Switch), */
406 0x09, 0x30, /* Usage (Tip Pressure), */
[all …]
Dhid-viewsonic.c55 0x09, 0x42, /* Usage (Tip Switch), */
62 0x09, 0x30, /* Usage (Tip Pressure), */
/kernel/linux/linux-6.6/drivers/hid/
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 …]
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 …]
Dhid-viewsonic.c55 0x09, 0x42, /* Usage (Tip Switch), */
62 0x09, 0x30, /* Usage (Tip Pressure), */

12345678