Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 17 of 17) sorted by relevance

/drivers/infiniband/core/
Dpacker.c39 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/
Dmpi_history.txt106 * 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/
Ddevice.txt7 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
Dinkernel.txt32 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
Dtrigger.txt10 allocates a trigger structure. The key elements to then fill in within
Dring.txt11 IIO core. Access to the embedding structure is typically done via
/drivers/md/persistent-data/
DKconfig7 Library providing immutable on-disk data structure support for
/drivers/net/wan/
Dfarsync.h121 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member
Dfarsync.c232 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/
DTODO26 easily available and shouldn't be kept in card structure, cardnum, ...
/drivers/mmc/core/
Dmmc.c141 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/
DKconfig50 connected to a single USB host in a tree structure.
/drivers/gpu/drm/
Ddrm_edid.c2861 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/
DKconfig96 are hooked to this driver through platform_data structure.
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc427 // lookup process structure by its name
/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s317 // prepare the query structure
/drivers/ata/
DKconfig10 configuration structure without having to submit endless patches