Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/media/platform/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()
91 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
106 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 in vsp1_hsit_create()
[all...]
H A Dvsp1_hsit.h24 bool inverse; member
32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
/kernel/linux/linux-6.6/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()
93 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
108 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32 in hsit_set_format()
139 if (hsit->inverse) in hsit_configure_stream()
153 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create() argument
162 hsit->inverse = inverse; in vsp1_hsit_create()
166 if (inverse) in vsp1_hsit_create()
171 ret = vsp1_entity_init(vsp1, &hsit->entity, inverse in vsp1_hsit_create()
[all...]
H A Dvsp1_hsit.h24 bool inverse; member
32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c94 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() argument
96 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
97 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
98 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
99 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000)); in i64_i16_blocks()
106 bool inverse; in emit_a64_mov_i64() local
112 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false); in emit_a64_mov_i64()
113 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) : in emit_a64_mov_i64()
115 if (inverse) in emit_a64_mov_i64()
121 if (((nrm_tmp >> shift) & 0xffff) != (inverse in emit_a64_mov_i64()
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_core.c410 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument
413 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple()
415 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple()
419 inverse->src.u3.ip = orig->dst.u3.ip; in nf_ct_invert_tuple()
420 inverse->dst.u3.ip = orig->src.u3.ip; in nf_ct_invert_tuple()
423 inverse->src.u3.in6 = orig->dst.u3.in6; in nf_ct_invert_tuple()
424 inverse->dst.u3.in6 = orig->src.u3.in6; in nf_ct_invert_tuple()
430 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple()
432 inverse in nf_ct_invert_tuple()
[all...]
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack_core.h44 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
/kernel/linux/linux-6.6/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 in nf_ct_invert_tuple()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dip_vs.h113 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp()
117 if (inverse) in ip_vs_fill_iph_skb_icmp()
124 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb() argument
129 if (inverse) in ip_vs_fill_iph_skb()
733 bool inverse);
795 const struct iphdr *iph, int inverse);
799 const struct iphdr *iph, int inverse);
112 ip_vs_fill_iph_skb_icmp(int af, const struct sk_buff *skb, int offset, bool inverse, struct ip_vs_iphdr *iphdr) ip_vs_fill_iph_skb_icmp() argument
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_core.h43 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c121 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() argument
123 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
124 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
125 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
126 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000)); in i64_i16_blocks()
133 bool inverse; in emit_a64_mov_i64() local
139 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false); in emit_a64_mov_i64()
140 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) : in emit_a64_mov_i64()
142 if (inverse) in emit_a64_mov_i64()
148 if (((nrm_tmp >> shift) & 0xffff) != (inverse in emit_a64_mov_i64()
[all...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c136 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw()
135 ip_vs_sip_hashkey_raw(const struct ip_vs_conn_param *p, u32 initval, bool inverse) ip_vs_sip_hashkey_raw() argument
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c136 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw()
135 ip_vs_sip_hashkey_raw(const struct ip_vs_conn_param *p, u32 initval, bool inverse) ip_vs_sip_hashkey_raw() argument
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h116 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp()
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);
115 ip_vs_fill_iph_skb_icmp(int af, const struct sk_buff *skb, int offset, bool inverse, struct ip_vs_iphdr *iphdr) ip_vs_fill_iph_skb_icmp() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dvesafb.c55 static int inverse __read_mostly;
213 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
214 inverse=1; in vesafb_setup()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dvesafb.c58 static int inverse __read_mostly;
220 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
221 inverse=1; in vesafb_setup()
/kernel/linux/linux-5.10/lib/
H A Dtest_objagg.c760 bool inverse) in test_delta_action_item()
770 if (inverse) in test_delta_action_item()
784 if (inverse) in test_delta_action_item()
801 * So in case of an error, cleanup by doing inverse action. in test_delta_action_item()
757 test_delta_action_item(struct world *world, struct objagg *objagg, const struct action_item *action_item, bool inverse) test_delta_action_item() argument
/kernel/linux/linux-6.6/lib/
H A Dtest_objagg.c760 bool inverse) in test_delta_action_item()
770 if (inverse) in test_delta_action_item()
784 if (inverse) in test_delta_action_item()
801 * So in case of an error, cleanup by doing inverse action. in test_delta_action_item()
757 test_delta_action_item(struct world *world, struct objagg *objagg, const struct action_item *action_item, bool inverse) test_delta_action_item() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.h35 u_short inverse; /* != 0 text black on white as default */ member

Completed in 22 milliseconds

12