Home
last modified time | relevance | path

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

/linux-4.4.14/samples/hidraw/
Dhid-example.c171 case BUS_BLUETOOTH: in bus_str()
/linux-4.4.14/include/uapi/linux/
Dinput.h233 #define BUS_BLUETOOTH 0x05 macro
/linux-4.4.14/drivers/hid/
Dwacom_sys.c414 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()
Dhid-multitouch.c163 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
Dwacom_wac.c2519 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks()
3465 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
Dhid-core.c1679 case BUS_BLUETOOTH: in hid_connect()
/linux-4.4.14/Documentation/hid/
Dhidraw.txt82 BUS_BLUETOOTH
/linux-4.4.14/net/bluetooth/hidp/
Dcore.c666 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input()
770 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
/linux-4.4.14/include/linux/
Dhid.h614 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)