Home
last modified time | relevance | path

Searched refs:min_full_scale (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.c199 result.fx = get_s16(&channel->min_full_scale.fx); in get_min_full_scales()
200 result.fy = get_s16(&channel->min_full_scale.fy); in get_min_full_scales()
201 result.fz = get_s16(&channel->min_full_scale.fz); in get_min_full_scales()
202 result.mx = get_s16(&channel->min_full_scale.mx); in get_min_full_scales()
203 result.my = get_s16(&channel->min_full_scale.my); in get_min_full_scales()
204 result.mz = get_s16(&channel->min_full_scale.mz); in get_min_full_scales()
522 struct six_axis_t min_full_scale; in jr3_pci_poll_subdevice() local
525 min_full_scale = get_min_full_scales(channel); in jr3_pci_poll_subdevice()
Djr3_pci.h344 struct six_axis_array min_full_scale; /* offset 0x0070 */ member