Searched refs:structure (Results 1 – 20 of 20) sorted by relevance
| /drivers/infiniband/core/ |
| A D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 64 void *structure, in ib_pack() argument 80 structure) << shift; in ib_pack() 97 structure) << shift; in ib_pack() 114 structure + desc[i].struct_offset_bytes, in ib_pack() 129 case 8: *( u8 *) (structure + offset) = val; break; in value_write() 151 void *structure) in ib_unpack() argument 172 structure); in ib_unpack() 186 structure); in ib_unpack() [all …]
|
| /drivers/message/fusion/lsi/ |
| A D | mpi_history.txt | 111 * Added _MSG_TOOLBOX_REPLY structure. 128 * Added structure offset comments. 134 * related structure and defines. 186 * data structure. 188 * data structure. 195 * data structure. 209 * Overflow event data structure. 270 * Added structure offset comments. 280 * proper structure. 514 * Added BIOS Page 4 structure. [all …]
|
| /drivers/staging/iio/Documentation/ |
| A D | inkernel.txt | 32 must pass the iio_map structures and a pointer to its own iio_dev structure 41 The consumer first has to obtain an iio_channel structure from the core
|
| /drivers/md/persistent-data/ |
| A D | Kconfig | 8 Library providing immutable on-disk data structure support for
|
| /drivers/net/wan/ |
| A D | farsync.h | 117 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member
|
| A D | farsync.c | 230 u8 structure; member 1645 FST_WRB(card, suConfig.structure, info->structure); in set_conf_from_info() 1669 printk("Structure = %d\n", info->structure); in set_conf_from_info() 1754 info->structure = FST_RDB(card, suConfig.structure); in gather_conf_info()
|
| /drivers/staging/media/ipu7/ |
| A D | TODO | 14 into structure, clarify and explain the PHY registers to make it more
|
| /drivers/gpio/ |
| A D | TODO | 135 dedicated structure. Currently every GPIO chip has them if gpio-mmio is 169 the irq_chip structure. The irq_chip structure can then be made unique
|
| /drivers/gpu/drm/i915/ |
| A D | TODO.txt | 23 - i915_sw_fence seems to be the main structure for the i915-gem dma_fence model.
|
| /drivers/leds/ |
| A D | TODO | 11 Calls that may and that may not block are mixed in same structure, and
|
| /drivers/usb/ |
| A D | Kconfig | 55 connected to a single USB host in a tree structure.
|
| /drivers/mmc/core/ |
| A D | mmc.c | 160 csd->structure = unstuff_bits(resp, 126, 2); in mmc_decode_csd() 161 if (csd->structure == 0) { in mmc_decode_csd() 163 mmc_hostname(card->host), csd->structure); in mmc_decode_csd() 387 if (card->csd.structure == 3) { in mmc_decode_ext_csd()
|
| /drivers/usb/phy/ |
| A D | Kconfig | 72 are hooked to this driver through platform_data structure.
|
| /drivers/firewire/ |
| A D | Kconfig | 22 tristate "KUnit tests for layout of structure in UAPI" if !KUNIT_ALL_TESTS
|
| /drivers/fpga/ |
| A D | Kconfig | 166 Device Feature List (DFL) defines a feature list structure that
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| A D | kernel.fuc | 417 // lookup process structure by its name
|
| /drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
| A D | g98.fuc0s | 317 // prepare the query structure
|
| /drivers/gpu/drm/ |
| A D | drm_edid.c | 4762 static int add_3d_struct_modes(struct drm_connector *connector, u16 structure, in add_3d_struct_modes() argument 4768 if (structure & (1 << 0)) { in add_3d_struct_modes() 4776 if (structure & (1 << 6)) { in add_3d_struct_modes() 4784 if (structure & (1 << 8)) { in add_3d_struct_modes()
|
| /drivers/ata/ |
| A D | Kconfig | 11 configuration structure without having to submit endless patches
|
| /drivers/platform/x86/ |
| A D | Kconfig | 78 tristate "Sysfs structure for UV systems"
|
Completed in 65 milliseconds