| /Linux-v4.19/drivers/media/platform/vsp1/ |
| D | vsp1_hsit.c | 45 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) | in hsit_enum_mbus_code() 46 (code->pad == HSIT_PAD_SOURCE && hsit->inverse)) in hsit_enum_mbus_code() 91 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format() 106 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32 in hsit_set_format() 136 if (hsit->inverse) in hsit_configure_stream() 150 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create() argument 159 hsit->inverse = inverse; in vsp1_hsit_create() 163 if (inverse) in vsp1_hsit_create() 168 ret = vsp1_entity_init(vsp1, &hsit->entity, inverse ? "hsi" : "hst", in vsp1_hsit_create()
|
| D | vsp1_hsit.h | 24 bool inverse; member 32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
|
| /Linux-v4.19/arch/arm64/net/ |
| D | bpf_jit_comp.c | 103 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() argument 105 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks() 106 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks() 107 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks() 108 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000)); in i64_i16_blocks() 115 bool inverse; in emit_a64_mov_i64() local 121 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false); in emit_a64_mov_i64() 122 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) : in emit_a64_mov_i64() 124 if (inverse) in emit_a64_mov_i64() 130 if (((nrm_tmp >> shift) & 0xffff) != (inverse ? 0xffff : 0x0000)) in emit_a64_mov_i64()
|
| /Linux-v4.19/net/netfilter/ |
| D | nf_conntrack_core.c | 393 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument 397 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple() 399 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple() 403 inverse->src.u3.ip = orig->dst.u3.ip; in nf_ct_invert_tuple() 404 inverse->dst.u3.ip = orig->src.u3.ip; in nf_ct_invert_tuple() 407 inverse->src.u3.in6 = orig->dst.u3.in6; in nf_ct_invert_tuple() 408 inverse->dst.u3.in6 = orig->src.u3.in6; in nf_ct_invert_tuple() 414 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple() 416 inverse->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple() 419 return l4proto->invert_tuple(inverse, orig); in nf_ct_invert_tuple() [all …]
|
| /Linux-v4.19/include/net/netfilter/ |
| D | nf_conntrack_core.h | 42 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
|
| D | nf_conntrack_l4proto.h | 41 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
|
| D | nf_conntrack.h | 185 bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse,
|
| /Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
| D | epson,rx6110.txt | 29 - spi-cpol: RX6110 works with SPI inverse clock polarity
|
| /Linux-v4.19/include/net/ |
| D | ip_vs.h | 115 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp() argument 119 if (inverse) in ip_vs_fill_iph_skb_icmp() 126 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb() argument 131 if (inverse) in ip_vs_fill_iph_skb() 729 bool inverse); 791 const struct iphdr *iph, int inverse); 795 const struct iphdr *iph, int inverse);
|
| /Linux-v4.19/arch/m68k/fpsp040/ |
| D | sacos.S | 4 | Description: The entry point sAcos computes the inverse cosine of
|
| D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
| D | satanh.S | 4 | The entry point satanh computes the inverse
|
| /Linux-v4.19/Documentation/devicetree/bindings/eeprom/ |
| D | at25.txt | 20 - spi-cpol : SPI inverse clock polarity, as per spi-bus bindings.
|
| /Linux-v4.19/Documentation/fb/ |
| D | sstfb.txt | 93 inverse=1 inverse Supposed to enable inverse console.
|
| D | pvr2fb.txt | 42 inverse - invert colors on screen (for LCD displays)
|
| /Linux-v4.19/drivers/video/fbdev/ |
| D | vesafb.c | 53 static int inverse __read_mostly; 212 inverse=1; in vesafb_setup()
|
| D | macfb.c | 142 static int inverse; variable 535 inverse = 1; in macfb_setup()
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | vga-softcursor.rst | 10 make it inverse background of the character it's over or to highlight
|
| /Linux-v4.19/net/netfilter/ipvs/ |
| D | ip_vs_pe_sip.c | 135 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw() argument
|
| D | ip_vs_conn.c | 128 bool inverse) in ip_vs_conn_hashkey_param() argument 134 return p->pe->hashkey_raw(p, ip_vs_conn_rnd, inverse) & in ip_vs_conn_hashkey_param() 137 if (likely(!inverse)) { in ip_vs_conn_hashkey_param()
|
| /Linux-v4.19/Documentation/devicetree/bindings/pwm/ |
| D | pwm.txt | 50 Example with optional PWM specifier for inverse polarity
|
| /Linux-v4.19/drivers/video/fbdev/core/ |
| D | fbcon.h | 33 u_short inverse; /* != 0 text black on white as default */ member
|
| /Linux-v4.19/Documentation/leds/ |
| D | ledtrig-transient.txt | 101 inverse of transient state. 117 non-transient state which is the inverse of the transient state.
|
| /Linux-v4.19/Documentation/devicetree/bindings/iio/dac/ |
| D | ad5592r.txt | 7 - spi-cpol: The AD5592R requires inverse clock polarity (CPOL) mode
|
| /Linux-v4.19/Documentation/devicetree/bindings/spi/ |
| D | spi-bus.txt | 66 - spi-cpol - Empty property indicating device requires inverse clock
|