/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_hsit.c | 45 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 ? "hsi" : "hst", in vsp1_hsit_create()
|
H A D | vsp1_hsit.h | 24 bool inverse; member 32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
|
/openbmc/qemu/hw/display/ |
H A D | ssd0303.c | 62 int inverse; member 131 s->inverse = 0; in ssd0303_send() 134 s->inverse = 1; in ssd0303_send() 248 } else if (s->inverse) { in ssd0303_update_display() 291 VMSTATE_INT32(inverse, ssd0303_state),
|
/openbmc/u-boot/board/xilinx/zynq/ |
H A D | cmds.c | 91 u32 inverse; in zynq_calc_inv() local 93 inverse = modulus & BIT(0); in zynq_calc_inv() 96 inverse *= 2 - modulus * inverse; in zynq_calc_inv() 100 return ~(inverse - 1); in zynq_calc_inv()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 435 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->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple() 461 return nf_conntrack_invert_icmp_tuple(inverse, orig); in nf_ct_invert_tuple() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | epson,rx6110.txt | 29 - spi-cpol: RX6110 works with SPI inverse clock polarity
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_core.h | 43 bool nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
|
/openbmc/linux/Documentation/fb/ |
H A D | vesafb.rst | 122 by comma, like this: "video=vesafb:ypan,inverse" 126 inverse use inverse color map
|
H A D | sstfb.rst | 114 inverse=1 inverse Supposed to enable inverse console.
|
H A D | pvr2fb.rst | 43 inverse invert colors on screen (for LCD displays)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap.min.css | 5 …inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.na…
|
H A D | bootstrap.css | 4594 .navbar-inverse { 4598 .navbar-inverse .navbar-brand { 4601 .navbar-inverse .navbar-brand:hover, 4602 .navbar-inverse .navbar-brand:focus { 4606 .navbar-inverse .navbar-text { 4609 .navbar-inverse .navbar-nav > li > a { 4612 .navbar-inverse .navbar-nav > li > a:hover, 4613 .navbar-inverse .navbar-nav > li > a:focus { 4617 .navbar-inverse .navbar-nav > .active > a, 4618 .navbar-inverse .navbar-nav > .active > a:hover, [all …]
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 116 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp() argument 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);
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | sacos.S | 4 | Description: The entry point sAcos computes the inverse cosine of
|
H A D | satanh.S | 4 | The entry point satanh computes the inverse
|
H A D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 121 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 ? 0xffff : 0x0000)) in emit_a64_mov_i64()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | vesafb.c | 58 static int inverse __read_mostly; 221 inverse=1; in vesafb_setup()
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | pwm.txt | 50 Example with optional PWM specifier for inverse polarity
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 10 make it inverse background of the character it's over or to highlight
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_pe_sip.c | 136 u32 initval, bool inverse) in ip_vs_sip_hashkey_raw() argument
|
/openbmc/u-boot/doc/device-tree-bindings/pwm/ |
H A D | pwm.txt | 50 Example with optional PWM specifier for inverse polarity
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.h | 33 u_short inverse; /* != 0 text black on white as default */ member
|
/openbmc/linux/lib/ |
H A D | test_objagg.c | 760 bool inverse) in test_delta_action_item() argument 770 if (inverse) in test_delta_action_item() 784 if (inverse) in test_delta_action_item()
|
/openbmc/linux/Documentation/leds/ |
H A D | ledtrig-transient.rst | 100 inverse of transient state. 116 non-transient state which is the inverse of the transient state:
|