Lines Matching refs:application
592 switch (field->application) {
724 if (field->application == HID_GD_SYSTEM_CONTROL) {
800 if (field->application == HID_GD_WIRELESS_RADIO_CTLS) {
855 if ((field->application & 0xff) == 0x01) { /* Digitizer */
857 } else if ((field->application & 0xff) == 0x02) { /* Pen */
1677 if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK) {
2174 static struct hid_input *hidinput_allocate(struct hid_device *hid, unsigned int application)
2186 switch (application) {
2250 hidinput->application = application;
2357 if (hidinput->application == report->application) {
2387 unsigned int application;
2423 application = report->application;
2436 hidinput = hidinput_allocate(hid, application);