/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_hsit.c | 45 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()
|
D | vsp1_hsit.h | 28 bool inverse; member 36 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_l3proto.h | 37 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
|
D | nf_conntrack_core.h | 49 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
|
D | nf_conntrack_l4proto.h | 34 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
|
D | nf_conntrack.h | 192 bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse,
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_core.c | 219 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/ |
D | ip_vs.h | 125 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/ |
D | at25.txt | 13 - spi-cpol : SPI inverse clock polarity, as per spi-bus bindings.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sacos.S | 4 | Description: The entry point sAcos computes the inverse cosine of
|
D | satanh.S | 4 | The entry point satanh computes the inverse
|
D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
/linux-4.4.14/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)
|
D | matroxfb.txt | 184 inverse - invert colors on screen (for LCD displays)
|
/linux-4.4.14/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 | 127 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/ |
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()
|
D | pmag-aa-fb.c | 267 disp->inverse = 0; in aafb_set_disp()
|
D | imsttfb.c | 336 static int inverse = 0; variable 1566 inverse = 1; in imsttfb_setup()
|
D | atafb.c | 263 static int inverse; variable 3045 inverse = 1; in atafb_setup()
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 50 Example with optional PWM specifier for inverse polarity
|
/linux-4.4.14/drivers/video/console/ |
D | fbcon.h | 33 u_short inverse; /* != 0 text black on white as default */ member
|
/linux-4.4.14/Documentation/ |
D | VGA-softcursor.txt | 8 like a non-blinking red block, make it inverse background of the character it's
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 101 inverse of transient state. 117 non-transient state which is the inverse of the transient state.
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 51 inverse clock polarity (CPOL) mode
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 2188 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/ |
D | matroxfb_base.c | 1250 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/ |
D | fib_trie.txt | 90 Halves the size of the child array within a tnode - the inverse of
|
D | can.txt | 891 rcvlist_inv - list for mask/value filters (inverse semantic)
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 144 inverse of the above.
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 815 ~sx is the inverse of sx, ~sy is the inverse of sy.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 164 "IEC958 In Phase Inverse" - Set SPDIF input format as inverse.
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 351 4.1.2) inverse 733 5.1.3) inverse 737 "inverse" sub-option for the Atari.
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 240 thought of as the inverse of the DK_CXLFLASH_USER_DIRECT or
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 396 rp14). That is why some places refer to inverse parity.
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 225 using putback_lru_page() - the inverse operation to isolate_lru_page() - after
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 381 is an inverse order of the actual priority. So a "prio" of 5 is
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 1093 - local inverse alpha
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6487 # 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 #
|
D | fpsp.S | 6694 # sacos(): computes the inverse cosine of a normalized input # 6695 # sacosd(): computes the inverse cosine of a denormalized input #
|