Home
last modified time | relevance | path

Searched refs:inverse (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hsit.c45 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()
92 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
107 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32 in hsit_set_format()
137 if (hsit->inverse) in hsit_configure_stream()
151 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create() argument
160 hsit->inverse = inverse; in vsp1_hsit_create()
164 if (inverse) in vsp1_hsit_create()
169 ret = vsp1_entity_init(vsp1, &hsit->entity, inverse ? "hsi" : "hst", in vsp1_hsit_create()
H A Dvsp1_hsit.h24 bool inverse; member
32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
/linux/net/netfilter/
H A Dnf_conntrack_core.c435 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument
438 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple()
440 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple()
444 inverse->src.u3.ip = orig->dst.u3.ip; in nf_ct_invert_tuple()
445 inverse->dst.u3.ip = orig->src.u3.ip; in nf_ct_invert_tuple()
448 inverse->src.u3.in6 = orig->dst.u3.in6; in nf_ct_invert_tuple()
449 inverse->dst.u3.in6 = orig->src.u3.in6; in nf_ct_invert_tuple()
455 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple()
457 inverse->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple()
461 return nf_conntrack_invert_icmp_tuple(inverse, orig); in nf_ct_invert_tuple()
[all …]
/linux/Documentation/devicetree/bindings/rtc/
H A Depson,rx6110.txt29 - spi-cpol: RX6110 works with SPI inverse clock polarity
/linux/include/net/netfilter/
H A Dnf_conntrack_core.h43 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
/linux/Documentation/fb/
H A Dvesafb.rst122 by comma, like this: "video=vesafb:ypan,inverse"
126 inverse use inverse color map
H A Dsstfb.rst114 inverse=1 inverse Supposed to enable inverse console.
H A Dpvr2fb.rst43 inverse invert colors on screen (for LCD displays)
/linux/include/net/
H A Dip_vs.h116 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp() argument
120 if (inverse) in ip_vs_fill_iph_skb_icmp()
127 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb() argument
132 if (inverse) in ip_vs_fill_iph_skb()
795 bool inverse);
857 const struct iphdr *iph, int inverse);
861 const struct iphdr *iph, int inverse);
/linux/arch/m68k/fpsp040/
H A Dsacos.S4 | Description: The entry point sAcos computes the inverse cosine of
H A Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
H A Dsatanh.S4 | The entry point satanh computes the inverse
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c126 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() argument
128 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
129 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
130 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
131 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000)); in i64_i16_blocks()
138 bool inverse; in emit_a64_mov_i64() local
144 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false); in emit_a64_mov_i64()
145 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) : in emit_a64_mov_i64()
147 if (inverse) in emit_a64_mov_i64()
153 if (((nrm_tmp >> shift) & 0xffff) != (inverse ? 0xffff : 0x0000)) in emit_a64_mov_i64()
/linux/drivers/video/fbdev/
H A Dvesafb.c58 static int inverse __read_mostly;
221 inverse=1; in vesafb_setup()
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm.txt50 Example with optional PWM specifier for inverse polarity
/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst10 make it inverse background of the character it's over or to highlight
/linux/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c136 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw() argument
H A Dip_vs_conn.c123 bool inverse) in ip_vs_conn_hashkey_param() argument
129 return p->pe->hashkey_raw(p, ip_vs_conn_rnd, inverse) & in ip_vs_conn_hashkey_param()
132 if (likely(!inverse)) { in ip_vs_conn_hashkey_param()
/linux/drivers/video/fbdev/core/
H A Dfbcon.h33 u_short inverse; /* != 0 text black on white as default */ member
/linux/lib/
H A Dtest_objagg.c760 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 DKconfig.kfence79 The inverse probability with which to randomly protect KFENCE object
/linux/Documentation/leds/
H A Dledtrig-transient.rst100 inverse of transient state.
116 non-transient state which is the inverse of the transient state:
/linux/arch/arc/include/asm/
H A Dentry-arcv2.h197 ; - Z flag set on K is inverse of what hardware does on interrupt entry
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1254 static int inverse; /* "matroxfb:inverse" */ variable
2444 inverse = value; in matroxfb_setup()
2531 module_param(inverse, int, 0);
2532 MODULE_PARM_DESC(inverse, "Inverse (0 or 1) (default=0)");
/linux/net/openvswitch/
H A Dconntrack.c500 struct nf_conntrack_tuple inverse; in ovs_ct_find_existing() local
502 if (!nf_ct_invert_tuple(&inverse, &tuple)) { in ovs_ct_find_existing()
506 tuple = inverse; in ovs_ct_find_existing()

123