Searched refs:s16 (Results 1 – 25 of 35) sorted by relevance
12
/include/linux/platform_data/ |
D | edma.h | 56 const s16 (*rsv_chans)[2]; 57 const s16 (*rsv_slots)[2]; 78 const s16 (*xbar_chans)[2];
|
D | leds-omap.h | 11 s16 gpio; 15 s16 nr_leds;
|
D | cros_ec_sensorhub.h | 36 s16 *data, 53 s16 vector[3];
|
/include/linux/iio/common/ |
D | cros_ec_sensors_core.h | 74 s16 offset; 81 unsigned long scan_mask, s16 *data); 88 s16 *data); 91 s16 *data); 104 s16 *data,
|
/include/linux/dma/ |
D | k3-psil.h | 76 s16 mapped_channel_id; 80 s16 default_flow_id;
|
/include/linux/ |
D | limits.h | 17 #define S16_MAX ((s16)(U16_MAX >> 1)) 18 #define S16_MIN ((s16)(-S16_MAX - 1))
|
D | lis3lv02d.h | 123 s16 st_min_limits[3]; /* min pass limit x, y, z */ 124 s16 st_max_limits[3]; /* max pass limit x, y, z */
|
D | omapfb.h | 19 s16 nreset_gpio;
|
D | ethtool_netlink.h | 28 int ethnl_cable_test_amplitude(struct phy_device *phydev, u8 pair, s16 mV); 58 u8 pair, s16 mV) in ethnl_cable_test_amplitude()
|
D | peci-cpu.h | 26 int peci_temp_read(struct peci_device *device, s16 *temp_raw);
|
D | kstrtox.h | 95 int __must_check kstrtos16(const char *s, unsigned int base, s16 *res); 107 int __must_check kstrtos16_from_user(const char __user *s, size_t count, unsigned int base, s16 *re…
|
D | fsl_devices.h | 127 s16 bus_num;
|
D | objtool.h | 15 s16 sp_offset;
|
D | types.h | 96 typedef s16 int16_t;
|
D | math.h | 115 __STRUCT_FRACT(s16)
|
/include/sound/ |
D | wavefront.h | 56 typedef short s16; typedef 62 typedef s16 INT16; 256 s16 frequency_bias; /* ** THIS IS IN MOTOROLA FORMAT!! ** */ 428 s16 FrequencyBias; 439 s16 NumberOfSamples; /* log2 of the number of samples */ 440 s16 SampleNumber[NUM_MIDIKEYS]; 444 s16 OriginalSample; 451 s16 FrequencyBias; 521 s16 key; /* Use WAVEFRONT_PATCH here */
|
/include/asm-generic/ |
D | int-ll64.h | 18 typedef __s16 s16; typedef
|
D | spinlock.h | 82 return (s16)((val >> 16) - (val & 0xffff)) > 1; in arch_spin_is_contended()
|
D | compat.h | 40 typedef s16 compat_short_t;
|
/include/linux/clk/ |
D | ti.h | 252 int (*cm_wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg, 255 s16 *prcm_inst, u8 *idlest_reg_id);
|
/include/linux/input/ |
D | mt.h | 120 s16 x, y;
|
/include/net/bluetooth/ |
D | rfcomm.h | 346 s16 dev_id; 354 s16 id;
|
/include/net/ |
D | netlink.h | 356 s16 min, max; 1471 static inline int nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) in nla_put_s16() 1473 s16 tmp = value; in nla_put_s16() 1475 return nla_put(skb, attrtype, sizeof(s16), &tmp); in nla_put_s16() 1697 static inline s16 nla_get_s16(const struct nlattr *nla) in nla_get_s16() 1699 return *(s16 *) nla_data(nla); in nla_get_s16()
|
/include/media/tpg/ |
D | v4l2-tpg.h | 158 s16 hue; 327 s16 hue) in tpg_s_hue() 329 hue = clamp_t(s16, hue, -128, 128); in tpg_s_hue()
|
/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 118 unsigned int protoff, s16 off);
|
12