Searched refs:BUS_BLUETOOTH (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/samples/hidraw/ |
D | hid-example.c | 171 case BUS_BLUETOOTH: in bus_str()
|
/linux-4.4.14/include/uapi/linux/ |
D | input.h | 233 #define BUS_BLUETOOTH 0x05 macro
|
/linux-4.4.14/drivers/hid/ |
D | wacom_sys.c | 414 if (hdev->bus == BUS_BLUETOOTH) in wacom_query_tablet_data() 782 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store() 1800 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe() 1848 if (hdev->bus == BUS_BLUETOOTH) in wacom_probe() 1874 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
|
D | hid-multitouch.c | 163 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
|
D | wacom_wac.c | 2519 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks() 3465 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
|
D | hid-core.c | 1679 case BUS_BLUETOOTH: in hid_connect()
|
/linux-4.4.14/Documentation/hid/ |
D | hidraw.txt | 82 BUS_BLUETOOTH
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | core.c | 666 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input() 770 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
|
/linux-4.4.14/include/linux/ |
D | hid.h | 614 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
|