Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/joystick/iforce/
Diforce-ff.c19 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
25 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, in make_magnitude_modifier()
34 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
35 data[1] = HI(mod_chunk->start); in make_magnitude_modifier()
49 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
58 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, in make_period_modifier()
67 data[0] = LO(mod_chunk->start); in make_period_modifier()
68 data[1] = HI(mod_chunk->start); in make_period_modifier()
87 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
98 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e, in make_envelope_modifier()
[all …]