Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/net/netfilter/
Dnf_conntrack_l3proto.h37 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
Dnf_conntrack_core.h49 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
Dnf_conntrack_l4proto.h34 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
Dnf_conntrack.h192 bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse,
/linux-4.4.14/net/netfilter/
Dnf_conntrack_core.c219 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument
224 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple()
226 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple()
227 if (l3proto->invert_tuple(inverse, orig) == 0) in nf_ct_invert_tuple()
230 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple()
232 inverse->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple()
233 return l4proto->invert_tuple(inverse, orig); in nf_ct_invert_tuple()
1190 bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuplepr() argument
1196 ret = nf_ct_invert_tuple(inverse, orig, in nf_ct_invert_tuplepr()
/linux-4.4.14/include/net/
Dip_vs.h125 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp() argument
129 if (inverse) in ip_vs_fill_iph_skb_icmp()
136 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb() argument
141 if (inverse) in ip_vs_fill_iph_skb()
732 bool inverse);
788 const struct iphdr *iph, int inverse);
792 const struct iphdr *iph, int inverse);
/linux-4.4.14/Documentation/devicetree/bindings/eeprom/
Dat25.txt13 - spi-cpol : SPI inverse clock polarity, as per spi-bus bindings.
/linux-4.4.14/arch/m68k/fpsp040/
Dsacos.S4 | Description: The entry point sAcos computes the inverse cosine of
Dsatanh.S4 | The entry point satanh computes the inverse
Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
/linux-4.4.14/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.4.14/net/netfilter/ipvs/
Dip_vs_pe_sip.c135 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw() argument
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()
/linux-4.4.14/drivers/video/fbdev/
Dvesafb.c53 static int inverse __read_mostly;
212 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.4.14/Documentation/devicetree/bindings/pwm/
Dpwm.txt50 Example with optional PWM specifier for inverse polarity
/linux-4.4.14/drivers/video/console/
Dfbcon.h33 u_short inverse; /* != 0 text black on white as default */ member
/linux-4.4.14/Documentation/
DVGA-softcursor.txt8 like a non-blinking red block, make it inverse background of the character it's
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt101 inverse of transient state.
117 non-transient state which is the inverse of the transient state.
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-bus.txt51 inverse clock polarity (CPOL) mode
/linux-4.4.14/drivers/tty/vt/
Dvt.c2188 uint8_t inverse; in do_con_write() local
2229 inverse = 0; in do_con_write()
2354 inverse = 1; in do_con_write()
2361 if (!inverse) { in do_con_write()
2407 if (inverse) { in do_con_write()
2413 inverse = 0; in do_con_write()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1250 static int inverse; /* "matroxfb:inverse" */ variable
2423 inverse = value; in matroxfb_setup()
2512 module_param(inverse, int, 0);
2513 MODULE_PARM_DESC(inverse, "Inverse (0 or 1) (default=0)");
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt90 Halves the size of the child array within a tnode - the inverse of
Dcan.txt891 rcvlist_inv - list for mask/value filters (inverse semantic)
/linux-4.4.14/Documentation/i2c/
Dslave-interface144 inverse of the above.
/linux-4.4.14/Documentation/input/
Delantech.txt815 ~sx is the inverse of sx, ~sy is the inverse of sy.
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt164 "IEC958 In Phase Inverse" - Set SPDIF input format as inverse.
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt351 4.1.2) inverse
733 5.1.3) inverse
737 "inverse" sub-option for the Atari.
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt240 thought of as the inverse of the DK_CXLFLASH_USER_DIRECT or
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt396 rp14). That is why some places refer to inverse parity.
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt225 using putback_lru_page() - the inverse operation to isolate_lru_page() - after
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt381 is an inverse order of the actual priority. So a "prio" of 5 is
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt1093 - local inverse alpha
/linux-4.4.14/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 #