Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_sys.c771 __u32 oPid = features->oPid ? features->oPid : hdev->product; in wacom_are_sibling() local
773 /* The defined oVid/oPid must match that of the sibling */ in wacom_are_sibling()
776 if (features->oPid != HID_ANY_ID && sibling->product != oPid) in wacom_are_sibling()