Searched refs:raw (Results 1 - 22 of 22) sorted by relevance

/include/linux/
H A Dioc4.h34 uint32_t raw; member in union:ioc4_misc_regs::ioc4_pci_err_addr_l
51 uint32_t raw; member in union:ioc4_misc_regs::ioc4_sio_int
64 uint32_t raw; member in union:ioc4_misc_regs::ioc4_other_int
80 uint32_t raw; member in union:ioc4_misc_regs::ioc4_sio_cr
92 uint32_t raw; member in union:ioc4_misc_regs::ioc4_int_out
103 uint32_t raw; member in union:ioc4_misc_regs::ioc4_gpcr
114 uint32_t raw; member in union:ioc4_misc_regs::ioc4_gpdr
122 uint32_t raw; member in union:ioc4_misc_regs::ioc4_gppr
H A Dexportfs.h120 __u32 raw[0]; member in union:fid::__anon236
H A Dperf_event.h601 struct perf_raw_record *raw; member in struct:perf_sample_data
624 data->raw = NULL;
H A Drio.h409 u32 raw[RIO_PW_MSG_SIZE/sizeof(u32)]; member in union:rio_pw_msg
H A Dftrace_event.h118 trace_print_func raw; member in struct:trace_event_functions
/include/uapi/linux/
H A Dif_arcnet.h95 __u8 raw[0]; /* 507 bytes */ member in union:arc_cap::__anon1822
116 * when you do a raw packet capture).
128 __u8 raw[0]; /* 508 bytes */ member in union:archdr::__anon1823
H A Dmedia.h95 __u8 raw[184]; member in union:media_entity_desc::__anon1948
H A Dsctp.h234 __u8 raw; member in union:__anon2138
H A Dvideodev2.h252 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
253 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
395 /* 10bit raw bayer a-law compressed to 8 bits */
400 /* 10bit raw bayer DPCM compressed to 8 bits */
406 * 10bit raw bayer, expanded to 16 bits
1573 } raw; member in union:v4l2_encoder_cmd::__anon2264
1622 } raw; member in union:v4l2_decoder_cmd::__anon2266
1811 * @vbi: raw VBI capture or output parameters
/include/rdma/
H A Dib_addr.h154 memcpy(gid->raw, &((struct sockaddr_in6 *)addr)->sin6_addr, 16);
169 memcpy(&out_in->sin_addr.s_addr, gid->raw + 12, 4);
174 memcpy(&out_in->sin6_addr.s6_addr, gid->raw, 16);
302 vid = dgid->raw[11] << 8 | dgid->raw[12];
H A Dib_verbs.h59 u8 raw[16]; member in union:ib_gid
/include/linux/i2c/
H A Dtwl4030-madc.h42 * @raw: Return raw value, do not convert it
52 bool raw; member in struct:twl4030_madc_request
/include/linux/iio/
H A Dconsumer.h119 * Note raw reads from iio channels are in adc counts and hence
130 * Note raw reads from iio channels are in adc counts and hence
148 * the function will query the raw value and the channels scale and offset and
177 * iio_convert_raw_to_processed() - Converts a raw value to a processed value
179 * @raw: The raw IIO to convert
185 * This function converts a raw value to processed value for a specific channel.
186 * A raw value is the device internal representation of a sample and the value
196 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw,
/include/uapi/linux/usb/
H A Daudio.h293 __u8 *raw = (__u8 *) desc; local
294 return raw[desc->bLength - 1];
309 __u8 *raw = (__u8 *) desc; local
310 return raw[desc->bLength - 1];
326 __u8 *raw = (__u8 *) desc; local
327 return raw[desc->bLength - 1];
/include/net/
H A Dieee802154_netdev.h172 static inline __le64 ieee802154_devaddr_from_raw(const void *raw) argument
176 memcpy(&temp, raw, IEEE802154_ADDR_LEN);
180 static inline void ieee802154_devaddr_to_raw(void *raw, __le64 addr) argument
184 memcpy(raw, &temp, IEEE802154_ADDR_LEN);
H A Dip6_tunnel.h69 __u16 ip6_tnl_parse_tlv_enc_lim(struct sk_buff *skb, __u8 *raw);
/include/uapi/linux/dvb/
H A Dvideo.h120 } raw; member in union:video_command::__anon1742
/include/media/
H A Drc-core.h73 * @raw: additional data for raw pulse/space devices
133 struct ir_raw_event_ctrl *raw; member in struct:rc_dev
201 * From rc-raw.c
/include/linux/mlx5/
H A Ddevice.h451 __be32 raw[7]; member in union:ev_data
/include/linux/mtd/
H A Dnand.h458 * @read_page_raw: function to read a raw page without ECC
459 * @write_page_raw: function to write a raw page without ECC
655 int oob_required, int page, int cached, int raw);
/include/net/sctp/
H A Dstructs.h313 * a copy of the raw address list of the association.
314 * The length of the raw address list is saved in the
1113 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
/include/linux/mlx4/
H A Ddevice.h719 u32 raw[6]; member in union:mlx4_eqe::__anon615

Completed in 435 milliseconds