Searched refs:BUS_BLUETOOTH (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/samples/hidraw/ |
D | hid-example.c | 172 case BUS_BLUETOOTH: in bus_str()
|
/Linux-v4.19/include/uapi/linux/ |
D | input.h | 250 #define BUS_BLUETOOTH 0x05 macro
|
/Linux-v4.19/Documentation/hid/ |
D | hidraw.txt | 82 BUS_BLUETOOTH
|
/Linux-v4.19/net/bluetooth/hidp/ |
D | core.c | 667 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input() 772 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
|
/Linux-v4.19/drivers/hid/ |
D | wacom_sys.c | 638 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data() 1095 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store() 2719 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe() 2750 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
|
D | hid-multitouch.c | 221 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
|
D | hid-core.c | 1740 case BUS_BLUETOOTH: in hid_connect()
|
D | wacom_wac.c | 3446 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks() 4586 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
|
/Linux-v4.19/include/linux/ |
D | hid.h | 677 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
|