Searched refs:u16 (Results 151 - 175 of 10531) sorted by relevance

1234567891011>>

/linux-master/include/media/i2c/
H A 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 C
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.h15 u16 lcnphy_cal_temper;
43 u16 lcnphy_rawtempsense;
53 u16 lcnphy_tssi_tx_cnt;
54 u16 lcnphy_tssi_idx;
55 u16 lcnphy_tssi_npt;
57 u16 lcnphy_target_tx_freq;
59 u16 lcnphy_noise_samples;
73 u16 lcnphy_Med_Low_Gain_db;
74 u16 lcnphy_Very_Low_Gain_db;
87 u16 lcnphy_extstxctrl
[all...]
/linux-master/drivers/staging/wlan-ng/
H A Dp80211hdr.h114 #define WLAN_GET_FC_FTYPE(n) ((((u16)(n)) & GENMASK(3, 2)) >> 2)
115 #define WLAN_GET_FC_FSTYPE(n) ((((u16)(n)) & GENMASK(7, 4)) >> 4)
116 #define WLAN_GET_FC_TODS(n) ((((u16)(n)) & (BIT(8))) >> 8)
117 #define WLAN_GET_FC_FROMDS(n) ((((u16)(n)) & (BIT(9))) >> 9)
118 #define WLAN_GET_FC_ISWEP(n) ((((u16)(n)) & (BIT(14))) >> 14)
120 #define WLAN_SET_FC_FTYPE(n) (((u16)(n)) << 2)
121 #define WLAN_SET_FC_FSTYPE(n) (((u16)(n)) << 4)
122 #define WLAN_SET_FC_TODS(n) (((u16)(n)) << 8)
123 #define WLAN_SET_FC_FROMDS(n) (((u16)(n)) << 9)
124 #define WLAN_SET_FC_ISWEP(n) (((u16)(
[all...]
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h49 u16 opcode;
50 u16 data_len; /* data_len = 0 when no payload is attached */
52 u16 func_id; /* when sending a message */
53 u16 status; /* when receiving a message */
74 u16 data;
75 u16 flags;
87 u16 len; /* Queue length passed as input */
88 u16 buf_size; /* buffer size passed as input */
104 u16 next_to_use;
105 u16 next_to_clea
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dvga.h27 static inline void scr_writew(u16 val, volatile u16 *addr)
32 static inline u16 scr_readw(volatile const u16 *addr)
38 static inline void scr_memsetw(u16 *s, u16 v, unsigned int n)
/linux-master/arch/mips/include/asm/
H A Dvga.h35 static inline void scr_writew(u16 val, volatile u16 *addr)
40 static inline u16 scr_readw(volatile const u16 *addr)
45 static inline void scr_memsetw(u16 *s, u16 v, unsigned int count)
H A Dbitrev.h15 static __always_inline __attribute_const__ u16 __arch_bitrev16(u16 x)
17 u16 ret;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.h56 int mlx5_vxlan_add_port(struct mlx5_vxlan *vxlan, u16 port);
57 int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port);
58 bool mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port);
64 static inline int mlx5_vxlan_add_port(struct mlx5_vxlan *vxlan, u16 port) { return -EOPNOTSUPP; }
65 static inline int mlx5_vxlan_del_port(struct mlx5_vxlan *vxlan, u16 port) { return -EOPNOTSUPP; }
66 static inline bool mlx5_vxlan_lookup_port(struct mlx5_vxlan *vxlan, u16 port) { return false; }
/linux-master/drivers/net/dsa/microchip/
H A Dlan937x.h16 int lan937x_r_phy(struct ksz_device *dev, u16 addr, u16 reg, u16 *data);
17 int lan937x_w_phy(struct ksz_device *dev, u16 addr, u16 reg, u16 val);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.h18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
19 u8 *msg, u16 msglen, struct ice_sq_cd *cd);
21 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed);
31 u16 __always_unused vfid, u32 __always_unused v_opcode,
33 u16 __always_unused msglen,
41 u16 __always_unused link_speed)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.h29 int cn10k_sq_aq_init(void *dev, u16 qidx, u16 sqb_aura);
37 u16 policer, bool map);
38 int cn10k_alloc_leaf_profile(struct otx2_nic *pfvf, u16 *leaf);
39 int cn10k_set_ipolicer_rate(struct otx2_nic *pfvf, u16 profile,
41 int cn10k_free_leaf_profile(struct otx2_nic *pfvf, u16 leaf);
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_vma_types.h17 u16 width;
18 u16 height;
19 u16 src_stride;
20 u16 dst_stride;
46 BUILD_BUG_ON(sizeof(struct intel_rotation_info) != 2 * sizeof(u32) + 8 * sizeof(u16));
47 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16));
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_transport.h50 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num);
51 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num);
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860.h34 u16 backlight;
35 u16 brightness;
36 u16 sharpness;
37 u16 contrast;
38 u16 gamma;
39 u16 hue;
40 u16 saturation;
41 u16 whitebal;
70 u16 val;
71 u16 id
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dec168.h18 u16 value; /* [2|3] */
19 u16 index; /* [4|5] */
20 u16 size; /* [6|7] */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.h17 u16 flowid;
27 u16 hash_id;
44 u16 nrofrings;
54 void brcmf_flowring_delete(struct brcmf_flowring *flow, u16 flowid);
55 void brcmf_flowring_open(struct brcmf_flowring *flow, u16 flowid);
56 u8 brcmf_flowring_tid(struct brcmf_flowring *flow, u16 flowid);
57 u32 brcmf_flowring_enqueue(struct brcmf_flowring *flow, u16 flowid,
59 struct sk_buff *brcmf_flowring_dequeue(struct brcmf_flowring *flow, u16 flowid);
60 void brcmf_flowring_reinsert(struct brcmf_flowring *flow, u16 flowid,
62 u32 brcmf_flowring_qlen(struct brcmf_flowring *flow, u16 flowi
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dmxms.h15 u16 mxms_version(struct nvkm_mxm *);
16 u16 mxms_headerlen(struct nvkm_mxm *);
17 u16 mxms_structlen(struct nvkm_mxm *);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.h9 u16 brightness;
10 u16 contrast;
11 u16 saturation;
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.h20 u16 msg_id;
21 u16 msg_body_length;
28 u16 ftm_cmd_type;
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.h55 u16 transport_stream_id;
57 u16 program_num;
78 *vidtv_channel_s302m_init(struct vidtv_channel *head, u16 transport_stream_id);
/linux-master/drivers/media/i2c/ccs/
H A Dccs-data.h24 u16 version_major;
25 u16 version_minor;
26 u16 date_year;
38 u16 addr;
39 u16 len;
50 u16 addr;
62 u16 value;
118 u16 repeat_x;
130 u16 num_block_descs;
170 u16 main_offset_
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dbitrev.h18 static __always_inline __attribute_const__ u16 __arch_bitrev16(u16 x)
20 u16 ret;
/linux-master/drivers/scsi/fnic/
H A Dfnic_fip.h27 u16 vid; /* vlan ID */
28 u16 sol_count; /* no. of sols sent */
29 u16 state; /* state */
/linux-master/arch/x86/include/asm/
H A Dsuspend_32.h20 u16 ldt;
21 u16 tss;
29 u16 gs;
/linux-master/arch/mips/include/asm/mach-ath25/
H A Dath25_platform.h16 u16 cksum; /* checksum (starting with BD_REV 2) */
17 u16 rev; /* revision of this struct */
20 u16 major; /* Board major number */
21 u16 minor; /* Board minor number */
41 u16 reset_config_gpio; /* Reset factory GPIO pin */
42 u16 sys_led_gpio; /* System LED GPIO pin */
52 u16 pci_id; /* Pseudo PCIID for common code */
53 u16 mem_cap; /* cap bank1 in MB */
65 u16 devid;

Completed in 202 milliseconds

1234567891011>>