Searched refs:inverse (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hsit.h24 bool inverse; member in struct:vsp1_hsit
32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
H A Dvsp1_hsit.c45 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) |
46 (code->pad == HSIT_PAD_SOURCE && hsit->inverse))
92 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32
107 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32
137 if (hsit->inverse)
151 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) argument
160 hsit->inverse = inverse;
164 if (inverse)
169 ret = vsp1_entity_init(vsp1, &hsit->entity, inverse
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_core.h43 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
/linux-master/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-master/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c136 u32 initval, bool inverse)
135 ip_vs_sip_hashkey_raw(const struct ip_vs_conn_param *p, u32 initval, bool inverse) argument
H A Dip_vs_conn.c123 bool inverse)
129 return p->pe->hashkey_raw(p, ip_vs_conn_rnd, inverse) &
132 if (likely(!inverse)) {
122 ip_vs_conn_hashkey_param(const struct ip_vs_conn_param *p, bool inverse) argument
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c435 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, argument
438 memset(inverse, 0, sizeof(*inverse));
440 inverse->src.l3num = orig->src.l3num;
444 inverse->src.u3.ip = orig->dst.u3.ip;
445 inverse->dst.u3.ip = orig->src.u3.ip;
448 inverse->src.u3.in6 = orig->dst.u3.in6;
449 inverse->dst.u3.in6 = orig->src.u3.in6;
455 inverse->dst.dir = !orig->dst.dir;
457 inverse
[all...]
/linux-master/include/net/
H A Dip_vs.h116 bool inverse, struct ip_vs_iphdr *iphdr)
120 if (inverse)
127 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, argument
132 if (inverse)
795 bool inverse);
857 const struct iphdr *iph, int inverse);
861 const struct iphdr *iph, int inverse);
115 ip_vs_fill_iph_skb_icmp(int af, const struct sk_buff *skb, int offset, bool inverse, struct ip_vs_iphdr *iphdr) argument
/linux-master/drivers/video/fbdev/
H A Dvesafb.c58 static int inverse __read_mostly;
220 if (! strcmp(this_opt, "inverse"))
221 inverse=1;
H A Dimsttfb.c334 static int inverse = 0; variable
1588 } else if (!strncmp(this_opt, "inverse", 7)) {
1589 inverse = 1;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.h33 u_short inverse; /* != 0 text black on white as default */ member in struct:fbcon_display
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c122 static int i64_i16_blocks(const u64 val, bool inverse) argument
124 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) +
125 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) +
126 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) +
127 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000));
134 bool inverse; local
140 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false);
141 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) :
143 if (inverse)
149 if (((nrm_tmp >> shift) & 0xffff) != (inverse
[all...]
/linux-master/lib/
H A Dtest_objagg.c760 bool inverse)
770 if (inverse)
784 if (inverse)
801 * So in case of an error, cleanup by doing inverse action.
757 test_delta_action_item(struct world *world, struct objagg *objagg, const struct action_item *action_item, bool inverse) argument
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h197 ; - Z flag set on K is inverse of what hardware does on interrupt entry
/linux-master/net/openvswitch/
H A Dconntrack.c500 struct nf_conntrack_tuple inverse; local
502 if (!nf_ct_invert_tuple(&inverse, &tuple)) {
506 tuple = inverse;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1254 static int inverse; /* "matroxfb:inverse" */ variable
2443 if (! strcmp(this_opt, "inverse"))
2444 inverse = value;
2531 module_param(inverse, int, 0);
2532 MODULE_PARM_DESC(inverse, "Inverse (0 or 1) (default=0)");
/linux-master/drivers/clk/qcom/
H A Dclk-alpha-pll.c309 static int wait_for_pll(struct clk_alpha_pll *pll, u32 mask, bool inverse, argument
325 if (inverse && !(val & mask))
/linux-master/drivers/tty/vt/
H A Dvt.c2950 bool inverse = false; local
2977 * Display U+FFFD. If it's not found, display an inverse
2982 inverse = true;
3035 if (inverse)
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6487 # sasin(): computes the inverse sine of a normalized input #
6488 # sasind(): computes the inverse sine of a denormalized input #
6588 # sacos(): computes the inverse cosine of a normalized input #
6589 # sacosd(): computes the inverse cosine 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 #
H A Dfpsp.S6593 # sasin(): computes the inverse sine of a normalized input #
6594 # sasind(): computes the inverse sine of a denormalized input #
6694 # sacos(): computes the inverse cosine of a normalized input #
6695 # sacosd(): computes the inverse cosine of a denormalized input #
8664 # satanh(): computes the inverse hyperbolic tangent of a norm input #
8665 # satanhd(): computes the inverse hyperbolic tangent of a denorm input #

Completed in 607 milliseconds