ryos 87 drivers/hid/hid-roccat-ryos.c struct roccat_common2_device *ryos; ryos 96 drivers/hid/hid-roccat-ryos.c ryos = kzalloc(sizeof(*ryos), GFP_KERNEL); ryos 97 drivers/hid/hid-roccat-ryos.c if (!ryos) { ryos 101 drivers/hid/hid-roccat-ryos.c hid_set_drvdata(hdev, ryos); ryos 103 drivers/hid/hid-roccat-ryos.c retval = roccat_common2_device_init_struct(usb_dev, ryos); ryos 114 drivers/hid/hid-roccat-ryos.c ryos->chrdev_minor = retval; ryos 115 drivers/hid/hid-roccat-ryos.c ryos->roccat_claimed = 1; ryos 120 drivers/hid/hid-roccat-ryos.c kfree(ryos); ryos 127 drivers/hid/hid-roccat-ryos.c struct roccat_common2_device *ryos; ryos 133 drivers/hid/hid-roccat-ryos.c ryos = hid_get_drvdata(hdev); ryos 134 drivers/hid/hid-roccat-ryos.c if (ryos->roccat_claimed) ryos 135 drivers/hid/hid-roccat-ryos.c roccat_disconnect(ryos->chrdev_minor); ryos 136 drivers/hid/hid-roccat-ryos.c kfree(ryos); ryos 180 drivers/hid/hid-roccat-ryos.c struct roccat_common2_device *ryos = hid_get_drvdata(hdev); ryos 189 drivers/hid/hid-roccat-ryos.c if (ryos != NULL && ryos->roccat_claimed) ryos 190 drivers/hid/hid-roccat-ryos.c roccat_report_event(ryos->chrdev_minor, data);