| /linux/drivers/md/dm-vdo/ |
| H A 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/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 697 decoded = self._decode_struct(attr.raw, attr_spec.struct_name) 699 decoded = attr.as_c_array(attr_spec.sub_type) 701 decoded = [ self._decode_enum(x, attr_spec) for x in decoded ] 703 decoded = [ self._formatted_string(x, attr_spec.display_hint) 704 for x in decoded ] 706 decoded = attr.as_bin() 708 decoded = self._formatted_string(decoded, attr_spec.display_hint) 709 return decoded 712 decoded = [] 720 decoded.append({ item.type: subattrs }) [all …]
|
| /linux/arch/arm64/kernel/probes/ |
| H A D | decode-insn.c | 148 enum probe_insn decoded; in arm_kprobe_decode_insn() local 156 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn() 159 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn() 161 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn() 181 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn() 185 return decoded; in arm_kprobe_decode_insn()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx_lib.c | 69 struct libeth_rx_pt decoded; in ice_rx_hash_to_skb() local 72 decoded = libie_rx_pt_parse(rx_ptype); in ice_rx_hash_to_skb() 73 if (!libeth_rx_pt_has_hash(rx_ring->netdev, decoded)) in ice_rx_hash_to_skb() 78 libeth_rx_pt_set_hash(skb, hash, decoded); in ice_rx_hash_to_skb() 111 struct libeth_rx_pt decoded; in ice_rx_csum() local 118 decoded = libie_rx_pt_parse(ptype); in ice_rx_csum() 119 if (!libeth_rx_pt_has_checksum(ring->netdev, decoded)) in ice_rx_csum() 127 (decoded.inner_prot == LIBETH_RX_PT_INNER_TCP || in ice_rx_csum() 128 decoded.inner_prot == LIBETH_RX_PT_INNER_UDP || in ice_rx_csum() 129 decoded.inner_prot == LIBETH_RX_PT_INNER_ICMP)) { in ice_rx_csum() [all …]
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_singleq_txrx.c | 652 struct libeth_rx_pt decoded) in idpf_rx_singleq_csum() argument 657 if (!libeth_rx_pt_has_checksum(rxq->xdp_rxq.dev, decoded)) in idpf_rx_singleq_csum() 664 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in idpf_rx_singleq_csum() 665 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in idpf_rx_singleq_csum() 696 if (decoded.tunnel_type >= LIBETH_RX_PT_TUNNEL_IP_GRENAT) in idpf_rx_singleq_csum() 792 struct libeth_rx_pt decoded) in idpf_rx_singleq_base_hash() argument 796 if (!libeth_rx_pt_has_hash(rx_q->xdp_rxq.dev, decoded)) in idpf_rx_singleq_base_hash() 805 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_singleq_base_hash() 822 struct libeth_rx_pt decoded) in idpf_rx_singleq_flex_hash() argument 824 if (!libeth_rx_pt_has_hash(rx_q->xdp_rxq.dev, decoded)) in idpf_rx_singleq_flex_hash() [all …]
|
| H A D | idpf_txrx.c | 3186 struct libeth_rx_pt decoded) in idpf_rx_hash() argument 3190 if (!libeth_rx_pt_has_hash(rxq->xdp_rxq.dev, decoded)) in idpf_rx_hash() 3197 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_hash() 3211 struct libeth_rx_pt decoded) in idpf_rx_csum() argument 3216 if (!libeth_rx_pt_has_checksum(rxq->xdp_rxq.dev, decoded)) in idpf_rx_csum() 3223 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in idpf_rx_csum() 3224 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in idpf_rx_csum() 3239 decoded.inner_prot == LIBETH_RX_PT_INNER_SCTP) { in idpf_rx_csum() 3302 struct libeth_rx_pt decoded) in idpf_rx_rsc() argument 3308 if (unlikely(libeth_rx_pt_get_ip_ver(decoded) == in idpf_rx_rsc() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-stateless-decoder.rst | 11 between processed frames. This means that each frame is decoded independently 16 has to do is to provide the raw encoded stream and dequeue decoded frames in 30 Depending on the encoded formats supported by the decoder, a single decoded 101 destination buffers parsed/decoded from the bytestream. 111 frame buffer resolution for the decoded frames. 114 pixel format for decoded frames. 163 frame buffer resolution of the decoded stream; typically unchanged from 202 for the stream to be properly decoded (taking e.g. reference frames 240 controls relevant to the format being decoded. 247 If there is a possibility that the decoded frame will require one or more [all …]
|
| H A 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/Documentation/driver-api/cxl/platform/example-configurations/ |
| H A D | flexible.rst | 149 Flags (decoded below) : 0000000B 161 Flags (decoded below) : 0000000B 173 Flags (decoded below) : 0000000B 185 Flags (decoded below) : 0000000B 197 Flags (decoded below) : 0000000B 209 Flags (decoded below) : 0000000B 221 Flags (decoded below) : 0000000B
|
| H A D | one-dev-per-hb.rst | 74 Flags (decoded below) : 0000000B 86 Flags (decoded below) : 0000000B
|
| /linux/lib/tests/ |
| H A D | base64_kunit.c | 45 u8 *decoded = kmalloc(size, GFP_KERNEL); in run_perf_and_check() local 49 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, decoded); in run_perf_and_check() 53 int dec_len = base64_decode(enc, enc_len, decoded, true, variant); in run_perf_and_check() 57 KUNIT_EXPECT_MEMEQ(test, decoded, in, size); in run_perf_and_check() 65 u64 t2 = bench_decode_ns(enc, enc_len, decoded, reps, variant); in run_perf_and_check() 71 kfree(decoded); in run_perf_and_check()
|
| /linux/tools/testing/selftests/ir/ |
| H A D | ir_loopback.c | 181 bool decoded = true; in main() local 188 decoded = false; in main() 192 if (!decoded) in main()
|
| /linux/Documentation/ABI/testing/ |
| H A 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 370 specify color in the decoded video 403 wHeight height of decoded bitmap frame in px 404 wWidth width of decoded bitmam frame in px
|
| H A D | sysfs-driver-tegra-fuse | 8 as decoded from the fuse registers. Bits order/assignment
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A 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,
|
| H A 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/drivers/soc/qcom/ |
| H A 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/drivers/net/ipa/ |
| H A 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/tools/net/sunrpc/xdrgen/templates/C/program/decoder/ |
| H A D | argument.j2 | 9 * %true: procedure arguments decoded successfully
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | gpio-decoder.txt | 5 - gpios: a spec of gpios (at least two) to be decoded to a number with
|
| /linux/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-zc770-xm011.dts | 83 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm012.dts | 93 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm013.dts | 102 is-decoded-cs = <0>;
|
| /linux/Documentation/wmi/devices/ |
| H A D | wmi-bmof.rst | 11 describe the details of their ACPI WMI interfaces. The data can be decoded
|
| /linux/Documentation/devicetree/bindings/bus/ |
| H A D | nvidia,tegra20-gmi.txt | 37 The chip-select number is decoded from the child nodes second address cell of 39 then be decoded from the first cell of the 'reg' property.
|