Searched refs:structure (Results 1 – 17 of 17) sorted by relevance
/drivers/infiniband/core/ |
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() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 64 void *structure, in ib_pack() argument 80 structure) << shift; in ib_pack() 97 structure) << shift; in ib_pack() 115 structure + desc[i].struct_offset_bytes, in ib_pack() 127 static void value_write(int offset, int size, u64 val, void *structure) in value_write() argument [all …]
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 106 * 05-24-00 00.10.02 Added _MSG_IOC_INIT_REPLY structure. 108 * 06-12-00 01.00.02 Added _MSG_PORT_ENABLE_REPLY structure. 109 * Added _MSG_EVENT_ACK_REPLY structure. 110 * Added _MSG_FW_DOWNLOAD_REPLY structure. 111 * Added _MSG_TOOLBOX_REPLY structure. 112 * 06-30-00 01.00.03 Added MaxLanBuckets to _PORT_FACT_REPLY structure. 113 * 07-27-00 01.00.04 Added _EVENT_DATA structure definitions for _SCSI, 116 * _MSG_EVENT_ACK_REPLY structure to match specification. 128 * Added structure offset comments. 129 * 04-09-01 01.01.07 Added structure EVENT_DATA_EVENT_CHANGE. [all …]
|
/drivers/staging/iio/Documentation/ |
D | device.txt | 7 The crucial structure for device drivers in iio is iio_dev. 12 where chip_state is a structure of local state data for this instance of 26 pointer to a structure with elements that tend to be fixed for
|
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
|
D | trigger.txt | 10 allocates a trigger structure. The key elements to then fill in within
|
D | ring.txt | 11 IIO core. Access to the embedding structure is typically done via
|
/drivers/md/persistent-data/ |
D | Kconfig | 7 Library providing immutable on-disk data structure support for
|
/drivers/net/wan/ |
D | farsync.h | 121 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member
|
D | farsync.c | 232 u8 structure; member 1706 FST_WRB(card, suConfig.structure, info->structure); in set_conf_from_info() 1730 printk("Structure = %d\n", info->structure); in set_conf_from_info() 1820 info->structure = FST_RDB(card, suConfig.structure); in gather_conf_info()
|
/drivers/staging/slicoss/ |
D | TODO | 26 easily available and shouldn't be kept in card structure, cardnum, ...
|
/drivers/mmc/core/ |
D | mmc.c | 141 csd->structure = UNSTUFF_BITS(resp, 126, 2); in mmc_decode_csd() 142 if (csd->structure == 0) { in mmc_decode_csd() 144 mmc_hostname(card->host), csd->structure); in mmc_decode_csd() 351 if (card->csd.structure == 3) { in mmc_decode_ext_csd()
|
/drivers/usb/ |
D | Kconfig | 50 connected to a single USB host in a tree structure.
|
/drivers/gpu/drm/ |
D | drm_edid.c | 2861 static int add_3d_struct_modes(struct drm_connector *connector, u16 structure, in add_3d_struct_modes() argument 2867 if (structure & (1 << 0)) { in add_3d_struct_modes() 2877 if (structure & (1 << 6)) { in add_3d_struct_modes() 2887 if (structure & (1 << 8)) { in add_3d_struct_modes()
|
/drivers/usb/phy/ |
D | Kconfig | 96 are hooked to this driver through platform_data structure.
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 427 // lookup process structure by its name
|
/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 317 // prepare the query structure
|
/drivers/ata/ |
D | Kconfig | 10 configuration structure without having to submit endless patches
|