application       681 drivers/hid/hid-asus.c 		if (field->application == (HID_UP_GENDESK | 0x0080) ||
application       690 drivers/hid/hid-asus.c 		if (field->application == HID_GD_MOUSE &&
application        59 drivers/hid/hid-core.c 				       unsigned int application)
application        80 drivers/hid/hid-core.c 	report->application = application;
application       264 drivers/hid/hid-core.c 	unsigned int application;
application       266 drivers/hid/hid-core.c 	application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION);
application       269 drivers/hid/hid-core.c 				     parser->global.report_id, application);
application       309 drivers/hid/hid-core.c 	field->application = application;
application       535 drivers/hid/hid-debug.c 	if (field->application) {
application       538 drivers/hid/hid-debug.c 		hid_resolv_usage(field->application, f); seq_printf(f, ")\n");
application       406 drivers/hid/hid-google-hammer.c 		if (report->application == HID_GD_KEYBOARD)
application       419 drivers/hid/hid-google-hammer.c 		if (report->application != HID_GD_KEYBOARD)
application       609 drivers/hid/hid-input.c 		switch (field->application) {
application       685 drivers/hid/hid-input.c 		if (field->application == HID_GD_SYSTEM_CONTROL)
application       740 drivers/hid/hid-input.c 			if (field->application == HID_GD_WIRELESS_RADIO_CTLS) {
application       771 drivers/hid/hid-input.c 		if ((field->application & 0xff) == 0x01) /* Digitizer */
application       773 drivers/hid/hid-input.c 		else if ((field->application & 0xff) == 0x02) /* Pen */
application      1186 drivers/hid/hid-input.c 		if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK)
application      1659 drivers/hid/hid-input.c 					   unsigned int application)
application      1671 drivers/hid/hid-input.c 		switch (application) {
application      1736 drivers/hid/hid-input.c 	hidinput->application = application;
application      1832 drivers/hid/hid-input.c 		if (hidinput->application == report->application)
application      1861 drivers/hid/hid-input.c 	unsigned int application;
application      1894 drivers/hid/hid-input.c 			application = report->application;
application      1907 drivers/hid/hid-input.c 				hidinput = hidinput_allocate(hid, application);
application        31 drivers/hid/hid-jabra.c 		field->application,
application       684 drivers/hid/hid-lg.c 	if (field->application == HID_GD_MOUSE) {
application       732 drivers/hid/hid-lg.c 			field->application = HID_GD_MULTIAXIS;
application       590 drivers/hid/hid-logitech-dj.c 						   unsigned int application,
application       618 drivers/hid/hid-logitech-dj.c 	if (application == HID_GD_KEYBOARD)
application       620 drivers/hid/hid-logitech-dj.c 	if (application == HID_GD_MOUSE)
application      1684 drivers/hid/hid-logitech-dj.c 		if (rep->application == 0xff000001)
application      1698 drivers/hid/hid-logitech-dj.c 					rep->application, has_hidpp);
application      1705 drivers/hid/hid-logitech-dj.c 		djrcv_dev->unnumbered_application = rep->application;
application      3003 drivers/hid/hid-logitech-hidpp.c 			field->application != HID_GD_MOUSE)
application      3023 drivers/hid/hid-logitech-hidpp.c 			field->application = HID_GD_MULTIAXIS;
application      3526 drivers/hid/hid-logitech-hidpp.c 				     unsigned int application)
application      3533 drivers/hid/hid-logitech-hidpp.c 	return report && report->application == application;
application       107 drivers/hid/hid-multitouch.c 	unsigned int application;
application       154 drivers/hid/hid-multitouch.c 	struct mt_application *application;
application       229 drivers/hid/hid-multitouch.c static int cypress_compute_slot(struct mt_application *application,
application       232 drivers/hid/hid-multitouch.c 	if (*slot->contactid != 0 || application->num_received == 0)
application       396 drivers/hid/hid-multitouch.c 	struct mt_application *application;
application       405 drivers/hid/hid-multitouch.c 	list_for_each_entry(application, &td->applications, list) {
application       406 drivers/hid/hid-multitouch.c 		application->quirks = val;
application       407 drivers/hid/hid-multitouch.c 		if (!application->have_contact_count)
application       408 drivers/hid/hid-multitouch.c 			application->quirks &= ~MT_QUIRK_CONTACT_CNT_ACCURATE;
application       505 drivers/hid/hid-multitouch.c 					   struct mt_application *application)
application       527 drivers/hid/hid-multitouch.c 	list_add_tail(&usage->list, &application->mt_usages);
application       535 drivers/hid/hid-multitouch.c 	unsigned int application = report->application;
application       543 drivers/hid/hid-multitouch.c 	mt_application->application = application;
application       546 drivers/hid/hid-multitouch.c 	if (application == HID_DG_TOUCHSCREEN)
application       552 drivers/hid/hid-multitouch.c 	if (application == HID_DG_TOUCHPAD) {
application       570 drivers/hid/hid-multitouch.c 	unsigned int application = report->application;
application       574 drivers/hid/hid-multitouch.c 		if (application == tmp->application) {
application       601 drivers/hid/hid-multitouch.c 	rdata->application = mt_find_application(td, report);
application       603 drivers/hid/hid-multitouch.c 	if (!rdata->application) {
application       644 drivers/hid/hid-multitouch.c 			   struct mt_application *application,
application       651 drivers/hid/hid-multitouch.c 	if (list_empty(&application->mt_usages))
application       652 drivers/hid/hid-multitouch.c 		usage = mt_allocate_usage(hdev, application);
application       654 drivers/hid/hid-multitouch.c 		usage = list_last_entry(&application->mt_usages,
application       674 drivers/hid/hid-multitouch.c 		usage = mt_allocate_usage(hdev, application);
application       701 drivers/hid/hid-multitouch.c 	if (field->application == HID_DG_TOUCHSCREEN &&
application       733 drivers/hid/hid-multitouch.c 			if (field->application == HID_GD_SYSTEM_MULTIAXIS) {
application       770 drivers/hid/hid-multitouch.c 				(field->application == HID_DG_TOUCHPAD ||
application       771 drivers/hid/hid-multitouch.c 				 field->application == HID_DG_TOUCHSCREEN))
application       783 drivers/hid/hid-multitouch.c 			if (field->application != HID_GD_SYSTEM_MULTIAXIS)
application       859 drivers/hid/hid-multitouch.c 		    field->application == HID_DG_TOUCHPAD &&
application       863 drivers/hid/hid-multitouch.c 		if (field->application == HID_GD_SYSTEM_MULTIAXIS)
application      1029 drivers/hid/hid-multitouch.c 	if (app->application == HID_GD_SYSTEM_MULTIAXIS)
application      1148 drivers/hid/hid-multitouch.c 	struct mt_application *app = rdata->application;
application      1295 drivers/hid/hid-multitouch.c 	struct mt_application *application;
application      1304 drivers/hid/hid-multitouch.c 	application = rdata->application;
application      1313 drivers/hid/hid-multitouch.c 	    field->application != HID_DG_TOUCHSCREEN &&
application      1314 drivers/hid/hid-multitouch.c 	    field->application != HID_DG_PEN &&
application      1315 drivers/hid/hid-multitouch.c 	    field->application != HID_DG_TOUCHPAD &&
application      1316 drivers/hid/hid-multitouch.c 	    field->application != HID_GD_KEYBOARD &&
application      1317 drivers/hid/hid-multitouch.c 	    field->application != HID_GD_SYSTEM_CONTROL &&
application      1318 drivers/hid/hid-multitouch.c 	    field->application != HID_CP_CONSUMER_CONTROL &&
application      1319 drivers/hid/hid-multitouch.c 	    field->application != HID_GD_WIRELESS_RADIO_CTLS &&
application      1320 drivers/hid/hid-multitouch.c 	    field->application != HID_GD_SYSTEM_MULTIAXIS &&
application      1321 drivers/hid/hid-multitouch.c 	    !(field->application == HID_VD_ASUS_CUSTOM_MEDIA_KEYS &&
application      1322 drivers/hid/hid-multitouch.c 	      application->quirks & MT_QUIRK_ASUS_CUSTOM_UP))
application      1330 drivers/hid/hid-multitouch.c 	if (field->application == HID_VD_ASUS_CUSTOM_MEDIA_KEYS &&
application      1331 drivers/hid/hid-multitouch.c 	    application->quirks & MT_QUIRK_ASUS_CUSTOM_UP &&
application      1350 drivers/hid/hid-multitouch.c 					      application);
application      1357 drivers/hid/hid-multitouch.c 		hi->application = HID_DG_STYLUS;
application      1559 drivers/hid/hid-multitouch.c 		mt_application = rdata->application;
application      1569 drivers/hid/hid-multitouch.c 	switch (hi->application) {
application      1643 drivers/hid/hid-multitouch.c 	struct mt_application *application;
application      1663 drivers/hid/hid-multitouch.c 	list_for_each_entry(application, &td->applications, list) {
application      1664 drivers/hid/hid-multitouch.c 		application->num_received = 0;
application       584 drivers/hid/hid-ntrig.c 	if (field->application == HID_DG_PEN)
application       867 drivers/hid/hid-ntrig.c 	switch (hidinput->report->field[0]->application) {
application        36 drivers/hid/hid-plantronics.c #define PLT_ALLOW_CONSUMER (field->application == HID_CP_CONSUMERCONTROL && \
application        49 drivers/hid/hid-plantronics.c 	if (field->application == HID_GD_JOYSTICK)
application        74 drivers/hid/hid-plantronics.c 	else if (!((field->application ^ plt_type) & HID_USAGE_PAGE)) {
application        98 drivers/hid/hid-plantronics.c 		usage->hid, field->application);
application       104 drivers/hid/hid-plantronics.c 		usage->hid, field->application, mapped_key);
application       405 drivers/hid/hid-rmi.c 	    (field->application == HID_GD_POINTER ||
application       406 drivers/hid/hid-rmi.c 	    field->application == HID_GD_MOUSE)) {
application       572 drivers/hid/hid-rmi.c 			unsigned app = (*report)->field[i]->application;
application        95 drivers/hid/hid-uclogic-core.c 	if (params->pen_unused && (field->application == HID_DG_PEN))
application       127 drivers/hid/hid-uclogic-core.c 	switch (field->application) {
application       771 drivers/hid/usbhid/hiddev.c 		finfo.application = field->application;
application       224 drivers/hid/wacom_sys.c 	    field->application == HID_UP_MSVENDOR) {
application       239 drivers/hid/wacom_sys.c 	    field->application == HID_DG_PEN &&
application       350 drivers/hid/wacom_sys.c 		    (field->application == WACOM_HID_G9_PEN ||
application       351 drivers/hid/wacom_sys.c 		     field->application == WACOM_HID_G11_PEN)) {
application       365 drivers/hid/wacom_sys.c 		    (field->application == WACOM_HID_G9_TOUCHSCREEN ||
application       366 drivers/hid/wacom_sys.c 		     field->application == WACOM_HID_G11_TOUCHSCREEN)) {
application       171 drivers/hid/wacom_wac.h 				 ((f)->application == HID_DG_PEN) || \
application       172 drivers/hid/wacom_wac.h 				 ((f)->application == HID_DG_DIGITIZER) || \
application       173 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_WD_PEN) || \
application       174 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_WD_DIGITIZER) || \
application       175 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_G9_PEN) || \
application       176 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_G11_PEN))
application       179 drivers/hid/wacom_wac.h 				 ((f)->application == HID_DG_TOUCHSCREEN) || \
application       180 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_G9_TOUCHSCREEN) || \
application       181 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_G11_TOUCHSCREEN) || \
application       182 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_WT_TOUCHPAD) || \
application       183 drivers/hid/wacom_wac.h 				 ((f)->application == HID_DG_TOUCHPAD))
application       185 drivers/hid/wacom_wac.h #define WACOM_DIRECT_DEVICE(f)	(((f)->application == HID_DG_TOUCHSCREEN) || \
application       186 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_WT_TOUCHSCREEN) || \
application       187 drivers/hid/wacom_wac.h 				 ((f)->application == HID_DG_PEN) || \
application       188 drivers/hid/wacom_wac.h 				 ((f)->application == WACOM_HID_WD_PEN))
application       133 drivers/scsi/gdth.c static void gdth_readapp_event(gdth_ha_str *ha, u8 application, 
application      2396 drivers/scsi/gdth.c         e->application = 0;
application      2434 drivers/scsi/gdth.c                                u8 application, gdth_evt_str *estr)
application      2441 drivers/scsi/gdth.c     TRACE2(("gdth_readapp_event() app. %d\n", application));
application      2448 drivers/scsi/gdth.c         if ((e->application & application) == 0) {
application      2449 drivers/scsi/gdth.c             e->application |= application;
application       172 drivers/scsi/gdth_ioctl.h     u8          application;
application       450 include/linux/hid.h 	unsigned  application;		/* application usage for this field */
application       479 include/linux/hid.h 	unsigned int application;			/* application usage for this report */
application       527 include/linux/hid.h 	unsigned int application;	/* application usage for this input */
application       891 include/linux/hid.h 				       unsigned int application);
application        79 include/linux/netfilter/nf_conntrack_h323_types.h 	DataApplicationCapability_application application;
application        99 include/uapi/linux/hiddev.h 	__u32 application;		/* application usage for this field */
application       187 net/bluetooth/cmtp/capi.c 	struct cmtp_application *application;
application       205 net/bluetooth/cmtp/capi.c 			application = cmtp_application_get(session, CMTP_MSGNUM, msgnum);
application       206 net/bluetooth/cmtp/capi.c 			if (application) {
application       207 net/bluetooth/cmtp/capi.c 				application->state = BT_CONNECTED;
application       208 net/bluetooth/cmtp/capi.c 				application->msgnum = 0;
application       209 net/bluetooth/cmtp/capi.c 				application->mapping = CAPIMSG_APPID(skb->data);
application       218 net/bluetooth/cmtp/capi.c 			application = cmtp_application_get(session, CMTP_MAPPING, appl);
application       219 net/bluetooth/cmtp/capi.c 			if (application) {
application       220 net/bluetooth/cmtp/capi.c 				application->state = BT_CLOSED;
application       221 net/bluetooth/cmtp/capi.c 				application->msgnum = 0;
application       320 net/bluetooth/cmtp/capi.c 	struct cmtp_application *application;
application       342 net/bluetooth/cmtp/capi.c 	application = cmtp_application_get(session, CMTP_MAPPING, appl);
application       343 net/bluetooth/cmtp/capi.c 	if (application) {
application       344 net/bluetooth/cmtp/capi.c 		appl = application->appl;
application       383 net/bluetooth/cmtp/capi.c 	struct cmtp_application *application;
application       391 net/bluetooth/cmtp/capi.c 	application = cmtp_application_add(session, appl);
application       392 net/bluetooth/cmtp/capi.c 	if (!application) {
application       409 net/bluetooth/cmtp/capi.c 	application->state = BT_CONFIG;
application       410 net/bluetooth/cmtp/capi.c 	application->msgnum = cmtp_msgnum_get(session);
application       412 net/bluetooth/cmtp/capi.c 	cmtp_send_interopmsg(session, CAPI_REQ, 0x0000, application->msgnum,
application       424 net/bluetooth/cmtp/capi.c 		if (application->state == BT_CLOSED) {
application       425 net/bluetooth/cmtp/capi.c 			err = -application->err;
application       429 net/bluetooth/cmtp/capi.c 		if (application->state == BT_CONNECTED)
application       443 net/bluetooth/cmtp/capi.c 		cmtp_application_del(session, application);
application       451 net/bluetooth/cmtp/capi.c 	struct cmtp_application *application;
application       455 net/bluetooth/cmtp/capi.c 	application = cmtp_application_get(session, CMTP_APPLID, appl);
application       456 net/bluetooth/cmtp/capi.c 	if (!application) {
application       461 net/bluetooth/cmtp/capi.c 	application->msgnum = cmtp_msgnum_get(session);
application       463 net/bluetooth/cmtp/capi.c 	cmtp_send_interopmsg(session, CAPI_REQ, application->mapping, application->msgnum,
application       467 net/bluetooth/cmtp/capi.c 			(application->state == BT_CLOSED), CMTP_INTEROP_TIMEOUT);
application       469 net/bluetooth/cmtp/capi.c 	cmtp_application_del(session, application);
application       475 net/bluetooth/cmtp/capi.c 	struct cmtp_application *application;
application       484 net/bluetooth/cmtp/capi.c 	application = cmtp_application_get(session, CMTP_APPLID, appl);
application       485 net/bluetooth/cmtp/capi.c 	if ((!application) || (application->state != BT_CONNECTED)) {
application       490 net/bluetooth/cmtp/capi.c 	CAPIMSG_SETAPPID(skb->data, application->mapping);
application       453 net/netfilter/nf_conntrack_h323_main.c 	    olc->forwardLogicalChannelParameters.dataType.data.application.
application       455 net/netfilter/nf_conntrack_h323_main.c 	    olc->forwardLogicalChannelParameters.dataType.data.application.
application       513 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(DataApplicationCapability, application),