Symbol: thunderstrike
drivers/hid/hid-nvidia-shield.c
1047
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
1071
ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
1099
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
1101
ts = container_of(dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
301
static inline void thunderstrike_send_hostcmd_request(struct thunderstrike *ts)
drivers/hid/hid-nvidia-shield.c
321
struct thunderstrike *ts =
drivers/hid/hid-nvidia-shield.c
322
container_of(work, struct thunderstrike, hostcmd_req_work);
drivers/hid/hid-nvidia-shield.c
370
static inline void thunderstrike_request_firmware_version(struct thunderstrike *ts)
drivers/hid/hid-nvidia-shield.c
376
static inline void thunderstrike_request_board_info(struct thunderstrike *ts)
drivers/hid/hid-nvidia-shield.c
383
thunderstrike_update_haptics(struct thunderstrike *ts,
drivers/hid/hid-nvidia-shield.c
404
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
410
ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
427
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
429
ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
439
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
441
ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
462
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
465
ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
527
static inline void thunderstrike_request_psy_stats(struct thunderstrike *ts)
drivers/hid/hid-nvidia-shield.c
535
struct thunderstrike *ts =
drivers/hid/hid-nvidia-shield.c
536
container_of(timer, struct thunderstrike, psy_stats_timer);
drivers/hid/hid-nvidia-shield.c
593
struct thunderstrike *ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
611
struct thunderstrike *ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
659
struct thunderstrike *ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
720
struct thunderstrike *ts =
drivers/hid/hid-nvidia-shield.c
721
container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
799
static inline int thunderstrike_led_create(struct thunderstrike *ts)
drivers/hid/hid-nvidia-shield.c
817
struct thunderstrike *ts = container_of(shield_dev, struct thunderstrike, base);
drivers/hid/hid-nvidia-shield.c
864
struct thunderstrike *ts;
drivers/hid/hid-nvidia-shield.c
924
static void thunderstrike_destroy(struct thunderstrike *ts)