Lines Matching defs:bus
208 * A list of devices for which there is a specialized driver on HID bus.
1001 * ignore the hid. Check the name, bus, product and ignore
1005 hdev->bus == BUS_USB &&
1104 hdev->bus = q_new->hid_bl_item.bus = id->bus;
1137 * @bus: bus to match against. Use HID_BUS_ANY if all need to be removed.
1144 static void hid_remove_all_dquirks(__u16 bus)
1150 if (bus == HID_BUS_ANY || bus == q->hid_bl_item.bus) {
1162 int hid_quirks_init(char **quirks_param, __u16 bus, int count)
1169 id.bus = bus;
1192 * @bus: a bus to match against
1195 * Release all memory associated with dynamic quirks for a given bus.
1201 void hid_quirks_exit(__u16 bus)
1203 hid_remove_all_dquirks(bus);
1253 if (hdev->bus == BUS_USB &&
1260 if (hdev->bus == BUS_USB && hdev->vendor == USB_VENDOR_ID_JABRA) {