.. -*- coding: utf-8; mode: rst -*- .. _VIDEO_GET_CAPABILITIES: ====================== VIDEO_GET_CAPABILITIES ====================== Name ---- VIDEO_GET_CAPABILITIES .. attention:: This ioctl is deprecated. Synopsis -------- .. c:function:: int ioctl(fd, VIDEO_GET_CAPABILITIES, unsigned int *cap) :name: VIDEO_GET_CAPABILITIES Arguments --------- .. flat-table:: :header-rows: 0 :stub-columns: 0 - .. row 1 - int fd - File descriptor returned by a previous call to open(). - .. row 2 - int request - Equals VIDEO_GET_CAPABILITIES for this command. - .. row 3 - unsigned int \*cap - Pointer to a location where to store the capability information. Description ----------- This ioctl call asks the video device about its decoding capabilities. On success it returns and integer which has bits set according to the defines in section ??. Return Value ------------ On success 0 is returned, on error -1 and the ``errno`` variable is set appropriately. The generic error codes are described at the :ref:`Generic Error Codes ` chapter. ove' selected='selected'>nds-private-remove net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2017-02-08 09:31:06 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-08 15:11:22 -0500
commit280892226ba25289519c685a6d25ba2670f2d851 (patch)
treefbbd452143b7e59e8859db7538f5a762c7258c25 /drivers
parentc502faf94153bd0fedc5389a936f728a659cc6ab (diff)
net: stmmac: fix the typo on MAC_RNABLE_RX
the define MAC_RNABLE_RX have a typo, rename it to MAC_ENABLE_RX Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')