/Linux-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_hsit.c | 3 * 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() 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()
|
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-v6.1/Documentation/userspace-api/media/v4l/ |
D | colorspaces-details.rst | 56 Inverse Transfer function: 132 Inverse Transfer function: 255 Inverse Transfer function: 328 Inverse Transfer function: 392 Inverse Transfer function: 491 Inverse Transfer function: 545 Inverse Transfer function: 619 Inverse Transfer function: 690 Inverse Transfer function: 761 Inverse Transfer function:
|
/Linux-v6.1/include/uapi/linux/netfilter/ |
D | xt_tcpudp.h | 14 __u8 invflags; /* Inverse flags */ 28 __u8 invflags; /* Inverse flags */
|
D | xt_esp.h | 9 __u8 invflags; /* Inverse flags */
|
D | xt_ipcomp.h | 9 __u8 invflags; /* Inverse flags */
|
/Linux-v6.1/lib/mpi/ |
D | mpi-inv.c | 23 * 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-v6.1/drivers/net/ipa/ |
D | ipa_power.h | 59 * ipa_power_teardown() - Inverse of ipa_power_setup() 75 * ipa_power_exit() - Inverse of ipa_power_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | mediatek,star-emac.yaml | 57 mediatek,rxc-inverse: 62 mediatek,txc-inverse:
|
D | mediatek-dwmac.yaml | 108 mediatek,txc-inverse: 118 mediatek,rxc-inverse:
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_rect.c | 304 * 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-v6.1/Documentation/fb/ |
D | vesafb.rst | 122 by comma, like this: "video=vesafb:ypan,inverse" 126 inverse use inverse color map
|
D | sstfb.rst | 114 inverse=1 inverse Supposed to enable inverse console.
|
/Linux-v6.1/drivers/leds/ |
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-v6.1/arch/riscv/lib/ |
D | memmove.S | 45 * Both Copy Modes: a7 - Inverse Shift ammount 106 * Compute The Inverse Shift 168 * Compute The Inverse Shift
|
/Linux-v6.1/include/uapi/linux/netfilter_ipv4/ |
D | ipt_ah.h | 9 __u8 invflags; /* Inverse flags */
|
/Linux-v6.1/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_mh.h | 10 __u8 invflags; /* Inverse flags */
|
D | ip6t_opts.h | 12 __u8 invflags; /* Inverse flags */
|
D | ip6t_ah.h | 11 __u8 invflags; /* Inverse flags */
|
D | ip6t_frag.h | 11 __u8 invflags; /* Inverse flags */
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx53-usbarmory.dts | 5 * Copyright (C) 2015, Inverse Path 51 model = "Inverse Path USB armory";
|
/Linux-v6.1/arch/arm64/crypto/ |
D | aes-ce-glue.c | 123 * 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-v6.1/net/netfilter/ |
D | nf_conntrack_core.c | 445 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument 448 memset(inverse, 0, sizeof(*inverse)); in nf_ct_invert_tuple() 450 inverse->src.l3num = orig->src.l3num; in nf_ct_invert_tuple() 454 inverse->src.u3.ip = orig->dst.u3.ip; in nf_ct_invert_tuple() 455 inverse->dst.u3.ip = orig->src.u3.ip; in nf_ct_invert_tuple() 458 inverse->src.u3.in6 = orig->dst.u3.in6; in nf_ct_invert_tuple() 459 inverse->dst.u3.in6 = orig->src.u3.in6; in nf_ct_invert_tuple() 465 inverse->dst.dir = !orig->dst.dir; in nf_ct_invert_tuple() 467 inverse->dst.protonum = orig->dst.protonum; in nf_ct_invert_tuple() 471 return nf_conntrack_invert_icmp_tuple(inverse, orig); in nf_ct_invert_tuple() [all …]
|
/Linux-v6.1/include/uapi/linux/netfilter_bridge/ |
D | ebt_vlan.h | 19 __u8 invflags; /* Inverse bitmask bit 1=1 - inversed ID arg,
|
/Linux-v6.1/include/dt-bindings/reset/ |
D | ti-syscon.h | 24 /* The following are the inverse of the above and are added for consistency */
|