Home
last modified time | relevance | path

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

12345678910>>...12

/linux-5.10/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-5.10/Documentation/devicetree/bindings/net/
Dmediatek-dwmac.txt41 - mediatek,txc-inverse: boolean property, if present indicates that
47 - mediatek,rxc-inverse: boolean property, if present indicates that
85 mediatek,txc-inverse;
86 mediatek,rxc-inverse;
/linux-5.10/drivers/net/ipa/
Dipa_table.h74 * ipa_table_teardown() - Inverse of ipa_table_setup()
86 * ipa_table_deconfig() - Inverse of ipa_table_config()
98 * ipa_table_exit() - Inverse of ipa_table_init()
Dipa_clock.c105 /* Inverse of ipa_interconnect_init() */
185 /* Inverse of ipa_clock_enable() */
303 /* Inverse of ipa_clock_init() */
Dipa_uc.h18 * ipa_uc_teardown() - inverse of ipa_uc_setup()
/linux-5.10/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-5.10/Documentation/userspace-api/media/v4l/
Dcolorspaces-details.rst60 Inverse Transfer function:
140 Inverse Transfer function:
267 Inverse Transfer function:
343 Inverse Transfer function:
411 Inverse Transfer function:
513 Inverse Transfer function:
570 Inverse Transfer function:
647 Inverse Transfer function:
720 Inverse Transfer function:
791 Inverse Transfer function:
/linux-5.10/lib/mpi/
Dmpi-inv.c23 * Calculate the multiplicative inverse X of A mod N
39 return 0; /* Inverse does not exists. */ in mpi_invm()
41 return 0; /* Inverse does not exists. */ in mpi_invm()
/linux-5.10/drivers/gpu/drm/
Ddrm_rect.c304 * drm_rect_rotate_inv - Inverse rotate the rectangle
308 * @rotation: Transformation whose inverse is to be applied
310 * Apply the inverse of @rotation to the coordinates
319 * them when doing a rotatation and its inverse.
/linux-5.10/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-5.10/arch/arm64/net/
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 ? 0xffff : 0x0000)) in emit_a64_mov_i64()
/linux-5.10/drivers/leds/
Dleds-el15203000.c41 * | '3' 0x33 | Inverse cascade |
45 * | '5' 0x35 | Inverse bounce |
209 dev_dbg(led->priv->dev, "Inverse cascade mode for 0x%02x(%c)", in el15203000_pattern_set_P()
219 dev_dbg(led->priv->dev, "Inverse bounce mode for 0x%02x(%c)", in el15203000_pattern_set_P()
/linux-5.10/drivers/iio/adc/
Dqcom-vadc-common.h98 * @num: the inverse numerator of the gain applied to the input channel.
99 * @den: the inverse denominator of the gain applied to the input channel.
/linux-5.10/arch/powerpc/include/asm/
Dvdso_datapage.h64 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */
99 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */
/linux-5.10/include/uapi/linux/netfilter_ipv4/
Dipt_ah.h9 __u8 invflags; /* Inverse flags */
/linux-5.10/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 */
/linux-5.10/arch/arm/boot/dts/
Dimx53-usbarmory.dts5 * Copyright (C) 2015, Inverse Path
51 model = "Inverse Path USB armory";
/linux-5.10/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-5.10/include/uapi/linux/netfilter_bridge/
Debt_vlan.h19 __u8 invflags; /* Inverse bitmask bit 1=1 - inversed ID arg,

12345678910>>...12