Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nvidia-shield.c304 struct shield_device *shield_dev = &ts->base; in thunderstrike_send_hostcmd_request() local
307 ret = hid_hw_raw_request(shield_dev->hdev, report->report_id, in thunderstrike_send_hostcmd_request()
313 hid_err(shield_dev->hdev, in thunderstrike_send_hostcmd_request()
403 struct shield_device *shield_dev; in thunderstrike_play_effect() local
409 shield_dev = hid_get_drvdata(hdev); in thunderstrike_play_effect()
410 ts = container_of(shield_dev, struct thunderstrike, base); in thunderstrike_play_effect()
426 struct shield_device *shield_dev = hid_get_drvdata(hdev); in thunderstrike_led_get_brightness() local
429 ts = container_of(shield_dev, struct thunderstrike, base); in thunderstrike_led_get_brightness()
438 struct shield_device *shield_dev = hid_get_drvdata(hdev); in thunderstrike_led_set_brightness() local
441 ts = container_of(shield_dev, struct thunderstrike, base); in thunderstrike_led_set_brightness()
[all …]