Searched refs:Buffer (Results 1 – 13 of 13) sorted by relevance
| /drivers/video/fbdev/via/ |
| A D | vt1636.c | 111 u8 Buffer[2]; in viafb_lvds_identify_vt1636() local 121 0x00, &Buffer[0])) in viafb_lvds_identify_vt1636() 123 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x01, &Buffer[1]); in viafb_lvds_identify_vt1636() 125 if (!((Buffer[0] == 0x06) && (Buffer[1] == 0x11))) in viafb_lvds_identify_vt1636() 129 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x02, &Buffer[0]); in viafb_lvds_identify_vt1636() 130 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x03, &Buffer[1]); in viafb_lvds_identify_vt1636() 131 if ((Buffer[0] == 0x45) && (Buffer[1] == 0x33)) { in viafb_lvds_identify_vt1636()
|
| /drivers/media/pci/ngene/ |
| A D | ngene-core.c | 481 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument 483 u32 *ptr = Buffer; in FillTSBuffer() 485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer() 919 void *Buffer = dma_alloc_coherent(&pci_dev->dev, in AllocateRingBuffers() local 923 if (Buffer == NULL) in AllocateRingBuffers() 926 Cur->Buffer1 = Buffer; in AllocateRingBuffers() 952 Buffer = dma_alloc_coherent(&pci_dev->dev, Buffer2Length, in AllocateRingBuffers() 956 if (Buffer == NULL) in AllocateRingBuffers() 959 Cur->Buffer2 = Buffer; in AllocateRingBuffers()
|
| A D | ngene.h | 826 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
|
| /drivers/net/ethernet/freescale/dpaa/ |
| A D | Kconfig | 10 Depends on Freescale Buffer Manager and Queue Manager
|
| /drivers/iio/dummy/ |
| A D | Kconfig | 41 Buffer handling elements of industrial I/O reference driver.
|
| /drivers/platform/x86/amd/pmc/ |
| A D | Kconfig | 29 A data buffer known as the STB (Smart Trace Buffer) is a circular
|
| /drivers/hwtracing/coresight/ |
| A D | Kconfig | 80 This enables support for the Embedded Trace Buffer version 1.0 driver 204 tristate "Trace Buffer Extension (TRBE) driver" 207 This driver provides support for percpu Trace Buffer Extension (TRBE).
|
| /drivers/soc/fsl/qbman/ |
| A D | Kconfig | 13 The Buffer Manager (BMan) is a hardware buffer pool management block
|
| /drivers/iommu/arm/ |
| A D | Kconfig | 67 the Translation Buffer Units (TBU) that can be used to obtain
|
| /drivers/message/fusion/lsi/ |
| A D | mpi_targ.h | 100 CMD_BUFFER_DESCRIPTOR Buffer[1]; /* 0Ch */ member
|
| A D | mpi_history.txt | 79 * 08-19-04 01.05.01 Added defines for Host Buffer Access Control doorbell. 169 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts 702 * 04-29-04 01.02.04 Added message structures for Diagnostic Buffer Post and
|
| /drivers/perf/ |
| A D | Kconfig | 231 Enable perf support for Branch Record Buffer Extension (BRBE) which
|
| /drivers/video/fbdev/ |
| A D | Kconfig | 1404 tristate "HD64461 Frame Buffer support" 1671 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
|
Completed in 32 milliseconds