Home
last modified time | relevance | path

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

/Linux-v5.10/samples/hidraw/
Dhid-example.c172 case BUS_BLUETOOTH: in bus_str()
/Linux-v5.10/include/uapi/linux/
Dinput.h255 #define BUS_BLUETOOTH 0x05 macro
/Linux-v5.10/Documentation/hid/
Dhidraw.rst91 - BUS_BLUETOOTH
/Linux-v5.10/net/bluetooth/hidp/
Dcore.c672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input()
777 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
/Linux-v5.10/drivers/hid/
Dwacom_sys.c675 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data()
1132 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store()
2754 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe()
2781 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
Dhid-multitouch.c222 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
Dhid-core.c1999 case BUS_BLUETOOTH: in hid_connect()
Dwacom_wac.c3526 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks()
4724 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
/Linux-v5.10/include/linux/
Dhid.h677 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)