powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / video-set-spu-palette.rst
blob51a1913d21d23ce07150564c8e8244f969a174a4
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _VIDEO_SET_SPU_PALETTE:
5 =====================
6 VIDEO_SET_SPU_PALETTE
7 =====================
9 Name
10 ----
12 VIDEO_SET_SPU_PALETTE
14 .. attention:: This ioctl is deprecated.
16 Synopsis
17 --------
19 .. c:function:: int ioctl(fd, VIDEO_SET_SPU_PALETTE, struct video_spu_palette *palette )
20     :name: VIDEO_SET_SPU_PALETTE
23 Arguments
24 ---------
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
31     -  .. row 1
33        -  int fd
35        -  File descriptor returned by a previous call to open().
37     -  .. row 2
39        -  int request
41        -  Equals VIDEO_SET_SPU_PALETTE for this command.
43     -  .. row 3
45        -  video_spu_palette_t \*palette
47        -  SPU palette according to section ??.
50 Description
51 -----------
53 This ioctl sets the SPU color palette.
55 .. c:type:: video_spu_palette
57 .. code-block::c
59         typedef struct video_spu_palette {      /* SPU Palette information */
60                 int length;
61                 __u8 __user *palette;
62         } video_spu_palette_t;
64 Return Value
65 ------------
67 On success 0 is returned, on error -1 and the ``errno`` variable is set
68 appropriately. The generic error codes are described at the
69 :ref:`Generic Error Codes <gen-errors>` chapter.
73 .. flat-table::
74     :header-rows:  0
75     :stub-columns: 0
78     -  .. row 1
80        -  ``EINVAL``
82        -  input is not a valid palette or driver doesn’t handle SPU.