Home
last modified time | relevance | path

Searched full:inverse (Results 1 – 25 of 271) sorted by relevance

1234567891011

/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_hsit.c3 * vsp1_hsit.c -- R-Car VSP1 Hue Saturation value (Inverse) Transform
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()
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 ? "hsi" : "hst", in vsp1_hsit_create()
Dvsp1_hsit.h3 * vsp1_hsit.h -- R-Car VSP1 Hue Saturation value (Inverse) Transform
24 bool inverse; member
32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmediatek-dwmac.txt37 - mediatek,txc-inverse: boolean property, if present indicates that
41 - mediatek,rxc-inverse: boolean property, if present indicates that
72 mediatek,txc-inverse;
73 mediatek,rxc-inverse;
/Linux-v5.4/include/uapi/linux/netfilter/
Dxt_tcpudp.h14 __u8 invflags; /* Inverse flags */
28 __u8 invflags; /* Inverse flags */
Dxt_esp.h9 __u8 invflags; /* Inverse flags */
Dxt_ipcomp.h9 __u8 invflags; /* Inverse flags */
/Linux-v5.4/Documentation/media/uapi/v4l/
Dcolorspaces-details.rst67 Inverse Transfer function:
147 Inverse Transfer function:
274 Inverse Transfer function:
350 Inverse Transfer function:
419 Inverse Transfer function:
521 Inverse Transfer function:
578 Inverse Transfer function:
655 Inverse Transfer function:
728 Inverse Transfer function:
799 Inverse Transfer function:
/Linux-v5.4/arch/arm64/net/
Dbpf_jit_comp.c92 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() argument
94 return (((val >> 0) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
95 (((val >> 16) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
96 (((val >> 32) & 0xffff) != (inverse ? 0xffff : 0x0000)) + in i64_i16_blocks()
97 (((val >> 48) & 0xffff) != (inverse ? 0xffff : 0x0000)); in i64_i16_blocks()
104 bool inverse; in emit_a64_mov_i64() local
110 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false); in emit_a64_mov_i64()
111 shift = max(round_down((inverse ? (fls64(rev_tmp) - 1) : in emit_a64_mov_i64()
113 if (inverse) in emit_a64_mov_i64()
119 if (((nrm_tmp >> shift) & 0xffff) != (inverse ? 0xffff : 0x0000)) in emit_a64_mov_i64()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_rect.c294 * drm_rect_rotate_inv - Inverse rotate the rectangle
298 * @rotation: Transformation whose inverse is to be applied
300 * Apply the inverse of @rotation to the coordinates
309 * them when doing a rotatation and its inverse.
/Linux-v5.4/Documentation/fb/
Dvesafb.rst122 by comma, like this: "video=vesafb:ypan,inverse"
126 inverse use inverse color map
Dsstfb.rst114 inverse=1 inverse Supposed to enable inverse console.
/Linux-v5.4/arch/sh/lib64/
Dsdivsi3.S28 sub r21, r19, r19 /* some 11 bit inverse in s1.14 */
36 shari r18, 28, r18 /* some 22 bit inverse in s1.30 */
/Linux-v5.4/drivers/iio/adc/
Dqcom-vadc-common.h91 * @num: the inverse numerator of the gain applied to the input channel.
92 * @den: the inverse denominator of the gain applied to the input channel.
/Linux-v5.4/arch/powerpc/include/asm/
Dvdso_datapage.h64 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */
97 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */
/Linux-v5.4/include/uapi/linux/netfilter_ipv4/
Dipt_ah.h9 __u8 invflags; /* Inverse flags */
/Linux-v5.4/include/uapi/linux/netfilter_ipv6/
Dip6t_mh.h10 __u8 invflags; /* Inverse flags */
Dip6t_opts.h12 __u8 invflags; /* Inverse flags */
Dip6t_ah.h11 __u8 invflags; /* Inverse flags */
Dip6t_frag.h11 __u8 invflags; /* Inverse flags */
/Linux-v5.4/net/netfilter/
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->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple()
436 return nf_conntrack_invert_icmp_tuple(inverse, orig); in nf_ct_invert_tuple()
[all …]
/Linux-v5.4/arch/arm/boot/dts/
Dimx53-usbarmory.dts5 * Copyright (C) 2015, Inverse Path
51 model = "Inverse Path USB armory";
/Linux-v5.4/arch/arm64/crypto/
Daes-ce-glue.c123 * Generate the decryption keys for the Equivalent Inverse Cipher. in ce_aes_expandkey()
125 * the Inverse Mix Columns transformation on all but the first and in ce_aes_expandkey()
/Linux-v5.4/include/uapi/linux/netfilter_bridge/
Debt_vlan.h19 __u8 invflags; /* Inverse bitmask bit 1=1 - inversed ID arg,
/Linux-v5.4/include/dt-bindings/reset/
Dti-syscon.h24 /* The following are the inverse of the above and are added for consistency */
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-mediatek.c174 /* tx_inv will inverse the tx clock inside mac relateive to in mt2712_set_delay()
250 mac_delay->tx_inv = of_property_read_bool(plat->np, "mediatek,txc-inverse"); in mediatek_dwmac_config_dt()
251 mac_delay->rx_inv = of_property_read_bool(plat->np, "mediatek,rxc-inverse"); in mediatek_dwmac_config_dt()

1234567891011