Home
last modified time | relevance | path

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

/linux-4.1.27/samples/hidraw/
Dhid-example.c171 case BUS_BLUETOOTH: in bus_str()
/linux-4.1.27/drivers/hid/
Dwacom_sys.c392 if (hdev->bus == BUS_BLUETOOTH) in wacom_query_tablet_data()
766 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store()
1512 if (hdev->bus == BUS_BLUETOOTH) in wacom_probe()
1553 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe()
1585 if (hdev->bus == BUS_BLUETOOTH) in wacom_probe()
1611 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)
Dhid-core.c1656 case BUS_BLUETOOTH: in hid_connect()
Dwacom_wac.c3130 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
/linux-4.1.27/Documentation/hid/
Dhidraw.txt82 BUS_BLUETOOTH
/linux-4.1.27/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.1.27/include/uapi/linux/
Dinput.h959 #define BUS_BLUETOOTH 0x05 macro
/linux-4.1.27/include/linux/
Dhid.h614 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)