Searched defs:mod_chunk (Results 1 - 1 of 1) sorted by relevance
/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 38 struct resource* mod_chunk, int no_alloc, __s16 level) 44 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, 53 data[0] = LO(mod_chunk->start); 54 data[1] = HI(mod_chunk->start); 68 struct resource* mod_chunk, int no_alloc, 77 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, 86 data[0] = LO(mod_chunk->start); 87 data[1] = HI(mod_chunk->start); 106 struct resource* mod_chunk, int no_alloc, 117 if (allocate_resource(&(iforce->device_memory), mod_chunk, 37 make_magnitude_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __s16 level) argument 67 make_period_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __s16 magnitude, __s16 offset, u16 period, u16 phase) argument 105 make_envelope_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, u16 attack_duration, __s16 initial_level, u16 fade_duration, __s16 final_level) argument 146 make_condition_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) argument [all...] |
Completed in 83 milliseconds