Home
last modified time | relevance | path

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

12345678910>>...24

/include/linux/power/
Dmax17042_battery.h187 u16 data;
195 u16 tgain; /* 0x2C */
196 u16 toff; /* 0x2D */
197 u16 cgain; /* 0x2E */
198 u16 coff; /* 0x2F */
201 u16 valrt_thresh; /* 0x01 */
202 u16 talrt_thresh; /* 0x02 */
203 u16 soc_alrt_thresh; /* 0x03 */
204 u16 config; /* 0x01D */
205 u16 shdntimer; /* 0x03F */
[all …]
/include/video/
Domapvrfb.h18 u16 xres;
19 u16 yres;
20 u16 xoffset;
21 u16 yoffset;
30 extern void omap_vrfb_adjust_size(u16 *width, u16 *height,
32 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
33 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
35 u16 width, u16 height,
37 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot);
44 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 …]
/include/net/
Dife.h11 void *ife_encode(struct sk_buff *skb, u16 metalen);
12 void *ife_decode(struct sk_buff *skb, u16 *metalen);
14 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype,
15 u16 *dlen, u16 *totlen);
16 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen,
23 static inline void *ife_encode(struct sk_buff *skb, u16 metalen) in ife_encode()
28 static inline void *ife_decode(struct sk_buff *skb, u16 *metalen) in ife_decode()
33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode()
34 u16 *totlen) in ife_tlv_meta_decode()
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
Dbond_3ad.h139 u16 requester_port; /* The number assigned to the port by the requester */
142 u16 pad; /* = 0 */
180 u16 aggregator_identifier;
182 u16 actor_admin_aggregator_key;
183 u16 actor_oper_aggregator_key;
185 u16 partner_system_priority;
186 u16 partner_oper_aggregator_key;
187 u16 receive_state; /* BOOLEAN */
188 u16 transmit_state; /* BOOLEAN */
192 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */
[all …]
/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 …]
Dad7877.h10 u16 model; /* 7877 */
11 u16 vref_delay_usecs; /* 0 for external vref; etc */
12 u16 x_plate_ohms;
13 u16 y_plate_ohms;
15 u16 x_min, x_max;
16 u16 y_min, y_max;
17 u16 pressure_min, pressure_max;
/include/linux/platform_data/
Dgpio-omap.h152 u16 revision;
153 u16 sysconfig;
154 u16 direction;
155 u16 datain;
156 u16 dataout;
157 u16 set_dataout;
158 u16 clr_dataout;
159 u16 irqstatus;
160 u16 irqstatus2;
161 u16 irqstatus_raw0;
[all …]
/include/linux/soc/mediatek/
Dmtk-cmdq.h15 #define CMDQ_ADDR_LOW(addr) ((u16)(addr) | BIT(1))
21 u16 offset;
22 u16 size;
84 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value);
97 u16 offset, u32 value, u32 mask);
108 int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, u16 addr_low,
109 u16 reg_idx);
125 int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx,
126 u16 addr_low, u16 src_reg_idx);
143 int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx,
[all …]
/include/linux/
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()
Dcper.h326 u16 revision; /* must be CPER_RECORD_REV */
328 u16 section_count;
349 u16 revision; /* must be CPER_RECORD_REV */
368 u16 reserved;
398 u16 reg_ctx_type;
399 u16 reg_arr_size;
407 u16 err_info_num; /* Number of Processor Error Info */
408 u16 context_info_num; /* Number of Processor Context Info Records*/
422 u16 validation_bits;
424 u16 multiple_error;
[all …]
Dscpi_protocol.h33 u16 sensor_id;
65 int (*clk_get_range)(u16, unsigned long *, unsigned long *);
66 unsigned long (*clk_get_val)(u16);
67 int (*clk_set_val)(u16, unsigned long);
74 int (*sensor_get_capability)(u16 *sensors);
75 int (*sensor_get_info)(u16 sensor_id, struct scpi_sensor_info *);
76 int (*sensor_get_value)(u16, u64 *);
77 int (*device_get_power_state)(u16);
78 int (*device_set_power_state)(u16, u8);
Dvirtio_pci_modern.h48 static inline u16 vp_ioread16 (const __le16 __iomem *addr) in vp_ioread16()
63 static inline void vp_iowrite16(u16 value, __le16 __iomem *addr) in vp_iowrite16()
89 u16 vp_modern_queue_vector(struct virtio_pci_modern_device *mdev,
90 u16 idx, u16 vector);
91 u16 vp_modern_config_vector(struct virtio_pci_modern_device *mdev,
92 u16 vector);
94 u16 index, u64 desc_addr, u64 driver_addr,
97 u16 idx, bool enable);
99 u16 idx);
101 u16 idx, u16 size);
[all …]
Dmost.h96 u16 direction;
97 u16 data_type;
98 u16 num_buffers_packet;
99 u16 buffer_size_packet;
100 u16 num_buffers_streaming;
101 u16 buffer_size_streaming;
126 u16 num_buffers;
127 u16 buffer_size;
128 u16 extra_len;
129 u16 subbuffer_size;
[all …]
/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 …]
/include/linux/dsa/
D8021q.h18 u16 vid;
34 u16 tpid, u16 tci);
46 u16 dsa_8021q_bridge_tx_fwd_offload_vid(int bridge_num);
48 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port);
50 u16 dsa_8021q_rx_vid(struct dsa_switch *ds, int port);
52 int dsa_8021q_rx_switch_id(u16 vid);
54 int dsa_8021q_rx_source_port(u16 vid);
56 bool vid_is_dsa_8021q_rxvlan(u16 vid);
58 bool vid_is_dsa_8021q_txvlan(u16 vid);
60 bool vid_is_dsa_8021q(u16 vid);
/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 …]
/include/acpi/
Dactbl2.h88 u16 length;
275 u16 length;
310 u16 reserved;
473 u16 length; /* Subtable length */
474 u16 device_id; /* ID of IOMMU */
511 u16 capability_offset; /* Offset for IOMMU control fields */
513 u16 pci_segment_group;
514 u16 info; /* MSI number and unit ID */
522 u16 capability_offset; /* Offset for IOMMU control fields */
524 u16 pci_segment_group;
[all …]
Dactbl3.h116 u16 pci_device_id;
117 u16 pci_vendor_id;
147 u16 spec_revision; /* Version of IPMI */
222 u16 reserved; /* Reserved, must be zero */
240 u16 reserved; /* Reserved, must be zero */
271 u16 reserved;
326 u16 platform_class;
342 u16 reserved;
345 u16 spec_revision;
411 u16 platform_class;
[all …]
/include/sound/
Dmax98095.h15 u16 band1[5];
16 u16 band2[5];
17 u16 band3[5];
18 u16 band4[5];
19 u16 band5[5];
26 u16 band1[5];
27 u16 band2[5];
/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 …]
/include/linux/greybus/
Dhd.h23 void (*cport_release)(struct gb_host_device *hd, u16 cport_id);
24 int (*cport_enable)(struct gb_host_device *hd, u16 cport_id,
26 int (*cport_disable)(struct gb_host_device *hd, u16 cport_id);
27 int (*cport_connected)(struct gb_host_device *hd, u16 cport_id);
28 int (*cport_flush)(struct gb_host_device *hd, u16 cport_id);
29 int (*cport_shutdown)(struct gb_host_device *hd, u16 cport_id,
31 int (*cport_quiesce)(struct gb_host_device *hd, u16 cport_id,
33 int (*cport_clear)(struct gb_host_device *hd, u16 cport_id);
35 int (*message_send)(struct gb_host_device *hd, u16 dest_cport_id,
38 int (*latency_tag_enable)(struct gb_host_device *hd, u16 cport_id);
[all …]
/include/drm/
Ddrm_dsc.h98 u16 slice_width;
102 u16 slice_height;
110 u16 pic_width;
114 u16 pic_height;
129 u16 bits_per_pixel;
149 u16 initial_xmit_delay;
156 u16 initial_dec_delay;
172 u16 initial_offset;
176 u16 rc_buf_thresh[DSC_NUM_BUF_RANGES - 1];
186 u16 rc_model_size;
[all …]
/include/linux/mlx5/
Dvport.h58 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
60 u16 vport, u8 other_vport, u8 state);
62 u16 vport, bool other, u8 *addr);
65 u16 vport, u8 *min_inline);
68 u16 vport, u8 min_inline);
70 u16 vport, const u8 *addr);
71 int mlx5_query_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 *mtu);
72 int mlx5_modify_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 mtu);
77 u16 vport, u64 node_guid);
79 u16 *qkey_viol_cntr);
[all …]
/include/linux/qed/
Dqed_rdma_if.h63 u16 max_inline;
81 u16 max_srq_wr;
188 u16 rl_max_rate;
189 u16 rl_r_ai;
190 u16 rl_r_hai;
191 u16 dcqcn_g;
202 u16 max_mtu;
208 u16 dpi;
212 u16 wid_count;
224 u16 words[8];
[all …]

12345678910>>...24