| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | inside-secure-safexcel.txt | 1 Inside Secure SafeXcel cryptographic engine 4 - compatible: Should be "inside-secure,safexcel-eip197b", 5 "inside-secure,safexcel-eip197d" or 6 "inside-secure,safexcel-eip97ies". 21 - "inside-secure,safexcel-eip197" is equivalent to 22 "inside-secure,safexcel-eip197b". 23 - "inside-secure,safexcel-eip97" is equivalent to 24 "inside-secure,safexcel-eip97ies". 29 compatible = "inside-secure,safexcel-eip197b";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/crypto/ |
| D | inside-secure-safexcel.txt | 1 Inside Secure SafeXcel cryptographic engine 4 - compatible: Should be "inside-secure,safexcel-eip197b", 5 "inside-secure,safexcel-eip197d" or 6 "inside-secure,safexcel-eip97ies". 21 - "inside-secure,safexcel-eip197" is equivalent to 22 "inside-secure,safexcel-eip197b". 23 - "inside-secure,safexcel-eip97" is equivalent to 24 "inside-secure,safexcel-eip97ies". 29 compatible = "inside-secure,safexcel-eip197b";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | .yamllint | 10 min-spaces-inside: 0 11 max-spaces-inside: 1 12 min-spaces-inside-empty: 0 13 max-spaces-inside-empty: 0 15 min-spaces-inside: 0 16 max-spaces-inside: 1 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0
|
| /kernel/linux/linux-4.19/drivers/nfc/microread/ |
| D | Kconfig | 5 This module contains the main code for Inside Secure microread 10 tristate "Inside Secure Microread device support (I2C)" 15 Inside microread chipsets. Select this if your platform is using 22 tristate "Inside Secure Microread device support (MEI)" 27 Inside microread chipsets. Select this if your microread chipset
|
| /kernel/linux/linux-5.10/drivers/nfc/microread/ |
| D | Kconfig | 6 This module contains the main code for Inside Secure microread 11 tristate "Inside Secure Microread device support (I2C)" 16 Inside microread chipsets. Select this if your platform is using 23 tristate "Inside Secure Microread device support (MEI)" 28 Inside microread chipsets. Select this if your microread chipset
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/ |
| D | omap_rng.txt | 1 OMAP SoC and Inside-Secure HWRNG Module 9 - "inside-secure,safexcel-eip76" for SoCs with EIP76 IP block 14 Used for "ti,omap4-rng" and "inside-secure,safexcel-eip76" 16 "inside-secure,safexcel-eip76" compatible, the second clock is 34 compatible = "inside-secure,safexcel-eip76";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/rng/ |
| D | omap_rng.txt | 1 OMAP SoC and Inside-Secure HWRNG Module 9 - "inside-secure,safexcel-eip76" for SoCs with EIP76 IP block 14 Used for "ti,omap4-rng" and "inside-secure,safexcel-eip76" 16 "inside-secure,safexcel-eip76" compatible, the second clock is 34 compatible = "inside-secure,safexcel-eip76";
|
| /kernel/linux/linux-5.10/drivers/block/rnbd/ |
| D | rnbd-srv.h | 21 /* Entry inside global sess_list */ 36 /* Entry inside global dev_list */ 50 /* Entry inside rnbd_srv_dev struct */ 52 /* Entry inside rnbd_srv_session struct */
|
| /kernel/linux/linux-5.10/arch/csky/include/asm/ |
| D | tcm.h | 16 /* Tag functions inside TCM called from outside TCM with this */ 18 /* Tag function inside TCM called from inside TCM with this */
|
| /kernel/linux/linux-4.19/net/ipv4/netfilter/ |
| D | nf_nat_l3proto_ipv4.c | 185 } *inside; in nf_nat_icmp_reply_translation() local 195 if (!skb_make_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmp_reply_translation() 200 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation() 201 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation() 220 l4proto = __nf_nat_l4proto_find(NFPROTO_IPV4, inside->ip.protocol); in nf_nat_icmp_reply_translation() 221 if (!nf_nat_ipv4_manip_pkt(skb, hdrlen + sizeof(inside->icmp), in nf_nat_icmp_reply_translation() 226 /* Reloading "inside" here since manip_pkt may reallocate */ in nf_nat_icmp_reply_translation() 227 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation() 228 inside->icmp.checksum = 0; in nf_nat_icmp_reply_translation() 229 inside->icmp.checksum = in nf_nat_icmp_reply_translation()
|
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | tcm.h | 23 /* Tag functions inside TCM called from outside TCM with this */ 25 /* Tag function inside TCM called from inside TCM with this */
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | tcm.h | 22 /* Tag functions inside TCM called from outside TCM with this */ 24 /* Tag function inside TCM called from inside TCM with this */
|
| /kernel/linux/linux-4.19/drivers/crypto/ccree/ |
| D | cc_aead.h | 33 #define CCM_BLOCK_NONCE_OFFSET 1 /* Nonce offset inside B0 and CTR_COUNT */ 34 #define CCM_BLOCK_NONCE_SIZE 3 /* Nonce size inside B0 and CTR_COUNT */ 35 #define CCM_BLOCK_IV_OFFSET 4 /* IV offset inside B0 and CTR_COUNT */ 36 #define CCM_BLOCK_IV_SIZE 8 /* IV size inside B0 and CTR_COUNT */
|
| /kernel/linux/linux-5.10/drivers/crypto/ccree/ |
| D | cc_aead.h | 33 #define CCM_BLOCK_NONCE_OFFSET 1 /* Nonce offset inside B0 and CTR_COUNT */ 34 #define CCM_BLOCK_NONCE_SIZE 3 /* Nonce size inside B0 and CTR_COUNT */ 35 #define CCM_BLOCK_IV_OFFSET 4 /* IV offset inside B0 and CTR_COUNT */ 36 #define CCM_BLOCK_IV_SIZE 8 /* IV size inside B0 and CTR_COUNT */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_gem_gtt.c | 80 * @size: how much space to allocate inside the GTT, 82 * @offset: where to insert inside the GTT, 89 * i915_gem_gtt_reserve() tries to insert the @node at the exact @offset inside 162 * @size: how much space to allocate inside the GTT, 168 * @start: start of any range restriction inside GTT (0 for all), 170 * @end: end of any range restriction inside GTT (U64_MAX for all), 264 * make room inside the aperture. The eviction scan then has to walk in i915_gem_gtt_insert() 266 * it has to search for a new hole between every byte inside the memcpy, in i915_gem_gtt_insert()
|
| /kernel/linux/linux-4.19/net/ipv6/netfilter/ |
| D | nf_nat_l3proto_ipv6.c | 196 } *inside; in nf_nat_icmpv6_reply_translation() local 205 if (!skb_make_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmpv6_reply_translation() 210 inside = (void *)skb->data + hdrlen; in nf_nat_icmpv6_reply_translation() 211 if (inside->icmp6.icmp6_type == NDISC_REDIRECT) { in nf_nat_icmpv6_reply_translation() 230 l4proto = __nf_nat_l4proto_find(NFPROTO_IPV6, inside->ip6.nexthdr); in nf_nat_icmpv6_reply_translation() 231 if (!nf_nat_ipv6_manip_pkt(skb, hdrlen + sizeof(inside->icmp6), in nf_nat_icmpv6_reply_translation() 237 inside = (void *)skb->data + hdrlen; in nf_nat_icmpv6_reply_translation() 238 inside->icmp6.icmp6_cksum = 0; in nf_nat_icmpv6_reply_translation() 239 inside->icmp6.icmp6_cksum = in nf_nat_icmpv6_reply_translation()
|
| /kernel/linux/linux-5.10/drivers/iio/accel/ |
| D | mma9551_core.c | 211 * Locking is not handled inside the function. Callers should ensure they 236 * Locking is not handled inside the function. Callers should ensure they 261 * Locking is not handled inside the function. Callers should ensure they 286 * Locking is not handled inside the function. Callers should ensure they 317 * Locking is not handled inside the function. Callers should ensure they 344 * Locking is not handled inside the function. Callers should ensure they 374 * Locking is not handled inside the function. Callers should ensure they 413 * Locking is not handled inside the function. Callers should ensure they 452 * Locking is not handled inside the function. Callers should ensure they 487 * Locking is not handled inside the function. Callers should ensure they [all …]
|
| /kernel/linux/linux-4.19/drivers/iio/accel/ |
| D | mma9551_core.c | 219 * Locking is not handled inside the function. Callers should ensure they 244 * Locking is not handled inside the function. Callers should ensure they 269 * Locking is not handled inside the function. Callers should ensure they 294 * Locking is not handled inside the function. Callers should ensure they 325 * Locking is not handled inside the function. Callers should ensure they 352 * Locking is not handled inside the function. Callers should ensure they 382 * Locking is not handled inside the function. Callers should ensure they 421 * Locking is not handled inside the function. Callers should ensure they 460 * Locking is not handled inside the function. Callers should ensure they 495 * Locking is not handled inside the function. Callers should ensure they [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | tc358775.c | 72 #define CLS_PRE 0x0180 /* Digital Counter inside of PHY IO */ 73 #define D0S_PRE 0x0184 /* Digital Counter inside of PHY IO */ 74 #define D1S_PRE 0x0188 /* Digital Counter inside of PHY IO */ 75 #define D2S_PRE 0x018C /* Digital Counter inside of PHY IO */ 76 #define D3S_PRE 0x0190 /* Digital Counter inside of PHY IO */ 77 #define CLS_PREP 0x01A0 /* Digital Counter inside of PHY IO */ 78 #define D0S_PREP 0x01A4 /* Digital Counter inside of PHY IO */ 79 #define D1S_PREP 0x01A8 /* Digital Counter inside of PHY IO */ 80 #define D2S_PREP 0x01AC /* Digital Counter inside of PHY IO */ 81 #define D3S_PREP 0x01B0 /* Digital Counter inside of PHY IO */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | selection-api-configuration.rst | 39 active cropping area must lie completely inside the capture boundaries. 58 bounds rectangle. The composing rectangle must lie completely inside 73 be changed by the hardware. The content of pixels that lie inside the 99 must lie completely inside the crop boundaries and the driver may 110 composing rectangle must lie completely inside the bounds rectangle. The
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | selection-api-configuration.rst | 39 active cropping area must lie completely inside the capture boundaries. 58 bounds rectangle. The composing rectangle must lie completely inside 73 be changed by the hardware. The content of pixels that lie inside the 99 must lie completely inside the crop boundaries and the driver may 110 composing rectangle must lie completely inside the bounds rectangle. The
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_nat_proto.c | 567 } *inside; in nf_nat_icmp_reply_translation() local 576 if (skb_ensure_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmp_reply_translation() 581 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation() 582 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation() 601 if (!nf_nat_ipv4_manip_pkt(skb, hdrlen + sizeof(inside->icmp), in nf_nat_icmp_reply_translation() 606 /* Reloading "inside" here since manip_pkt may reallocate */ in nf_nat_icmp_reply_translation() 607 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation() 608 inside->icmp.checksum = 0; in nf_nat_icmp_reply_translation() 609 inside->icmp.checksum = in nf_nat_icmp_reply_translation() 807 } *inside; in nf_nat_icmpv6_reply_translation() local [all …]
|
| /kernel/linux/linux-4.19/drivers/s390/char/ |
| D | sclp_ocf.c | 54 /* Find the 0x9f22 block inside the 0x9f00 block. */ in sclp_ocf_handler() 58 /* Find the 0x81 block inside the 0x9f22 block. */ in sclp_ocf_handler() 62 /* Find the 0x01 block inside the 0x81 block. */ in sclp_ocf_handler() 64 /* Find the 0x02 block inside the 0x81 block. */ in sclp_ocf_handler()
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | sclp_ocf.c | 54 /* Find the 0x9f22 block inside the 0x9f00 block. */ in sclp_ocf_handler() 58 /* Find the 0x81 block inside the 0x9f22 block. */ in sclp_ocf_handler() 62 /* Find the 0x01 block inside the 0x81 block. */ in sclp_ocf_handler() 64 /* Find the 0x02 block inside the 0x81 block. */ in sclp_ocf_handler()
|
| /kernel/linux/linux-5.10/include/uapi/rdma/ |
| D | efa-abi.h | 84 /* the offset inside the page of the rq db */ 86 /* the offset inside the page of the sq db */ 88 /* the offset inside the page of descriptors buffer */
|