Home
last modified time | relevance | path

Searched refs:plt_type (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-plantronics.c60 unsigned long plt_type = drv_data->device_type; in plantronics_input_mapping() local
68 if (!(plt_type & HID_USAGE_PAGE)) { in plantronics_input_mapping()
69 switch (plt_type) { in plantronics_input_mapping()
81 else if ((plt_type & HID_USAGE) >= PLT_BASIC_TELEPHONY && in plantronics_input_mapping()
82 (plt_type & HID_USAGE) != PLT_BASIC_EXCEPTION) { in plantronics_input_mapping()
88 else if (!((field->application ^ plt_type) & HID_USAGE_PAGE)) { in plantronics_input_mapping()
164 unsigned long plt_type = hdev->product; in plantronics_device_type() local
167 if (plt_type >= PLT_BT300_MIN && plt_type <= PLT_BT300_MAX) in plantronics_device_type()
174 plt_type = hdev->collection[i].usage; in plantronics_device_type()
178 plt_type = hdev->collection[i].usage; in plantronics_device_type()
[all …]