Home
last modified time | relevance | path

Searched refs:dvd (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/package/dvdrw-tools/
H A Ddvdrw-tools.mk8 DVDRW_TOOLS_SOURCE = dvd+rw-tools-$(DVDRW_TOOLS_VERSION).tar.gz
27 $(INSTALL) -m 0755 -D $(@D)/dvd-ram-control $(TARGET_DIR)/usr/bin/dvd-ram-control
28 $(INSTALL) -m 0755 -D $(@D)/dvd+rw-booktype $(TARGET_DIR)/usr/bin/dvd+rw-booktype
29 $(INSTALL) -m 0755 -D $(@D)/dvd+rw-format $(TARGET_DIR)/usr/bin/dvd+rw-format
30 $(INSTALL) -m 0755 -D $(@D)/dvd+rw-mediainfo $(TARGET_DIR)/usr/bin/dvd+rw-mediainfo
H A D0002-Include-sysmacros.h-to-compile-with-newer-gcc.patch5 diff -urpN dvd+rw-tools-7.1.orig/growisofs.c dvd+rw-tools-7.1/growisofs.c
6 --- dvd+rw-tools-7.1.orig/growisofs.c 2018-09-08 01:56:11.686656819 +0200
7 +++ dvd+rw-tools-7.1/growisofs.c 2018-09-08 02:11:45.868778471 +0200
H A D0001-limits.h.patch5 diff -pruN dvd+rw-tools-7.1.ori/transport.hxx dvd+rw-tools-7.1/transport.hxx
6 --- dvd+rw-tools-7.1.ori/transport.hxx 2008-03-01 04:34:43.000000000 -0600
7 +++ dvd+rw-tools-7.1/transport.hxx 2015-01-18 15:47:24.245863631 -0600
H A DConfig.in13 The dvd+rw-tools are used to master Blu-ray Disc
20 dvdrw-tools and not dvd+rw-tools.
22 Because dvd+rw-tools does not directly interact with
H A Ddvdrw-tools.hash2 sha256 f8d60f822e914128bcbc5f64fbe3ed131cbff9045dca7e12c5b77b26edde72ca dvd+rw-tools-7.1.tar.gz
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c2043 s32 dvd, div, mod; in idiv_byte() local
2045 dvd = (s16)M.x86.R_AX; in idiv_byte()
2050 div = dvd / (s8)s; in idiv_byte()
2051 mod = dvd % (s8)s; in idiv_byte()
2066 s32 dvd, div, mod; in idiv_word() local
2068 dvd = (((s32)M.x86.R_DX) << 16) | M.x86.R_AX; in idiv_word()
2073 div = dvd / (s16)s; in idiv_word()
2074 mod = dvd % (s16)s; in idiv_word()
2095 s64 dvd, div, mod; in idiv_long() local
2097 dvd = (((s64)M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dprim_ops.c2340 s32 dvd, div, mod; in idiv_byte() local
2342 dvd = (s16) M.x86.R_AX; in idiv_byte()
2347 div = dvd / (s8) s; in idiv_byte()
2348 mod = dvd % (s8) s; in idiv_byte()
2364 s32 dvd, div, mod; in idiv_word() local
2366 dvd = (((s32) M.x86.R_DX) << 16) | M.x86.R_AX; in idiv_word()
2371 div = dvd / (s16) s; in idiv_word()
2372 mod = dvd % (s16) s; in idiv_word()
2394 s64 dvd, div, mod; in idiv_long() local
2396 dvd = (((s64) M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long()
[all …]
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dpacket-writing.rst37 # dvd+rw-format /dev/hdc
53 # dvd+rw-format /dev/hdc (only needed if the disc has never
66 # dvd+rw-format /dev/hdc
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dudf.rst11 dvd+rw drives and media support true random sector writes, and so a udf
18 required for dvd+rw media, use of the pktcdvd driver often enhances
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c258 unsigned int dvd; in matroxfb_PLL_mavenclock() local
268 dvd = m << p; in matroxfb_PLL_mavenclock()
270 if (ln % dvd) in matroxfb_PLL_mavenclock()
272 ln = ln / dvd; in matroxfb_PLL_mavenclock()
/OK3568_Linux_fs/debian/
H A Dmk-iso-debian.sh13 wget https://cdimage.debian.org/debian-cd/current/arm64/iso-dvd/$ISO_FILE -P $DIR/
/OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/
H A DMakefile127 rc-xbox-dvd.o \
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch18033 s32 dvd, div, mod;
18035 - dvd = (s16)M.x86.R_AX;
18038 + dvd = (s16) M.x86.R_AX;
18043 + div = dvd / (s8) s;
18044 + mod = dvd % (s8) s;
18049 - div = dvd / (s8)s;
18050 - mod = dvd % (s8)s;
18070 - s32 dvd, div, mod;
18071 + s32 dvd, div, mod;
18073 - dvd = (((s32)M.x86.R_DX) << 16) | M.x86.R_AX;
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dasus-laptop.rst213 1 = dvd
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Drc-protos.rst449 xbox-dvd (RC_PROTO_XBOX_DVD)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt9095 -rw-r--r-- root root 2531 ./usr/share/mime/x-content/audio-dvd.xml
9099 -rw-r--r-- root root 2732 ./usr/share/mime/x-content/blank-dvd.xml
9108 -rw-r--r-- root root 2627 ./usr/share/mime/x-content/video-dvd.xml
H A Dbuildhistory_filelist2.txt9098 -rw-r--r-- root root 2531 ./usr/share/mime/x-content/audio-dvd.xml
9102 -rw-r--r-- root root 2732 ./usr/share/mime/x-content/blank-dvd.xml
9111 -rw-r--r-- root root 2627 ./usr/share/mime/x-content/video-dvd.xml
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS19157 F: drivers/media/rc/keymaps/rc-xbox-dvd.c
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...