Searched refs:mod_chunk (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/input/joystick/iforce/ |
| D | iforce-ff.c | 34 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument 40 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, in make_magnitude_modifier() 49 data[0] = LO(mod_chunk->start); in make_magnitude_modifier() 50 data[1] = HI(mod_chunk->start); in make_magnitude_modifier() 64 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument 73 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, in make_period_modifier() 82 data[0] = LO(mod_chunk->start); in make_period_modifier() 83 data[1] = HI(mod_chunk->start); in make_period_modifier() 102 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument 113 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e, in make_envelope_modifier() [all …]
|