Searched refs:get_s16 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Djr3_pci.c172 return get_s16(&channel->command_word0) == 0;
247 result.fx = get_s16(&channel->min_full_scale.fx);
248 result.fy = get_s16(&channel->min_full_scale.fy);
249 result.fz = get_s16(&channel->min_full_scale.fz);
250 result.mx = get_s16(&channel->min_full_scale.mx);
251 result.my = get_s16(&channel->min_full_scale.my);
252 result.mz = get_s16(&channel->min_full_scale.mz);
260 result.fx = get_s16(&channel->max_full_scale.fx);
261 result.fy = get_s16(&channel->max_full_scale.fy);
262 result.fz = get_s16(
[all...]
H A Djr3_pci.h15 static inline s16 get_s16(volatile const s32 * p) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dutils.h66 #define get_short get_s16
69 extern int get_s16(int16_t *val, char *arg, int base);
H A Dutils.c87 int get_s16(int16_t * val, char *arg, int base) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Dutils.h81 #define get_short get_s16
85 extern int get_s16(__s16 *val, const char *arg, int base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c120 int get_s16(__s16 *val, const char *arg, int base) function

Completed in 188 milliseconds