| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_hsit.h | 24 bool inverse; member 32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 429 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument 432 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple() 434 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple() 438 inverse->src.u3.ip = orig->dst.u3.ip; in nf_ct_invert_tuple() 439 inverse->dst.u3.ip = orig->src.u3.ip; in nf_ct_invert_tuple() 442 inverse->src.u3.in6 = orig->dst.u3.in6; in nf_ct_invert_tuple() 443 inverse->dst.u3.in6 = orig->src.u3.in6; in nf_ct_invert_tuple() 449 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple() 451 inverse in nf_ct_invert_tuple() [all...] |
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | epson,rx6110.txt | 29 - spi-cpol: RX6110 works with SPI inverse clock polarity
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_core.h | 43 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
|
| /linux/Documentation/fb/ |
| H A D | vesafb.rst | 122 by comma, like this: "video=vesafb:ypan,inverse" 126 inverse use inverse color map
|
| H A D | sstfb.rst | 114 inverse=1 inverse Supposed to enable inverse console.
|
| H A D | pvr2fb.rst | 43 inverse invert colors on screen (for LCD displays)
|
| /linux/arch/m68k/fpsp040/ |
| H A D | sacos.S | 4 | Description: The entry point sAcos computes the inverse cosine of
|
| H A D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
| H A D | satanh.S | 4 | The entry point satanh computes the inverse
|
| /linux/include/net/ |
| H A D | ip_vs.h | 136 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp() 140 if (inverse) in ip_vs_fill_iph_skb() 147 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb() 152 if (inverse) in ip_vs_iph_inverse() 1046 struct ip_vs_rht *t, bool inverse); 1108 const struct iphdr *iph, int inverse); 1112 const struct iphdr *iph, int inverse); 128 ip_vs_fill_iph_skb_icmp(int af,const struct sk_buff * skb,int offset,bool inverse,struct ip_vs_iphdr * iphdr) ip_vs_fill_iph_skb_icmp() argument 139 ip_vs_fill_iph_skb(int af,const struct sk_buff * skb,bool inverse,struct ip_vs_iphdr * iphdr) ip_vs_fill_iph_skb() argument
|
| /linux/Documentation/devicetree/bindings/pwm/ |
| H A D | pwm.txt | 50 Example with optional PWM specifier for inverse polarity
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 147 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() 149 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks() 150 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks() 151 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks() 152 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000)); in i64_i16_blocks() 159 bool inverse; in emit_a64_mov_i64() 165 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false); in emit_a64_mov_i64() 166 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) : in emit_a64_mov_i64() 168 if (inverse) in emit_a64_mov_i64() 174 if (((nrm_tmp >> shift) & 0xffff) != (inverse in emit_a64_mov_i64() 146 i64_i16_blocks(const u64 val,bool inverse) i64_i16_blocks() argument 158 bool inverse; emit_a64_mov_i64() local [all...] |
| /linux/Documentation/admin-guide/ |
| H A D | vga-softcursor.rst | 10 make it inverse background of the character it's over or to highlight
|
| /linux/lib/ |
| H A D | test_objagg.c | 760 bool inverse) in test_delta_action_item() argument 770 if (inverse) in test_delta_action_item() 784 if (inverse) in test_delta_action_item()
|
| H A D | Kconfig.kfence | 79 The inverse probability with which to randomly protect KFENCE object
|
| /linux/Documentation/leds/ |
| H A D | ledtrig-transient.rst | 100 inverse of transient state. 116 non-transient state which is the inverse of the transient state:
|
| /linux/Documentation/core-api/ |
| H A D | union_find.rst | 40 inverse Ackermann function. This can be roughly considered a constant time
|
| /linux/arch/arc/include/asm/ |
| H A D | entry-arcv2.h | 197 ; - Z flag set on K is inverse of what hardware does on interrupt entry
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.c | 1255 static int inverse; /* "matroxfb:inverse" */ variable 2432 if (! strcmp(this_opt, "inverse")) in matroxfb_setup() 2433 inverse = value; in matroxfb_setup() 2520 module_param(inverse, int, 0); 2521 MODULE_PARM_DESC(inverse, "Inverse (0 or 1) (default=0)");
|
| /linux/net/openvswitch/ |
| H A D | conntrack.c | 505 struct nf_conntrack_tuple inverse; in ovs_ct_find_existing() local 507 if (!nf_ct_invert_tuple(&inverse, &tuple)) { in ovs_ct_find_existing() 511 tuple = inverse; in ovs_ct_find_existing()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_conn.c | 190 struct ip_vs_rht *t, bool inverse) in ip_vs_conn_hashkey_param() argument 198 return p->pe->hashkey_raw(p, t, inverse); in ip_vs_conn_hashkey_param() 200 if (likely(!inverse)) { in ip_vs_conn_hashkey_param()
|
| /linux/Documentation/gpu/rfc/ |
| H A D | color_pipeline.rst | 149 ├─ "CURVE_1D_TYPE": enum {sRGB EOTF, sRGB inverse EOTF, PQ EOTF, PQ inverse EOTF, …}
|
| /linux/Documentation/networking/ |
| H A D | fib_trie.rst | 94 Halves the size of the child array within a tnode - the inverse of
|
| /linux/Documentation/i2c/ |
| H A D | slave-interface.rst | 153 do the inverse of the above.
|