plt_type           46 drivers/hid/hid-plantronics.c 	unsigned long plt_type = (unsigned long)hid_get_drvdata(hdev);
plt_type           54 drivers/hid/hid-plantronics.c 	if (!(plt_type & HID_USAGE_PAGE)) {
plt_type           55 drivers/hid/hid-plantronics.c 		switch (plt_type) {
plt_type           67 drivers/hid/hid-plantronics.c 	else if ((plt_type & HID_USAGE) >= PLT_BASIC_TELEPHONY &&
plt_type           68 drivers/hid/hid-plantronics.c 		 (plt_type & HID_USAGE) != PLT_BASIC_EXCEPTION) {
plt_type           74 drivers/hid/hid-plantronics.c 	else if (!((field->application ^ plt_type) & HID_USAGE_PAGE)) {
plt_type          111 drivers/hid/hid-plantronics.c 	unsigned long plt_type = hdev->product;
plt_type          114 drivers/hid/hid-plantronics.c 	if (plt_type >= PLT_BT300_MIN && plt_type <= PLT_BT300_MAX)
plt_type          121 drivers/hid/hid-plantronics.c 			plt_type = hdev->collection[i].usage;
plt_type          125 drivers/hid/hid-plantronics.c 			plt_type = hdev->collection[i].usage;
plt_type          129 drivers/hid/hid-plantronics.c 	hid_dbg(hdev, "plt_type decoded as: %08lx\n", plt_type);
plt_type          130 drivers/hid/hid-plantronics.c 	return plt_type;