Home
last modified time | relevance | path

Searched full:dec (Results 1 – 25 of 1088) sorted by relevance

12345678910>>...44

/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c3 * TTUSB DEC Driver
44 #define DRIVER_NAME "TechnoTrend/Hauppauge DEC USB"
245 static void ttusb_dec_set_model(struct ttusb_dec *dec,
250 struct ttusb_dec *dec = urb->context; in ttusb_dec_handle_irq() local
251 char *buffer = dec->irq_buffer; in ttusb_dec_handle_irq()
287 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 1); in ttusb_dec_handle_irq()
288 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq()
289 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 0); in ttusb_dec_handle_irq()
290 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq()
314 static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, in ttusb_dec_send_command() argument
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddecoder.c48 struct hl_dec *dec = container_of(work, struct hl_dec, abnrm_intr_work); in dec_abnrm_intr_work() local
49 struct hl_device *hdev = dec->hdev; in dec_abnrm_intr_work()
53 irq_status = RREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET); in dec_abnrm_intr_work()
55 dev_err(hdev->dev, "Decoder abnormal interrupt %#x, core %d\n", irq_status, dec->core_id); in dec_abnrm_intr_work()
60 WREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET, irq_status); in dec_abnrm_intr_work()
63 RREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET); in dec_abnrm_intr_work()
88 kfree(hdev->dec); in hl_dec_fini()
94 struct hl_dec *dec; in hl_dec_init() local
101 hdev->dec = kcalloc(prop->max_dec, sizeof(struct hl_dec), GFP_KERNEL); in hl_dec_init()
102 if (!hdev->dec) in hl_dec_init()
[all …]
/openbmc/qemu/disas/
H A Driscv.c2539 static void decode_inst_opcode(rv_decode *dec, rv_isa isa) in decode_inst_opcode() argument
2541 rv_inst inst = dec->inst; in decode_inst_opcode()
2614 if (dec->cfg->ext_zcmop) { in decode_inst_opcode()
2620 if (dec->cfg->ext_zicfiss) { in decode_inst_opcode()
2715 if (dec->cfg->ext_zcmp && ((inst >> 12) & 0b01)) { in decode_inst_opcode()
2741 if (!dec->cfg->ext_zcmt) { in decode_inst_opcode()
2751 if (!dec->cfg->ext_zcmp) { in decode_inst_opcode()
2959 if (dec->cfg->ext_zicfilp && in decode_inst_opcode()
4061 if (dec->cfg->ext_zimop) { in decode_inst_opcode()
4071 if (dec->cfg->ext_zicfiss && in decode_inst_opcode()
[all …]
H A Driscv-xthead.c249 void decode_xtheadba(rv_decode *dec, rv_isa isa) in decode_xtheadba() argument
251 rv_inst inst = dec->inst; in decode_xtheadba()
275 dec->op = op; in decode_xtheadba()
278 void decode_xtheadbb(rv_decode *dec, rv_isa isa) in decode_xtheadbb() argument
280 rv_inst inst = dec->inst; in decode_xtheadbb()
331 dec->op = op; in decode_xtheadbb()
334 void decode_xtheadbs(rv_decode *dec, rv_isa isa) in decode_xtheadbs() argument
336 rv_inst inst = dec->inst; in decode_xtheadbs()
357 dec->op = op; in decode_xtheadbs()
360 void decode_xtheadcmo(rv_decode *dec, rv_isa isa) in decode_xtheadcmo() argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/
H A Dindex.html5 <a href="libblkid-docs/">libblkid-docs/</a> 11-Dec-2019 10:04 …
6 <a href="libfdisk-docs/">libfdisk-docs/</a> 11-Dec-2019 10:05 …
7 <a href="libmount-docs/">libmount-docs/</a> 11-Dec-2019 10:05 …
8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 11-Dec-2019 10:…
9 <a href="sha256sums.asc">sha256sums.asc</a> 11-Dec-2019 10:11 …
10 <a href="util-linux-2.35-rc1.tar.gz">util-linux-2.35-rc1.tar.gz</a> 11-Dec-…
11 …2.35-rc1.tar.sign">util-linux-2.35-rc1.tar.sign</a> 11-Dec-2019 10:06 833
12 <a href="util-linux-2.35-rc1.tar.xz">util-linux-2.35-rc1.tar.xz</a> 11-Dec-…
13 <a href="v2.35-ReleaseNotes">v2.35-ReleaseNotes</a> 11-Dec-2019 10:…
14 <a href="v2.35-ReleaseNotes.sign">v2.35-ReleaseNotes.sign</a> 11-Dec-201…
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c102 void HELPER(cvb)(CPUS390XState *env, uint32_t r1, uint64_t dec) in HELPER()
107 sign = dec & 0xf; in HELPER()
111 dec >>= 4; in HELPER()
113 while (dec) { in HELPER()
114 digit = dec & 0xf; in HELPER()
118 dec >>= 4; in HELPER()
134 uint64_t HELPER(cvbg)(CPUS390XState *env, Int128 dec) in HELPER()
136 uint64_t dec64[] = {int128_getlo(dec), int128_gethi(dec)}; in HELPER()
180 uint64_t dec = 0x0c; in HELPER() local
186 dec = 0x0d; in HELPER()
[all …]
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10
25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11
26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4
29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5
30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6
31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7
[all …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c77 * @dec: decoding information
82 struct vdec_vp8_slice_info dec; member
158 inst->vsi->dec.seg_id_buf_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf()
167 inst->vsi->dec.wrap_y_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf()
176 inst->vsi->dec.wrap_c_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf()
185 inst->vsi->dec.vld_wrapper_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf()
197 inst->vsi->dec.seg_id_buf_dma = 0; in vdec_vp8_slice_free_working_buf()
202 inst->vsi->dec.wrap_y_dma = 0; in vdec_vp8_slice_free_working_buf()
207 inst->vsi->dec.wrap_c_dma = 0; in vdec_vp8_slice_free_working_buf()
212 inst->vsi->dec.vld_wrapper_dma = 0; in vdec_vp8_slice_free_working_buf()
[all …]
H A Dvdec_h264_req_multi_if.c90 * @dec: decode information (AP-R, VPU-W)
94 /* LAT dec addr */
107 struct vdec_h264_slice_info dec; member
487 inst->vsi_core->dec.y_fb_dma = y_fb_dma; in vdec_h264_slice_core_decode()
488 inst->vsi_core->dec.c_fb_dma = c_fb_dma; in vdec_h264_slice_core_decode()
489 inst->vsi_core->dec.vdec_fb_va = vdec_fb_va; in vdec_h264_slice_core_decode()
490 inst->vsi_core->dec.nal_info = share_info->nal_info; in vdec_h264_slice_core_decode()
524 inst->vsi_core->dec.timeout = !!timeout; in vdec_h264_slice_core_decode()
529 inst->vsi_core->dec.crc[0], inst->vsi_core->dec.crc[1], in vdec_h264_slice_core_decode()
530 inst->vsi_core->dec.crc[2], inst->vsi_core->dec.crc[3], in vdec_h264_slice_core_decode()
[all …]
H A Dvdec_h264_req_if.c59 * @dec : decode information (AP-R, VPU-W)
67 struct vdec_h264_dec_info dec; member
228 inst->vsi_ctx.dec.cap_num_planes = in get_pic_info()
240 inst->vsi_ctx.dec.resolution_changed = true; in get_pic_info()
243 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info()
246 inst->vsi_ctx.dec.resolution_changed, in get_pic_info()
247 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info()
267 *dpb_sz = inst->vsi_ctx.dec.dpb_sz; in get_dpb_size()
292 inst->vsi_ctx.dec.resolution_changed = true; in vdec_h264_slice_init()
293 inst->vsi_ctx.dec.realloc_mv_buf = true; in vdec_h264_slice_init()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c252 12131415.16 13 1039788916 Fri Dec 13 14:15:16 2002
253 12131415.16 13 1039788916 Fri Dec 13 14:15:16 2002
255 190112132045.52 13 -2147483648 Fri Dec 13 20:45:52 1901
256 190112132045.53 13 -2147483647 Fri Dec 13 20:45:53 1901
257 190112132046.52 13 -2147483588 Fri Dec 13 20:46:52 1901
258 190112132145.52 13 -2147480048 Fri Dec 13 21:45:52 1901
259 190112142045.52 13 -2147397248 Sat Dec 14 20:45:52 1901
261 196912312359.59 13 -1 Wed Dec 31 23:59:59 1969
279 999912312359.59 13 253402300799 Fri Dec 31 23:59:59 9999
280 1112131415 13 1323785700 Tue Dec 13 14:15:00 2011
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc2 Date: Dec 2014
14 Date: Dec 2014
28 Date: Dec 2014
33 Date: Dec 2014
38 Date: Dec 2014
43 Date: Dec 2014
48 Date: Dec 2014
53 Date: Dec 2014
70 Date: Dec 2014
75 Date: Dec 2014
[all …]
H A Dsysfs-kernel-fadump2 Date: Dec 2019
10 Date: Dec 2019
18 Date: Dec 2019
27 Date: Dec 2019
36 Date: Dec 2019
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/
H A Dindex.html5 <a href="libblkid-docs/">libblkid-docs/</a> 19-Dec-2017 15:16 …
6 <a href="libfdisk-docs/">libfdisk-docs/</a> 19-Dec-2017 15:17 …
7 <a href="libmount-docs/">libmount-docs/</a> 19-Dec-2017 15:17 …
8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 19-Dec-2017 15:…
9 <a href="sha256sums.asc">sha256sums.asc</a> 19-Dec-2017 15:20 …
16 <a href="util-linux-2.31.1.tar.gz">util-linux-2.31.1.tar.gz</a> 19-Dec-20…
17 <a href="util-linux-2.31.1.tar.sign">util-linux-2.31.1.tar.sign</a> 19-Dec-…
18 <a href="util-linux-2.31.1.tar.xz">util-linux-2.31.1.tar.xz</a> 19-Dec-20…
30 <a href="v2.31.1-ChangeLog">v2.31.1-ChangeLog</a> 19-Dec-2017 15:1…
31 <a href="v2.31.1-ChangeLog.sign">v2.31.1-ChangeLog.sign</a> 19-Dec-2017…
[all …]
/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c234 IEEE80211_IF_LINK_FILE(txpower, conf->txpower, DEC);
235 IEEE80211_IF_LINK_FILE(ap_power_level, ap_power_level, DEC);
236 IEEE80211_IF_LINK_FILE(user_power_level, user_power_level, DEC);
260 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC);
493 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
632 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
633 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
634 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
635 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
637 u.mesh.mshstats.dropped_frames_no_route, DEC);
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dtw9906.c87 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local
105 dec->norm = norm; in tw9906_s_std()
111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl() local
112 struct v4l2_subdev *sd = &dec->sd; in tw9906_s_ctrl()
132 struct tw9906 *dec = to_state(sd); in tw9906_log_status() local
133 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status()
162 struct tw9906 *dec; in tw9906_probe() local
173 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9906_probe()
174 if (dec == NULL) in tw9906_probe()
176 sd = &dec->sd; in tw9906_probe()
[all …]
H A Dtw9903.c116 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local
134 dec->norm = norm; in tw9903_s_std()
141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local
142 struct v4l2_subdev *sd = &dec->sd; in tw9903_s_ctrl()
162 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local
163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status()
194 struct tw9903 *dec; in tw9903_probe() local
205 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe()
206 if (dec == NULL) in tw9903_probe()
208 sd = &dec->sd; in tw9903_probe()
[all …]
H A Dtw2804.c252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local
269 write_regs(client, regs, dec->channel); in tw2804_s_std()
270 dec->norm = norm; in tw2804_s_std()
277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local
281 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing()
287 dec->channel = config - 1; in tw2804_s_video_routing()
289 dec->channel); in tw2804_s_video_routing()
290 if (dec->channel == 0 && in tw2804_s_video_routing()
296 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing()
299 dec->channel); in tw2804_s_video_routing()
[all …]
/openbmc/linux/arch/mips/dec/prom/
H A Didentify.c17 #include <asm/dec/ioasic.h>
18 #include <asm/dec/ioasic_addrs.h>
19 #include <asm/dec/kn01.h>
20 #include <asm/dec/kn02.h>
21 #include <asm/dec/kn02ba.h>
22 #include <asm/dec/kn02ca.h>
23 #include <asm/dec/kn03.h>
24 #include <asm/dec/kn230.h>
25 #include <asm/dec/prom.h>
26 #include <asm/dec/system.h>
/openbmc/linux/scripts/atomic/fallbacks/
H A Ddec_if_positive2 ${int} dec, c = raw_${atomic}_read(v);
5 dec = c - 1;
6 if (unlikely(dec < 0))
8 } while (!raw_${atomic}_try_cmpxchg(v, &c, dec));
10 return dec;
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c31 #define call_dec_op(dec, op, args...)\ argument
32 ((dec && (dec)->op) ? (dec)->op(args) : 0)
136 const struct delta_dec *dec = ctx->dec; in delta_recycle() local
139 call_dec_op(dec, recycle, ctx, frame); in delta_recycle()
283 const struct delta_dec *dec; in delta_find_decoder() local
287 dec = delta->decoders[i]; in delta_find_decoder()
288 if ((dec->pixelformat == pixelformat) && in delta_find_decoder()
289 (dec->streamformat == streamformat)) in delta_find_decoder()
290 return dec; in delta_find_decoder()
346 const struct delta_dec *dec; in delta_open_decoder() local
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbios.hpp118 /** @brief Convert dec time to epoch time
120 * @param[in] seconds - number of seconds in dec
121 * @param[in] minutes - number of minutes in dec
122 * @param[in] hours - number of hours in dec
123 * @param[in] day - day of the month in dec
124 * @param[in] month - month number in dec
125 * @param[in] year - year number in dec
/openbmc/phosphor-webui/app/common/filters/
H A Dindex.js40 // "Dec 3, 2018 11:35:01 AM CST" for en-US at 'America/Chicago'
41 // "Dec 3, 2018 5:35:01 PM UTC" for en-US at 'UTC'
42 // "Dec 3, 2018 17:35:01 GMT" for en-GB at 'Europe/London'
43 // "Dec 3, 2018 20:35:01 GMT+3" for ru-RU at 'Europe/Moscow'
44 // "Dec 3, 2018 17:35:01 UTC" for ru-RU at 'UTC'
/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c39 unsigned char dec[10]; member
45 .dec = "aBba",
53 .dec = {0xc2, 0xbc, 0x00},
59 .dec = {0x61, 0xcc, 0x88, 0x00},
65 .dec = {0xC7, 0x89, 0x00},
70 .dec = {0xC2, 0xB7, 0x00}
77 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
85 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
180 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi()
192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
[all …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A DMakefile3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \
4 mtk-vcodec-dec-hw.o
6 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \
25 mtk-vcodec-dec-hw-y := mtk_vcodec_dec_hw.o

12345678910>>...44