Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c45 const struct ip_vs_iphdr *iph, int inverse, in ah_esp_conn_fill_param_proto() argument
48 if (likely(!inverse)) in ah_esp_conn_fill_param_proto()
61 int inverse) in ah_esp_conn_in_get() argument
67 ah_esp_conn_fill_param_proto(net, af, iph, inverse, &p); in ah_esp_conn_in_get()
76 inverse ? "ICMP+" : "", in ah_esp_conn_in_get()
88 const struct ip_vs_iphdr *iph, int inverse) in ah_esp_conn_out_get() argument
94 ah_esp_conn_fill_param_proto(net, af, iph, inverse, &p); in ah_esp_conn_out_get()
99 inverse ? "ICMP+" : "", in ah_esp_conn_out_get()
Dip_vs_conn.c127 bool inverse) in ip_vs_conn_hashkey_param() argument
133 return p->pe->hashkey_raw(p, ip_vs_conn_rnd, inverse) & in ip_vs_conn_hashkey_param()
136 if (likely(!inverse)) { in ip_vs_conn_hashkey_param()
319 int inverse, struct ip_vs_conn_param *p) in ip_vs_conn_fill_param_proto() argument
328 if (likely(!inverse)) in ip_vs_conn_fill_param_proto()
339 const struct ip_vs_iphdr *iph, int inverse) in ip_vs_conn_in_get_proto() argument
343 if (ip_vs_conn_fill_param_proto(af, skb, iph, inverse, &p)) in ip_vs_conn_in_get_proto()
443 const struct ip_vs_iphdr *iph, int inverse) in ip_vs_conn_out_get_proto() argument
447 if (ip_vs_conn_fill_param_proto(af, skb, iph, inverse, &p)) in ip_vs_conn_out_get_proto()
Dip_vs_pe_sip.c135 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw() argument
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_hsit.c45 if (hsit->inverse) in hsit_s_stream()
66 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) | in hsit_enum_mbus_code()
67 (code->pad == HSIT_PAD_SOURCE && hsit->inverse)) in hsit_enum_mbus_code()
136 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
151 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32 in hsit_set_format()
181 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create() argument
191 hsit->inverse = inverse; in vsp1_hsit_create()
193 if (inverse) in vsp1_hsit_create()
209 dev_name(vsp1->dev), inverse ? "hsi" : "hst"); in vsp1_hsit_create()
Dvsp1_hsit.h28 bool inverse; member
36 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_l3proto.h37 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
Dnf_conntrack_core.h48 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
Dnf_conntrack_l4proto.h34 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
Dnf_conntrack.h195 bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse,
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c217 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument
222 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple()
224 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple()
225 if (l3proto->invert_tuple(inverse, orig) == 0) in nf_ct_invert_tuple()
228 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple()
230 inverse->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple()
231 return l4proto->invert_tuple(inverse, orig); in nf_ct_invert_tuple()
1165 bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuplepr() argument
1171 ret = nf_ct_invert_tuple(inverse, orig, in nf_ct_invert_tuplepr()
/linux-4.1.27/include/net/
Dip_vs.h453 int inverse);
459 int inverse);
767 bool inverse);
823 const struct iphdr *iph, int inverse);
827 const struct iphdr *iph, int inverse);
1184 int inverse);
1190 int inverse);
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Dat25.txt13 - spi-cpol : SPI inverse clock polarity, as per spi-bus bindings.
/linux-4.1.27/arch/m68k/fpsp040/
Dsacos.S4 | Description: The entry point sAcos computes the inverse cosine of
Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
Dsatanh.S4 | The entry point satanh computes the inverse
/linux-4.1.27/Documentation/fb/
Dsstfb.txt93 inverse=1 inverse Supposed to enable inverse console.
Dpvr2fb.txt42 inverse - invert colors on screen (for LCD displays)
Dmatroxfb.txt184 inverse - invert colors on screen (for LCD displays)
/linux-4.1.27/drivers/video/fbdev/
Dvesafb.c49 static int inverse __read_mostly;
205 inverse=1; in vesafb_setup()
Dmacfb.c142 static int inverse; variable
535 inverse = 1; in macfb_setup()
Dpmag-aa-fb.c267 disp->inverse = 0; in aafb_set_disp()
Dimsttfb.c336 static int inverse = 0; variable
1566 inverse = 1; in imsttfb_setup()
Datafb.c263 static int inverse; variable
3045 inverse = 1; in atafb_setup()
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm.txt50 Example with optional PWM specifier for inverse polarity
/linux-4.1.27/drivers/video/console/
Dfbcon.h33 u_short inverse; /* != 0 text black on white as default */ member
/linux-4.1.27/Documentation/
DVGA-softcursor.txt8 like a non-blinking red block, make it inverse background of the character it's
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt101 inverse of transient state.
117 non-transient state which is the inverse of the transient state.
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi-bus.txt51 inverse clock polarity (CPOL) mode
/linux-4.1.27/drivers/tty/vt/
Dvt.c2174 uint8_t inverse; in do_con_write() local
2215 inverse = 0; in do_con_write()
2340 inverse = 1; in do_con_write()
2347 if (!inverse) { in do_con_write()
2393 if (inverse) { in do_con_write()
2399 inverse = 0; in do_con_write()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1257 static int inverse; /* "matroxfb:inverse" */ variable
2433 inverse = value; in matroxfb_setup()
2526 module_param(inverse, int, 0);
2527 MODULE_PARM_DESC(inverse, "Inverse (0 or 1) (default=0)");
/linux-4.1.27/Documentation/networking/
Dfib_trie.txt90 Halves the size of the child array within a tnode - the inverse of
Dcan.txt888 rcvlist_inv - list for mask/value filters (inverse semantic)
/linux-4.1.27/Documentation/i2c/
Dslave-interface136 inverse of the above.
/linux-4.1.27/Documentation/input/
Delantech.txt815 ~sx is the inverse of sx, ~sy is the inverse of sy.
/linux-4.1.27/Documentation/sound/alsa/
DCMIPCI.txt164 "IEC958 In Phase Inverse" - Set SPDIF input format as inverse.
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt351 4.1.2) inverse
733 5.1.3) inverse
737 "inverse" sub-option for the Atari.
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt396 rp14). That is why some places refer to inverse parity.
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt225 using putback_lru_page() - the inverse operation to isolate_lru_page() - after
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt381 is an inverse order of the actual priority. So a "prio" of 5 is
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt1085 - local inverse alpha
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S6487 # sasin(): computes the inverse sine of a normalized input #
6488 # sasind(): computes the inverse sine of a denormalized input #
8558 # satanh(): computes the inverse hyperbolic tangent of a norm input #
8559 # satanhd(): computes the inverse hyperbolic tangent of a denorm input #
Dfpsp.S6694 # sacos(): computes the inverse cosine of a normalized input #
6695 # sacosd(): computes the inverse cosine of a denormalized input #