Lines Matching refs:bcdDevice
1186 static u16 lg4ff_identify_multimode_wheel(struct hid_device *hid, const u16 reported_product_id, const u16 bcdDevice)
1209 (bcdDevice & mask) == result) {
1217 dbg_hid("Wheel with bcdDevice %X was not recognized as multimode wheel, leaving in its current mode\n", bcdDevice);
1221 static int lg4ff_handle_multimode_wheel(struct hid_device *hid, u16 *real_product_id, const u16 bcdDevice)
1226 *real_product_id = lg4ff_identify_multimode_wheel(hid, reported_product_id, bcdDevice);
1267 const u16 bcdDevice = le16_to_cpu(udesc->bcdDevice);
1300 mmode_ret = lg4ff_handle_multimode_wheel(hid, &real_product_id, bcdDevice);
1362 if ((bcdDevice >> 8) == LG4FF_FFEX_REV_MAJ &&
1363 (bcdDevice & 0xff) == LG4FF_FFEX_REV_MIN)