/linux-4.4.14/drivers/video/fbdev/ |
H A D | sh_mipi_dsi.c | 134 u32 pctype, datatype, pixfmt, linelength, vmctr2; sh_mipi_setup() local 146 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_24; sh_mipi_setup() 152 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_16; sh_mipi_setup() 158 datatype = MIPI_DSI_PIXEL_STREAM_3BYTE_18; sh_mipi_setup() 164 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_18; sh_mipi_setup() 170 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_24; sh_mipi_setup() 176 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_16; sh_mipi_setup() 182 datatype = MIPI_DSI_PIXEL_STREAM_3BYTE_18; sh_mipi_setup() 188 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_18; sh_mipi_setup() 194 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_YCBCR16; sh_mipi_setup() 200 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_YCBCR16; sh_mipi_setup() 206 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_YCBCR12; sh_mipi_setup() 212 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_YCBCR12; sh_mipi_setup() 280 (pdata->clksrc << 16) | (pctype << 12) | datatype, sh_mipi_setup()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | rfbi.c | 103 enum omap_rfbi_datatype datatype; member in struct:__anon11191 259 if (rfbi.datatype == OMAP_DSS_RFBI_DATATYPE_16 && rfbi_write_pixels() 273 } else if (rfbi.datatype == OMAP_DSS_RFBI_DATATYPE_24 && rfbi_write_pixels() 288 } else if (rfbi.datatype == OMAP_DSS_RFBI_DATATYPE_16 && rfbi_write_pixels() 639 enum omap_rfbi_datatype datatype; rfbi_configure_bus() local 644 datatype = OMAP_DSS_RFBI_DATATYPE_12; rfbi_configure_bus() 647 datatype = OMAP_DSS_RFBI_DATATYPE_16; rfbi_configure_bus() 650 datatype = OMAP_DSS_RFBI_DATATYPE_18; rfbi_configure_bus() 653 datatype = OMAP_DSS_RFBI_DATATYPE_24; rfbi_configure_bus() 659 rfbi.datatype = datatype; rfbi_configure_bus() 736 l |= FLD_VAL(datatype, 6, 5); rfbi_configure_bus()
|
H A D | dsi.c | 2599 DSSERR("\tunknown datatype 0x%02x\n", dt); dsi_vc_flush_receive_data() 3048 DSSERR("\tunknown datatype 0x%02x\n", dt); dsi_vc_read_rx_fifo()
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
H A D | cryp_p.h | 56 /* Priv set, keyrden set and datatype 8bits swapped set as default. */
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | bitfield.h | 18 * wide. Since there is no native 128-bit datatype on most systems, 21 * datatype. 76 /* A doubleword (i.e. 4 byte) datatype - little-endian in HW */ 81 /* A quadword (i.e. 8 byte) datatype - little-endian in HW */ 88 /* An octword (eight-word, i.e. 16 byte) datatype - little-endian in HW */
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
H A D | test_harness.h | 79 /* FIXTURE(datatype name) { 88 /* FIXTURE_DATA(datatype name) 97 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the 109 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the 119 * datatype exposed for use by the implementation.
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | iorpc.h | 113 * The MEM_BUFFER() datatype allows user space to "register" memory 154 * The INTERRUPT .idl datatype allows the client to bind hardware 157 * datatype so that the Linux driver can validate the CPU and PL and 162 * The POLLFD_SETUP .idl datatype allows the client to set up hardware 167 * datatype so that the Linux driver may recognize the pollable file 174 * The POLLFD .idl datatype allows manipulation of hardware interrupt 175 * bindings set up via the POLLFD_SETUP datatype; common operations are 177 * bound interrupts. This data is passed via a special datatype so that 184 * The BLOB .idl datatype allows the client to write an arbitrary
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | dsp.h | 80 /* the datatype need to match jiffies datatype */
|
/linux-4.4.14/include/xen/interface/io/ |
H A D | ring.h | 40 * To make a new ring datatype, you need to have two message structures, 43 * In a header where you want the ring datatype declared, you then do:
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 647 int datatype; ivtv_setup_v4l2_decode_stream() local 682 datatype = 1; ivtv_setup_v4l2_decode_stream() 685 datatype = 2; ivtv_setup_v4l2_decode_stream() 689 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); ivtv_setup_v4l2_decode_stream() 693 datatype = 0; ivtv_setup_v4l2_decode_stream() 696 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype, ivtv_setup_v4l2_decode_stream()
|
/linux-4.4.14/include/linux/ |
H A D | kfifo.h | 66 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ 69 datatype *type; \ 70 const datatype *const_type; \ 135 * @fifo: name of the declared fifo datatype 150 * @fifo: name of the declared fifo datatype
|
H A D | jbd2.h | 91 * This is an opaque datatype. 105 * This is an opaque datatype.
|
/linux-4.4.14/drivers/usb/image/ |
H A D | microtek.c | 36 * If the command was READ datatype=image:
|
/linux-4.4.14/drivers/net/wireless/ |
H A D | rndis_wlan.c | 114 * slightly modified for datatype endianess, etc
|