/linux-6.12.1/drivers/md/dm-vdo/ |
D | numeric.h | 18 static inline void decode_s64_le(const u8 *buffer, size_t *offset, s64 *decoded) in decode_s64_le() argument 20 *decoded = get_unaligned_le64(buffer + *offset); in decode_s64_le() 30 static inline void decode_u64_le(const u8 *buffer, size_t *offset, u64 *decoded) in decode_u64_le() argument 32 *decoded = get_unaligned_le64(buffer + *offset); in decode_u64_le() 42 static inline void decode_s32_le(const u8 *buffer, size_t *offset, s32 *decoded) in decode_s32_le() argument 44 *decoded = get_unaligned_le32(buffer + *offset); in decode_s32_le() 54 static inline void decode_u32_le(const u8 *buffer, size_t *offset, u32 *decoded) in decode_u32_le() argument 56 *decoded = get_unaligned_le32(buffer + *offset); in decode_u32_le() 66 static inline void decode_u16_le(const u8 *buffer, size_t *offset, u16 *decoded) in decode_u16_le() argument 68 *decoded = get_unaligned_le16(buffer + *offset); in decode_u16_le()
|
/linux-6.12.1/tools/net/ynl/lib/ |
D | ynl.py | 624 decoded = self._decode_struct(attr.raw, attr_spec.struct_name) 626 decoded = attr.as_c_array(attr_spec.sub_type) 628 decoded = attr.as_bin() 630 decoded = self._formatted_string(decoded, attr_spec.display_hint) 631 return decoded 634 decoded = [] 642 decoded.append({ item.type: subattrs }) 647 decoded.append(subattrs) 652 decoded.append(subattrs) 655 return decoded [all …]
|
/linux-6.12.1/arch/arm64/kernel/probes/ |
D | decode-insn.c | 135 enum probe_insn decoded; in arm_kprobe_decode_insn() local 143 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn() 146 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn() 148 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn() 168 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn() 172 return decoded; in arm_kprobe_decode_insn()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_txrx_lib.c | 71 struct libeth_rx_pt decoded; in ice_rx_hash_to_skb() local 74 decoded = libie_rx_pt_parse(rx_ptype); in ice_rx_hash_to_skb() 75 if (!libeth_rx_pt_has_hash(rx_ring->netdev, decoded)) in ice_rx_hash_to_skb() 80 libeth_rx_pt_set_hash(skb, hash, decoded); in ice_rx_hash_to_skb() 96 struct libeth_rx_pt decoded; in ice_rx_csum() local 103 decoded = libie_rx_pt_parse(ptype); in ice_rx_csum() 104 if (!libeth_rx_pt_has_checksum(ring->netdev, decoded)) in ice_rx_csum() 114 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in ice_rx_csum() 115 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in ice_rx_csum() 143 if (decoded.tunnel_type >= LIBETH_RX_PT_TUNNEL_IP_GRENAT) in ice_rx_csum()
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_singleq_txrx.c | 599 struct libeth_rx_pt decoded) in idpf_rx_singleq_csum() argument 604 if (!libeth_rx_pt_has_checksum(rxq->netdev, decoded)) in idpf_rx_singleq_csum() 611 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in idpf_rx_singleq_csum() 612 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in idpf_rx_singleq_csum() 643 if (decoded.tunnel_type >= LIBETH_RX_PT_TUNNEL_IP_GRENAT) in idpf_rx_singleq_csum() 739 struct libeth_rx_pt decoded) in idpf_rx_singleq_base_hash() argument 743 if (!libeth_rx_pt_has_hash(rx_q->netdev, decoded)) in idpf_rx_singleq_base_hash() 752 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_singleq_base_hash() 769 struct libeth_rx_pt decoded) in idpf_rx_singleq_flex_hash() argument 771 if (!libeth_rx_pt_has_hash(rx_q->netdev, decoded)) in idpf_rx_singleq_flex_hash() [all …]
|
D | idpf_txrx.c | 2873 struct libeth_rx_pt decoded) in idpf_rx_hash() argument 2877 if (!libeth_rx_pt_has_hash(rxq->netdev, decoded)) in idpf_rx_hash() 2884 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_hash() 2898 struct libeth_rx_pt decoded) in idpf_rx_csum() argument 2903 if (!libeth_rx_pt_has_checksum(rxq->netdev, decoded)) in idpf_rx_csum() 2910 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in idpf_rx_csum() 2911 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in idpf_rx_csum() 2926 decoded.inner_prot == LIBETH_RX_PT_INNER_SCTP) { in idpf_rx_csum() 2989 struct libeth_rx_pt decoded) in idpf_rx_rsc() argument 2995 if (unlikely(libeth_rx_pt_get_ip_ver(decoded) == in idpf_rx_rsc() [all …]
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | dev-stateless-decoder.rst | 10 between processed frames. This means that each frame is decoded independently 15 has to do is to provide the raw encoded stream and dequeue decoded frames in 29 Depending on the encoded formats supported by the decoder, a single decoded 100 destination buffers parsed/decoded from the bytestream. 110 frame buffer resolution for the decoded frames. 113 pixel format for decoded frames. 162 frame buffer resolution of the decoded stream; typically unchanged from 201 for the stream to be properly decoded (taking e.g. reference frames 239 controls relevant to the format being decoded. 246 If there is a possibility that the decoded frame will require one or more [all …]
|
D | dev-decoder.rst | 51 decoded frames; for encoders, the queue of buffers containing an encoded 82 the order in which frames are decoded; may differ from display order if the 96 Decoded Picture Buffer; an H.264/HEVC term for a buffer that stores a decoded 107 an encoded frame that does not reference frames decoded earlier, i.e. 108 can be decoded fully on its own. 369 initialization sequence completes and the frame is decoded. 398 No decoded frames are produced during this phase. 406 destination buffers parsed/decoded from the bytestream. 416 frame buffer resolution for the decoded frames. 419 pixel format for decoded frames. [all …]
|
D | vidioc-decoder-cmd.rst | 120 the last frame was decoded. 171 data from its internal buffers was decoded. 197 dequeueing the capture buffer containing the last decoded frame. 198 So this command can be used to explicitly flush that final decoded
|
/linux-6.12.1/tools/testing/selftests/ir/ |
D | ir_loopback.c | 181 bool decoded = true; in main() local 188 decoded = false; in main() 192 if (!decoded) in main()
|
/linux-6.12.1/net/batman-adv/ |
D | network-coding.c | 1169 if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1170 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1176 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1177 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1183 } else if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1184 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1192 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1193 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1240 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src)) in batadv_nc_skb_coding_possible() 1845 BATADV_SKB_CB(skb)->decoded = true; in batadv_nc_recv_coded_packet()
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | lirc-read.rst | 53 in this mode scancodes which are either decoded by software decoders, or 56 used for transmission, and ``scancode`` to the decoded scancode,
|
D | lirc-dev-intro.rst | 10 a bi-directional interface for transporting raw IR and decoded scancodes 14 decoded scancodes to and fro, the essential fops are read, write and ioctl. 88 (in ``CLOCK_MONOTONIC``) when the scancode was decoded. 166 value. When the program has decoded the scancode, it can be submitted using
|
/linux-6.12.1/drivers/soc/qcom/ |
D | qcom_pd_mapper.c | 152 const void *decoded) in qcom_pdm_get_domain_list() argument 155 const struct servreg_get_domain_list_req *req = decoded; in qcom_pdm_get_domain_list() 218 const void *decoded) in qcom_pdm_pfr() argument 220 const struct servreg_loc_pfr_req *req = decoded; in qcom_pdm_pfr()
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/templates/C/program/decoder/ |
D | argument.j2 | 9 * %true: procedure arguments decoded successfully
|
/linux-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_txrx.c | 908 struct libeth_rx_pt decoded; in iavf_rx_checksum() local 919 decoded = libie_rx_pt_parse(ptype); in iavf_rx_checksum() 920 if (!libeth_rx_pt_has_checksum(vsi->netdev, decoded)) in iavf_rx_checksum() 930 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in iavf_rx_checksum() 931 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in iavf_rx_checksum() 974 struct libeth_rx_pt decoded; in iavf_rx_hash() local 980 decoded = libie_rx_pt_parse(rx_ptype); in iavf_rx_hash() 981 if (!libeth_rx_pt_has_hash(ring->netdev, decoded)) in iavf_rx_hash() 986 libeth_rx_pt_set_hash(skb, hash, decoded); in iavf_rx_hash()
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | gpio-decoder.txt | 5 - gpios: a spec of gpios (at least two) to be decoded to a number with
|
/linux-6.12.1/drivers/net/ipa/ |
D | ipa_qmi.c | 178 const void *decoded) in ipa_server_indication_register() argument 207 const void *decoded) in ipa_server_driver_init_complete() argument 254 struct qmi_txn *txn, const void *decoded) in ipa_client_init_driver() argument
|
/linux-6.12.1/arch/arm/boot/dts/xilinx/ |
D | zynq-zc770-xm011.dts | 53 is-decoded-cs = <0>;
|
D | zynq-zc770-xm012.dts | 59 is-decoded-cs = <0>;
|
D | zynq-zc770-xm013.dts | 64 is-decoded-cs = <0>;
|
D | zynq-zc770-xm010.dts | 70 is-decoded-cs = <0>;
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-tegra-fuse | 8 as decoded from the fuse registers. Bits order/assignment
|
D | configfs-usb-gadget-uvc | 280 wHeight height of decoded bitmap frame in px 281 wWidth width of decoded bitmam frame in px 311 specify color in the decoded video 339 wHeight height of decoded bitmap frame in px 340 wWidth width of decoded bitmam frame in px
|
/linux-6.12.1/Documentation/wmi/devices/ |
D | wmi-bmof.rst | 11 describe the details of their ACPI WMI interfaces. The data can be decoded
|