Symbol: hid_haptic_device
drivers/hid/hid-haptic.c
14
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
147
static void fill_effect_buf(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
201
static void switch_mode(struct hid_device *hdev, struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
238
struct hid_haptic_device *haptic = ff->private;
drivers/hid/hid-haptic.c
276
static int play_effect(struct hid_device *hdev, struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
302
struct hid_haptic_device *haptic = dev->ff->private;
drivers/hid/hid-haptic.c
315
struct hid_haptic_device *haptic = dev->ff->private;
drivers/hid/hid-haptic.c
337
struct hid_haptic_device *haptic = dev->ff->private;
drivers/hid/hid-haptic.c
374
struct hid_haptic_device *haptic = ff->private;
drivers/hid/hid-haptic.c
404
struct hid_haptic_device **haptic_ptr)
drivers/hid/hid-haptic.c
406
struct hid_haptic_device *haptic = *haptic_ptr;
drivers/hid/hid-haptic.c
51
bool hid_haptic_check_pressure_unit(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
568
void hid_haptic_pressure_reset(struct hid_haptic_device *haptic)
drivers/hid/hid-haptic.c
574
void hid_haptic_pressure_increase(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
66
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
82
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.c
98
static void parse_auto_trigger_field(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
101
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
107
void hid_haptic_reset(struct hid_device *hdev, struct hid_haptic_device *haptic)
drivers/hid/hid-haptic.h
110
int hid_haptic_init(struct hid_device *hdev, struct hid_haptic_device **haptic_ptr)
drivers/hid/hid-haptic.h
115
void hid_haptic_handle_press_release(struct hid_haptic_device *haptic) {}
drivers/hid/hid-haptic.h
117
bool hid_haptic_handle_input(struct hid_haptic_device *haptic)
drivers/hid/hid-haptic.h
122
void hid_haptic_pressure_reset(struct hid_haptic_device *haptic) {}
drivers/hid/hid-haptic.h
124
void hid_haptic_pressure_increase(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
59
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
62
bool hid_haptic_check_pressure_unit(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
65
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
70
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
72
int hid_haptic_init(struct hid_device *hdev, struct hid_haptic_device **haptic_ptr);
drivers/hid/hid-haptic.h
73
void hid_haptic_handle_press_release(struct hid_haptic_device *haptic);
drivers/hid/hid-haptic.h
74
void hid_haptic_pressure_reset(struct hid_haptic_device *haptic);
drivers/hid/hid-haptic.h
75
void hid_haptic_pressure_increase(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
80
struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
85
bool hid_haptic_check_pressure_unit(struct hid_haptic_device *haptic,
drivers/hid/hid-haptic.h
92
struct hid_haptic_device *haptic,
drivers/hid/hid-multitouch.c
175
struct hid_haptic_device *haptic; /* haptic related configuration */