| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_hsit.h | 3 * 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/include/drm/ |
| H A D | drm_colorop.h | 58 * enum string "sRGB Inverse EOTF" 60 * The inverse of &DRM_COLOROP_1D_CURVE_SRGB_EOTF 82 * enum string "PQ 125 Inverse EOTF" 84 * The inverse of DRM_COLOROP_1D_CURVE_PQ_125_EOTF. 91 * enum string "BT.2020 Inverse OETF" 93 * The inverse of &DRM_COLOROP_1D_CURVE_BT2020_OETF 124 * enum string "Gamma 2.2 Inverse" 126 * The inverse of &DRM_COLOROP_1D_CURVE_GAMMA22
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces-details.rst | 57 Inverse Transfer function: 133 Inverse Transfer function: 256 Inverse Transfer function: 329 Inverse Transfer function: 393 Inverse Transfer function: 492 Inverse Transfer function: 546 Inverse Transfer function: 620 Inverse Transfer function: 691 Inverse Transfer function: 762 Inverse Transfer function:
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_tcpudp.h | 14 __u8 invflags; /* Inverse flags */ 28 __u8 invflags; /* Inverse flags */
|
| H A D | xt_esp.h | 9 __u8 invflags; /* Inverse flags */
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | realtek,usb2phy.yaml | 96 realtek,inverse-hstx-sync-clock: 148 realtek,inverse-hstx-sync-clock: false 172 realtek,inverse-hstx-sync-clock;
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_interrupt.h | 89 * ipa_interrupt_deconfig() - Inverse of ipa_interrupt_config() 103 * ipa_interrupt_exit() - Inverse of ipa_interrupt_init()
|
| H A D | ipa_power.c | 88 /* Inverse of ipa_interconnect_init() */ 114 /* Inverse of ipa_power_enable() */ 289 /* Inverse of ipa_power_init() */
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | mediatek,star-emac.yaml | 57 mediatek,rxc-inverse: 62 mediatek,txc-inverse:
|
| H A D | mediatek-dwmac.yaml | 114 mediatek,txc-inverse: 124 mediatek,rxc-inverse:
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_rect.c | 303 * drm_rect_rotate_inv - Inverse rotate the rectangle 307 * @rotation: Transformation whose inverse is to be applied 309 * Apply the inverse of @rotation to the coordinates 318 * them when doing a rotatation and its inverse.
|
| H A D | drm_colorop.c | 75 [DRM_COLOROP_1D_CURVE_SRGB_INV_EOTF] = "sRGB Inverse EOTF", 77 [DRM_COLOROP_1D_CURVE_PQ_125_INV_EOTF] = "PQ 125 Inverse EOTF", 78 [DRM_COLOROP_1D_CURVE_BT2020_INV_OETF] = "BT.2020 Inverse OETF", 81 [DRM_COLOROP_1D_CURVE_GAMMA22_INV] = "Gamma 2.2 Inverse",
|
| /linux/drivers/leds/ |
| H A D | leds-el15203000.c | 42 * | '3' 0x33 | Inverse cascade | 46 * | '5' 0x35 | Inverse bounce | 206 dev_dbg(led->priv->dev, "Inverse cascade mode for 0x%02x(%c)", in el15203000_pattern_set_P() 216 dev_dbg(led->priv->dev, "Inverse bounce mode for 0x%02x(%c)", in el15203000_pattern_set_P()
|
| /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.
|
| /linux/Documentation/gpu/rfc/ |
| H A D | color_pipeline.rst | 149 ├─ "CURVE_1D_TYPE": enum {sRGB EOTF, sRGB inverse EOTF, PQ EOTF, PQ inverse EOTF, …} 262 ├─ "CURVE_1D_TYPE": enum {sRGB Inverse EOTF, PQ Inverse EOTF} = sRGB EOTF
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53-usbarmory.dts | 6 * Copyright (C) 2015, Inverse Path 14 model = "Inverse Path USB armory";
|
| /linux/drivers/interconnect/qcom/ |
| H A D | icc-rpm.h | 48 * @ib_coeff: an inverse-percentage-based coefficient for compensating the IB calculations 107 * @ib_coeff: an inverse-percentage-based coefficient for compensating the IB calculations
|
| /linux/arch/riscv/lib/ |
| H A D | memmove.S | 44 * Both Copy Modes: a7 - Inverse Shift ammount 105 * Compute The Inverse Shift 167 * Compute The Inverse Shift
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 432 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument 435 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple() 437 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple() 441 inverse->src.u3.ip = orig->dst.u3.ip; in nf_ct_invert_tuple() 442 inverse->dst.u3.ip = orig->src.u3.ip; in nf_ct_invert_tuple() 445 inverse->src.u3.in6 = orig->dst.u3.in6; in nf_ct_invert_tuple() 446 inverse->dst.u3.in6 = orig->src.u3.in6; in nf_ct_invert_tuple() 452 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple() 454 inverse->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple() 458 return nf_conntrack_invert_icmp_tuple(inverse, orig); in nf_ct_invert_tuple() [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | sm4-aesni-avx2-asm_64.S | 119 /* For isolating SubBytes from AESENCLAST, inverse shift row */ 124 /* Inverse shift row + Rotate left by 8 bits on 32-bit words with vpshufb */ 129 /* Inverse shift row + Rotate left by 16 bits on 32-bit words with vpshufb */ 134 /* Inverse shift row + Rotate left by 24 bits on 32-bit words with vpshufb */
|
| /linux/drivers/input/serio/ |
| H A D | ct82c710.c | 141 outb_p(0xaa, 0x3fa); /* Inverse of 55 */ in ct82c710_detect() 144 outb_p(0x1b, 0x2fa); /* Inverse of e4 */ in ct82c710_detect()
|
| /linux/include/uapi/linux/netfilter_ipv4/ |
| H A D | ipt_ah.h | 9 __u8 invflags; /* Inverse flags */
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_uc1611.c | 67 * Set CS active inverse polarity: just setting SPI_CS_HIGH does not in init_display() 76 "Could not set inverse CS polarity\n"); in init_display() 99 /* Set inverse display */ in init_display()
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6t_mh.h | 10 __u8 invflags; /* Inverse flags */
|