Searched refs:get_s16 (Results 1 – 2 of 2) sorted by relevance
130 return get_s16(&sensor->command_word0) == 0; in is_complete() 192 result.fx = get_s16(&sensor->max_full_scale.fx); in get_max_full_scales() 193 result.fy = get_s16(&sensor->max_full_scale.fy); in get_max_full_scales() 194 result.fz = get_s16(&sensor->max_full_scale.fz); in get_max_full_scales() 195 result.mx = get_s16(&sensor->max_full_scale.mx); in get_max_full_scales() 196 result.my = get_s16(&sensor->max_full_scale.my); in get_max_full_scales() 197 result.mz = get_s16(&sensor->max_full_scale.mz); in get_max_full_scales() 217 val = get_s16(&spriv->sensor->filter[filter].fx); in jr3_pci_ai_read_chan() 220 val = get_s16(&spriv->sensor->filter[filter].fy); in jr3_pci_ai_read_chan() 223 val = get_s16( in jr3_pci_ai_read_chan() [all...]
17 static inline s16 get_s16(const s32 __iomem *p) in get_s16() function