Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 25 of 1696) sorted by relevance

12345678910>>...68

/linux-4.19.296/include/linux/power/
Dmax17042_battery.h152 u16 data;
160 u16 tgain; /* 0x2C */
161 u16 toff; /* 0x2D */
162 u16 cgain; /* 0x2E */
163 u16 coff; /* 0x2F */
166 u16 valrt_thresh; /* 0x01 */
167 u16 talrt_thresh; /* 0x02 */
168 u16 soc_alrt_thresh; /* 0x03 */
169 u16 config; /* 0x01D */
170 u16 shdntimer; /* 0x03F */
[all …]
/linux-4.19.296/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.h71 u16 command;
73 u16 parameter_len;
75 u16 result_len;
77 u16 *parameter;
79 u16 *result;
146 u16 ctrl_data;
154 u16 IFAGC;
155 u16 RFAGC;
156 u16 digital_agc;
175 u16 output_level; /* range dependent on AGC */
[all …]
/linux-4.19.296/include/video/
Domapvrfb.h30 u16 xres;
31 u16 yres;
32 u16 xoffset;
33 u16 yoffset;
42 extern void omap_vrfb_adjust_size(u16 *width, u16 *height,
44 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
45 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
47 u16 width, u16 height,
49 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot);
56 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size()
[all …]
Duvesafb.h10 u16 horiz_total;
11 u16 horiz_start;
12 u16 horiz_end;
13 u16 vert_total;
14 u16 vert_start;
15 u16 vert_end;
18 u16 refresh_rate;
34 u16 mode_attr;
37 u16 win_granularity;
38 u16 win_size;
[all …]
/linux-4.19.296/include/linux/platform_data/
Dgpio-omap.h161 u16 revision;
162 u16 direction;
163 u16 datain;
164 u16 dataout;
165 u16 set_dataout;
166 u16 clr_dataout;
167 u16 irqstatus;
168 u16 irqstatus2;
169 u16 irqstatus_raw0;
170 u16 irqstatus_raw1;
[all …]
/linux-4.19.296/include/acpi/
Dactbl2.h86 u16 length;
120 u16 reserved;
270 u16 length; /* Subtable length */
271 u16 device_id; /* ID of IOMMU */
306 u16 capability_offset; /* Offset for IOMMU control fields */
308 u16 pci_segment_group;
309 u16 info; /* MSI number and unit ID */
326 u16 id;
376 u16 used_id;
396 u16 used_id;
[all …]
Dactbl1.h125 u16 length;
149 u16 system_id;
190 u16 reserved2;
208 u16 parameter;
209 u16 boot_options;
210 u16 oem_parameters;
276 u16 version;
344 u16 device_id;
345 u16 subdevice_id;
346 u16 revision;
[all …]
Dacrestyp.h16 typedef u16 acpi_rs_length; /* Resource Length field is fixed at 16 bits */
171 u16 minimum;
172 u16 maximum;
176 u16 address;
181 u16 request_lines;
182 u16 channels;
196 u16 byte_length;
203 u16 byte_length;
215 u16 minimum;
216 u16 maximum;
[all …]
/linux-4.19.296/drivers/media/dvb-frontends/
Ddrxk_hard.h179 u16 threshold;
185 u16 output_level; /* range dependent on AGC */
186 u16 min_output_level; /* range dependent on AGC */
187 u16 max_output_level; /* range dependent on AGC */
188 u16 speed; /* range dependent on AGC */
189 u16 top; /* rf-agc take over point */
190 u16 cut_off_current; /* rf-agc is accelerated if output current
192 u16 ingain_tgt_max;
193 u16 fast_clip_ctrl_delay;
197 u16 reference; /* pre SAW reference value, range 0 .. 31 */
[all …]
Ddib0090.h27 u16 pll_int_loop_filt;
31u16 max_freq; /* for every frequency less than or equal to that field: this information is correc…
32 u16 slope_cold;
33 u16 offset_cold;
34 u16 slope_hot;
35 u16 offset_hot;
61 u16 wbd_vhf_offset;
62 u16 wbd_cband_offset;
72 u16 force_cband_input;
83 extern u16 dib0090_get_wbd_target(struct dvb_frontend *tuner);
[all …]
/linux-4.19.296/include/net/
Dbond_3ad.h158 u16 requester_port; /* The number assigned to the port by the requester */
161 u16 pad; /* = 0 */
186 u16 aggregator_identifier;
188 u16 actor_admin_aggregator_key;
189 u16 actor_oper_aggregator_key;
191 u16 partner_system_priority;
192 u16 partner_oper_aggregator_key;
193 u16 receive_state; /* BOOLEAN */
194 u16 transmit_state; /* BOOLEAN */
198 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */
[all …]
Dife.h12 void *ife_encode(struct sk_buff *skb, u16 metalen);
13 void *ife_decode(struct sk_buff *skb, u16 *metalen);
15 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype,
16 u16 *dlen, u16 *totlen);
17 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen,
24 static inline void *ife_encode(struct sk_buff *skb, u16 metalen) in ife_encode()
29 static inline void *ife_decode(struct sk_buff *skb, u16 *metalen) in ife_decode()
34 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode()
35 u16 *totlen) in ife_tlv_meta_decode()
40 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
/linux-4.19.296/drivers/thunderbolt/
Dtb_msgs.h139 u16 security_level;
178 u16 link_info;
194 u16 reserved;
199 u16 reserved;
200 u16 link_info;
205 u16 reserved;
206 u16 link_info;
217 u16 reserved;
218 u16 link_info;
227 u16 reserved;
[all …]
/linux-4.19.296/include/linux/ssb/
Dssb.h25 u16 pa_2g[4], pa_5gl[4], pa_5g[4], pa_5gh[4];
30 u8 il0mac[6] __aligned(sizeof(u16)); /* MAC address for 802.11b/g */
31 u8 et0mac[6] __aligned(sizeof(u16)); /* MAC address for Ethernet */
32 u8 et1mac[6] __aligned(sizeof(u16)); /* MAC address for 802.11a */
33 u8 et2mac[6] __aligned(sizeof(u16)); /* MAC address for extra Ethernet */
40 u16 dev_id; /* Device ID overriding e.g. PCI ID */
41 u16 board_rev; /* Board revision number from SPROM. */
42 u16 board_num; /* Board number from SPROM. */
43 u16 board_type; /* Board type from SPROM. */
50 u16 pa0b0;
[all …]
/linux-4.19.296/include/linux/avf/
Dvirtchnl.h226 u16 vsi_id;
227 u16 num_queue_pairs;
229 u16 qset_handle;
260 u16 num_vsis;
261 u16 num_queue_pairs;
262 u16 max_vectors;
263 u16 max_mtu;
282 u16 vsi_id;
283 u16 queue_id;
284 u16 ring_len; /* number of descriptors, multiple of 8 */
[all …]
/linux-4.19.296/include/linux/spi/
Dads7846.h16 u16 model; /* 7843, 7845, 7846, 7873. */
17 u16 vref_delay_usecs; /* 0 for external vref; etc */
18 u16 vref_mv; /* external vref value, milliVolts
29 u16 settle_delay_usecs;
35 u16 penirq_recheck_delay_usecs;
37 u16 x_plate_ohms;
38 u16 y_plate_ohms;
40 u16 x_min, x_max;
41 u16 y_min, y_max;
42 u16 pressure_min, pressure_max;
[all …]
/linux-4.19.296/include/linux/
Drio_drv.h28 u16 * data);
30 u16 data);
36 extern int rio_mport_read_config_32(struct rio_mport *port, u16 destid,
38 extern int rio_mport_write_config_32(struct rio_mport *port, u16 destid,
40 extern int rio_mport_read_config_16(struct rio_mport *port, u16 destid,
41 u8 hopcount, u32 offset, u16 * data);
42 extern int rio_mport_write_config_16(struct rio_mport *port, u16 destid,
43 u8 hopcount, u32 offset, u16 data);
44 extern int rio_mport_read_config_8(struct rio_mport *port, u16 destid,
46 extern int rio_mport_write_config_8(struct rio_mport *port, u16 destid,
[all …]
Data.h609 static inline bool ata_id_has_hipm(const u16 *id) in ata_id_has_hipm()
611 u16 val = id[ATA_ID_SATA_CAPABILITY]; in ata_id_has_hipm()
619 static inline bool ata_id_has_fua(const u16 *id) in ata_id_has_fua()
626 static inline bool ata_id_has_flush(const u16 *id) in ata_id_has_flush()
633 static inline bool ata_id_flush_enabled(const u16 *id) in ata_id_flush_enabled()
642 static inline bool ata_id_has_flush_ext(const u16 *id) in ata_id_has_flush_ext()
649 static inline bool ata_id_flush_ext_enabled(const u16 *id) in ata_id_flush_ext_enabled()
662 static inline u32 ata_id_logical_sector_size(const u16 *id) in ata_id_logical_sector_size()
670 + id[ATA_ID_LOGICAL_SECTOR_SIZE]) * sizeof(u16)) ; in ata_id_logical_sector_size()
674 static inline u8 ata_id_log2_per_physical_sector(const u16 *id) in ata_id_log2_per_physical_sector()
[all …]
Dcrc-ccitt.h7 extern u16 const crc_ccitt_table[256];
8 extern u16 const crc_ccitt_false_table[256];
10 extern u16 crc_ccitt(u16 crc, const u8 *buffer, size_t len);
11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte()
18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte()
/linux-4.19.296/include/net/caif/
Dcfpkt.h17 struct cfpkt *cfpkt_create(u16 len);
33 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len);
44 static inline u16 cfpkt_extr_head_u16(struct cfpkt *pkt) in cfpkt_extr_head_u16()
71 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len);
81 int cfpkt_extr_trail(struct cfpkt *pkt, void *data, u16 len);
92 int cfpkt_add_head(struct cfpkt *pkt, const void *data, u16 len);
103 int cfpkt_add_trail(struct cfpkt *pkt, const void *data, u16 len);
113 int cfpkt_pad_trail(struct cfpkt *pkt, u16 len);
132 int cfpkt_add_body(struct cfpkt *pkt, const void *data, u16 len);
155 u16 cfpkt_getlen(struct cfpkt *pkt);
[all …]
/linux-4.19.296/include/linux/qed/
Dqed_rdma_if.h90 u16 max_inline;
109 u16 max_srq_wr;
216 u16 rl_max_rate;
217 u16 rl_r_ai;
218 u16 rl_r_hai;
219 u16 dcqcn_g;
230 u16 max_mtu;
236 u16 dpi;
240 u16 wid_count;
252 u16 words[8];
[all …]
/linux-4.19.296/drivers/media/tuners/
Dtda18212.h27 u16 if_dvbt_6;
28 u16 if_dvbt_7;
29 u16 if_dvbt_8;
30 u16 if_dvbt2_5;
31 u16 if_dvbt2_6;
32 u16 if_dvbt2_7;
33 u16 if_dvbt2_8;
34 u16 if_dvbc;
35 u16 if_atsc_vsb;
36 u16 if_atsc_qam;
/linux-4.19.296/include/media/i2c/
Dadv7842.h93 u16 scaling;
94 u16 A1;
95 u16 A2;
96 u16 A3;
97 u16 A4;
98 u16 B1;
99 u16 B2;
100 u16 B3;
101 u16 B4;
102 u16 C1;
[all …]
/linux-4.19.296/drivers/char/
Dapplicom.h35 u16 stjb_codef; /* offset 00 */
37 u16 stjb_ticuser_root; /* offset 04 */
39 u16 stjb_mode; /* offset 0A */
40 u16 stjb_time; /* offset 0C */
41 u16 stjb_stop; /* offset 0E */
42 u16 stjb_nfonc; /* offset 10 */
43 u16 stjb_ncard; /* offset 12 */
44 u16 stjb_nchan; /* offset 14 */
45 u16 stjb_nes; /* offset 16 */
46 u16 stjb_nb; /* offset 18 */
[all …]
/linux-4.19.296/drivers/iio/accel/
Dmma9551_core.h50 u16 reg, u8 *val);
52 u16 reg, u8 val);
54 u16 reg, u8 *val);
56 u16 reg, u16 *val);
58 u16 reg, u16 val);
60 u16 reg, u16 *val);
62 u16 reg, u8 len, u16 *buf);
64 u16 reg, u8 len, u16 *buf);
66 u16 reg, u8 len, u16 *buf);
68 u16 reg, u8 mask, u8 val);

12345678910>>...68