Searched refs:invert (Results 151 - 175 of 252) sorted by path

1234567891011

/linux-master/include/sound/
H A Dsoc-jack.h16 * @invert: if non-zero then pin is enabled when status is not reported
23 bool invert; member in struct:snd_soc_jack_pin
53 * @invert: report presence in low state
65 int invert; member in struct:snd_soc_jack_gpio
H A Dsoc.h46 .invert = xinvert, .autodisable = xautodisable})
51 .sign_bit = xsign_bit, .invert = xinvert, .autodisable = xautodisable})
56 {.reg = xreg, .max = xmax, .invert = xinvert})
60 .max = xmax, .invert = xinvert})
65 .invert = xinvert})
69 .min = xmin, .max = xmax, .invert = xinvert})
70 #define SOC_SINGLE(xname, reg, shift, max, invert) \
74 .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert, 0) }
82 .invert = xinvert} }
83 #define SOC_SINGLE_TLV(xname, reg, shift, max, invert, tlv_arra
1256 unsigned int invert:1; member in struct:soc_mixer_control
1284 unsigned int regbase, regcount, nbits, invert; member in struct:soc_mreg_control
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dxt_connmark.h34 __u8 invert; member in struct:xt_connmark_mtinfo1
H A Dxt_policy.h64 struct xt_policy_spec invert; member in struct:xt_policy_elem
/linux-master/include/uapi/sound/
H A Dasoc.h398 __le32 invert; member in struct:snd_soc_tplg_mixer_control
490 __le32 invert; /* invert the power bit */ member in struct:snd_soc_tplg_dapm_widget
/linux-master/kernel/trace/
H A Dtrace_events_filter.c160 * @invert: What to assign a program entry for its branch condition
168 static void update_preds(struct prog_entry *prog, int N, int invert) argument
174 prog[t].when_to_branch = invert;
229 * predicate, when_to_branch, invert, target
234 * The "invert" holds whether the value should be reversed before testing.
241 * The possible invert values are 1 and 0. The number of "!"s that are in scope
242 * before the predicate determines the invert value, if the number is odd then
243 * the invert value is 1 and 0 otherwise. This means the invert value only
247 * The top of the stack and "invert" ar
480 int invert = 0; local
[all...]
/linux-master/net/bridge/netfilter/
H A Debt_mark_m.c22 return !!(skb->mark & info->mask) ^ info->invert;
23 return ((skb->mark & info->mask) == info->mark) ^ info->invert;
43 uint8_t invert, bitmask; member in struct:compat_ebt_mark_m_info
53 kern->invert = user->invert;
64 put_user(kern->invert, &user->invert) ||
/linux-master/net/ipv4/netfilter/
H A Dipt_rpfilter.c58 bool invert; local
61 invert = info->flags & XT_RPFILTER_INVERT;
64 return true ^ invert;
70 return true ^ invert;
83 return rpfilter_lookup_reverse(xt_net(par), &flow, xt_in(par), info->flags) ^ invert;
/linux-master/net/ipv6/netfilter/
H A Dip6t_ah.c25 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) argument
30 invert ? '!' : ' ', min, spi, max);
31 r = (spi >= min && spi <= max) ^ invert;
H A Dip6t_frag.c24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) argument
27 pr_debug("id_match:%c 0x%x <= 0x%x <= 0x%x\n", invert ? '!' : ' ',
29 r = (id >= min && id <= max) ^ invert;
H A Dip6t_rpfilter.c95 bool invert = info->flags & XT_RPFILTER_INVERT; local
98 return true ^ invert;
103 return true ^ invert; /* not routable: forward path will drop it */
106 info->flags) ^ invert;
H A Dip6t_rt.c26 segsleft_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) argument
28 return (id >= min && id <= max) ^ invert;
/linux-master/net/netfilter/
H A Dnft_connlimit.c19 bool invert; member in struct:nft_connlimit
53 if ((count > priv->limit) ^ priv->invert) {
63 bool invert = false; local
77 invert = true;
86 priv->invert = invert;
112 if (priv->invert &&
224 priv_dst->invert = priv_src->invert;
H A Dnft_dynset.c21 bool invert; member in struct:nft_dynset
104 if (priv->invert)
109 if (!priv->invert)
184 priv->invert = true;
373 u32 flags = priv->invert ? NFT_DYNSET_F_INV : 0;
H A Dnft_limit.c29 bool invert; member in struct:nft_limit_priv
48 return priv->invert;
52 return !priv->invert;
62 bool invert = false; local
110 invert = true;
119 priv->invert = invert;
129 u32 flags = priv->invert ? NFT_LIMIT_F_INV : 0;
159 priv_dst->invert = priv_src->invert;
[all...]
H A Dnft_lookup.c23 bool invert; member in struct:nft_lookup
69 priv->invert;
125 priv->invert = true;
129 if (priv->invert)
190 u32 flags = priv->invert ? NFT_LOOKUP_F_INV : 0;
H A Dxt_connmark.c131 return ((READ_ONCE(ct->mark) & info->mask) == info->mark) ^ info->invert;
H A Dxt_length.c26 return (pktlen >= info->min && pktlen <= info->max) ^ info->invert;
35 return (pktlen >= info->min && pktlen <= info->max) ^ info->invert;
H A Dxt_owner.c71 return (info->match ^ info->invert) == 0;
72 else if (info->match & info->invert & XT_OWNER_SOCKET)
83 return ((info->match ^ info->invert) &
92 !(info->invert & XT_OWNER_UID)) {
120 if (match ^ !(info->invert & XT_OWNER_GID)) {
H A Dxt_physdev.c35 /* Return MATCH if the invert flags of the used options are on */
37 !(info->invert & XT_PHYSDEV_OP_BRIDGED))
40 !(info->invert & XT_PHYSDEV_OP_ISIN))
43 !(info->invert & XT_PHYSDEV_OP_ISOUT))
46 !(info->invert & XT_PHYSDEV_OP_IN))
49 !(info->invert & XT_PHYSDEV_OP_OUT))
59 (!!outdev ^ !(info->invert & XT_PHYSDEV_OP_BRIDGED)))
66 (!indev ^ !!(info->invert & XT_PHYSDEV_OP_ISIN))) ||
68 (!outdev ^ !!(info->invert & XT_PHYSDEV_OP_ISOUT))))
78 if (!ret ^ !(info->invert
[all...]
H A Dxt_recent.c249 bool ret = info->invert;
H A Dxt_tcpudp.c29 port_match(u_int16_t min, u_int16_t max, u_int16_t port, bool invert) argument
31 return (port >= min && port <= max) ^ invert;
39 bool invert,
50 return invert;
61 if (op[i] == option) return !invert;
66 return invert;
175 u8 type, u8 code, bool invert)
179 ^ invert;
183 u8 type, u8 code, bool invert)
185 return type_code_in_range(test_type, min_code, max_code, type, code) ^ invert;
35 tcp_find_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, unsigned int optlen, bool invert, bool *hotdrop) argument
174 icmp_type_code_match(u8 test_type, u8 min_code, u8 max_code, u8 type, u8 code, bool invert) argument
182 icmp6_type_code_match(u8 test_type, u8 min_code, u8 max_code, u8 type, u8 code, bool invert) argument
[all...]
H A Dxt_u32.c96 return ret ^ data->invert;
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh258 begNetserverPid=`ps ax | grep netserver | grep --invert-match "grep" | \
418 hbmPid=`ps ax | grep "hbm " | grep --invert-match "grep" | awk '{ print $1 }'`
431 netserverPid=`ps ax | grep netserver | grep --invert-match "grep" | awk '{ print $1 }'`
/linux-master/sound/i2c/other/
H A Dak4xxx-adda.c499 int invert = AK_GET_INVERT(kcontrol->private_value); local
502 if (invert)
515 int invert = AK_GET_INVERT(kcontrol->private_value); local
520 if (invert)

Completed in 312 milliseconds

1234567891011