Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-wiimote.h190 struct wiimod_ops { struct
193 int (*probe) (const struct wiimod_ops *ops, argument
195 void (*remove) (const struct wiimod_ops *ops, argument
206 extern const struct wiimod_ops *wiimod_table[WIIMOD_NUM]; argument
207 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM];
208 extern const struct wiimod_ops wiimod_mp;
H A Dhid-wiimote-modules.c101 static const struct wiimod_ops wiimod_keys = {
179 static const struct wiimod_ops wiimod_rumble = {
279 static const struct wiimod_ops wiimod_battery = {
391 static const struct wiimod_ops wiimod_leds[4] = {
532 static const struct wiimod_ops wiimod_accel = {
794 static const struct wiimod_ops wiimod_ir = {
1960 static const struct wiimod_ops wiimod_pro = {
2182 static const struct wiimod_ops wiimod_drums = {
2695 static const struct wiimod_ops wiimod_no_mp = {
2849 const struct wiimod_ops wiimod_mp = {
[all …]
H A Dhid-wiimote-core.c629 const struct wiimod_ops *ops; in wiimote_modules_load()
692 const struct wiimod_ops *ops; in wiimote_modules_unload()
727 const struct wiimod_ops *ops; in wiimote_ext_load()
746 const struct wiimod_ops *ops; in wiimote_ext_unload()
762 const struct wiimod_ops *ops; in wiimote_mp_load()
781 const struct wiimod_ops *ops; in wiimote_mp_unload()
1253 const struct wiimod_ops *ops; in handler_keys()
1274 const struct wiimod_ops *ops; in handler_accel()
1292 static bool valid_ext_handler(const struct wiimod_ops *ops, size_t len) in valid_ext_handler()
1314 const struct wiimod_ops *ops; in handler_ext()
[all …]