Searched refs:plt_type (Results 1 – 1 of 1) sorted by relevance
55 unsigned long plt_type = drv_data->device_type; in plantronics_input_mapping() local66 if (!(plt_type & HID_USAGE_PAGE)) { in plantronics_input_mapping()67 switch (plt_type) { in plantronics_input_mapping()90 if (!((plt_type & HID_USAGE) >= PLT_BASIC_TELEPHONY && in plantronics_input_mapping()91 (plt_type & HID_USAGE) != PLT_BASIC_EXCEPTION) && in plantronics_input_mapping()161 unsigned long plt_type = hdev->product; in plantronics_device_type() local164 if (plt_type >= PLT_BT300_MIN && plt_type <= PLT_BT300_MAX) in plantronics_device_type()171 plt_type = hdev->collection[i].usage; in plantronics_device_type()175 plt_type = hdev->collection[i].usage; in plantronics_device_type()179 hid_dbg(hdev, "plt_type decoded as: %08lx\n", plt_type); in plantronics_device_type()[all …]
Completed in 3 milliseconds