| /Linux-v5.4/drivers/media/platform/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() 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()
  | 
| 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-v5.4/Documentation/devicetree/bindings/net/ | 
| D | mediatek-dwmac.txt | 37 - 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/ | 
| 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-v5.4/Documentation/media/uapi/v4l/ | 
| D | colorspaces-details.rst | 67 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/ | 
| D | bpf_jit_comp.c | 92 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/ | 
| D | drm_rect.c | 294  * 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/ | 
| 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-v5.4/arch/sh/lib64/ | 
| D | sdivsi3.S | 28 	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/ | 
| D | qcom-vadc-common.h | 91  * @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/ | 
| D | vdso_datapage.h | 64 	__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/ | 
| D | ipt_ah.h | 9 	__u8  invflags;			/* Inverse flags */
  | 
| /Linux-v5.4/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-v5.4/net/netfilter/ | 
| D | nf_conntrack_core.c | 410 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/ | 
| D | imx53-usbarmory.dts | 5  * Copyright (C) 2015, Inverse Path 51 	model = "Inverse Path USB armory";
  | 
| /Linux-v5.4/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-v5.4/include/uapi/linux/netfilter_bridge/ | 
| D | ebt_vlan.h | 19 	__u8 invflags;		/* Inverse bitmask  bit 1=1 - inversed ID arg, 
  | 
| /Linux-v5.4/include/dt-bindings/reset/ | 
| D | ti-syscon.h | 24 /* The following are the inverse of the above and are added for consistency */
  | 
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ | 
| D | dwmac-mediatek.c | 174 		/* 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()
  |