Searched refs:decode (Results 101 - 125 of 144) sorted by relevance

123456

/linux-master/drivers/pci/
H A Dvgaarb.c54 unsigned int (*set_decode)(struct pci_dev *pdev, bool decode);
220 * Account for "normal" resources to lock. If we decode the legacy,
279 * can own resources it doesn't decode.
324 * decoded them. We can lock resources we don't decode, therefore
366 * if we decode them.
786 /* By default, assume we decode everything */
932 * XXX If somebody is going from "doesn't decode" to "decodes"
960 * @set_decode: VGA decode change callback
965 * will get a callback from this to set the encode/decode state.
967 * Rationale: we cannot disable VGA decode resource
981 vga_client_register(struct pci_dev *pdev, unsigned int (*set_decode)(struct pci_dev *pdev, bool decode)) argument
[all...]
H A Dpci.c6150 static int pci_set_vga_state_arch(struct pci_dev *dev, bool decode, argument
6154 return arch_set_vga_state(dev, decode, command_bits,
6160 * pci_set_vga_state - set VGA decode state on device and parents if requested
6162 * @decode: true = enable decoding, false = disable decoding
6167 int pci_set_vga_state(struct pci_dev *dev, bool decode, argument
6178 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags);
6184 if (decode)
6200 if (decode)
/linux-master/net/sched/
H A Dact_ife.c185 !mops->check_presence || !mops->encode || !mops->decode ||
381 /*can only happen on decode */
703 /* We check for decode presence already */
704 return e->ops->decode(skb, mdata, mlen);
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py225 foutput = serr.decode("utf-8", errors="ignore")
227 foutput = rawout.decode("utf-8", errors="ignore")
277 res.set_failmsg('Cannot decode verify command\'s output. Is it JSON?')
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S133 | decode addressing mode for source
/linux-master/net/ceph/
H A Dauth.c9 #include <linux/ceph/decode.h>
279 pr_err("failed to decode auth msg\n");
H A Dauth_x.c10 #include <linux/ceph/decode.h>
596 pr_err("failed to decode connection secret\n");
H A Dceph_common.c27 #include <linux/ceph/decode.h>
H A Dmon_client.c14 #include <linux/ceph/decode.h>
/linux-master/drivers/media/rc/
H A Drc-ir-raw.c42 handler->decode(dev, ev);
/linux-master/scripts/
H A Dspdxcheck.py203 line = line.decode(locale.getpreferredencoding(False), errors='ignore')
/linux-master/drivers/acpi/acpica/
H A Drsdumpinfo.c534 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(address.decode), "Address Decode",
/linux-master/tools/perf/scripts/python/
H A Dintel-pt-events.py144 s = payload.to_bytes(8, "little").decode("ascii").rstrip("\x00")
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h411 * @work: work queue entry for asynchronous decode
458 void (*decode)(struct uvc_urb *uvc_urb, struct uvc_buffer *buf, member in struct:uvc_streaming
/linux-master/lib/
H A Dvsprintf.c1087 int decode = (fmt[0] == 'R') ? 1 : 0; local
1112 decode = 0;
1114 if (decode && res->flags & IORESOURCE_UNSET) {
1124 if (decode) {
2510 * Helper function to decode printf style format.
2511 * Each call decode a token from the format and return the
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_if.c41 /* required buffer size (bytes) to store decode information */
52 * struct vdec_vp8_dec_info - decode misc information
81 * @load_data : flag to indicate reload decode data
110 * struct vdec_vp8_vpu_inst - VPU instance for VP8 decode
124 * [available_fb_node_list] - decode fb are initialized to 0 and populated in
125 * [fb_use_list] - fb is set after decode and is moved to this list
130 * [fb_disp_list] - fb is set after decode and is moved to this list
138 * @dec_fb : decode frame buffer node
145 * @frm_cnt : decode frame count
297 /* put last decode o
[all...]
H A Dvdec_h264_req_multi_if.c21 * enum vdec_h264_core_dec_err_type - core decode error type
32 * struct vdec_h264_slice_lat_dec_param - parameters for decode current frame
38 * @decode_params: decoder parameters of each frame used for hardware decode
51 * struct vdec_h264_slice_info - decode information
74 * struct vdec_h264_slice_vsi - shared memory for decode information exchange
90 * @dec: decode information (AP-R, VPU-W)
91 * @h264_slice_params: decode parameters for hw used
143 * @h264_slice_param: the parameters that hardware use to decode
466 mtk_vdec_debug(ctx, "[h264-core] vdec_h264 core decode");
515 mtk_vdec_err(ctx, "core decode er
[all...]
H A Dvdec_hevc_req_multi_if.c29 * enum vdec_hevc_core_dec_err_type - core decode error type
199 * struct slice_api_hevc_decode_param - parameters for decode.
218 * struct hevc_fb - hevc decode frame buffer information
235 * struct vdec_hevc_slice_lat_dec_param - parameters for decode current frame
241 * @decode_params: decoder parameters of each frame used for hardware decode
254 * struct vdec_hevc_slice_info - decode information
294 * struct vdec_hevc_slice_vsi - shared memory for decode information exchange
307 * @dec: decode information (AP-R, VPU-W)
308 * @hevc_slice_params: decode parameters for hw used
353 * @hevc_slice_param: the parameters that hardware use to decode
[all...]
H A Dvdec_vp9_if.c174 * struct vdec_vp9_inst - vp9 decode instance
183 * @ctx : current decode context
472 /* This frame is show exist frame and no decode output
528 * sub-frame decode
1015 .decode = vdec_vp9_decode,
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1129 static int uv_set_vga_state(struct pci_dev *pdev, bool decode, unsigned int command_bits, u32 flags) argument
1142 rc = uv_bios_set_legacy_vga_target(decode, domain, bus);
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c726 char decode[100]; local
731 perf_script__meminfo_scnprintf(decode, 100, &mi);
734 _PyUnicode_FromString(decode));
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c943 dev_err(delta->dev, "%s no buffer to decode\n", ctx->name);
961 /* decode this access unit */
962 ret = call_dec_op(dec, decode, ctx, au);
1334 * decode it to get the infos related to stream
1353 /* decode this access unit */
1354 ret = call_dec_op(dec, decode, ctx, au);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py113 stdout = stdout.decode("utf-8")
114 stderr = stderr.decode("utf-8")
/linux-master/include/linux/
H A Dpci.h417 unsigned int transparent:1; /* Subtractive decode bridge */
627 * buses below host bridges or subtractive decode bridges) go in the list.
635 * decode bit set, because they are explicit and can be programmed with _SRS.
1640 int pci_set_vga_state(struct pci_dev *pdev, bool decode,
1921 typedef int (*arch_set_vga_state_t)(struct pci_dev *pdev, bool decode,
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
519 # now, w/ group2, make movep's decode the fastest since it will
2059 # First, decode the operand location. If it's in Dn, fetch from #
2497 # First, decode the operand location. If it's in Dn, fetch from #
2962 # First, calculate the effective address. Then, decode the #

Completed in 526 milliseconds

123456