Home
last modified time | relevance | path

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

/linux-6.1.9/samples/hidraw/
Dhid-example.c172 case BUS_BLUETOOTH: in bus_str()
/linux-6.1.9/include/uapi/linux/
Dinput.h258 #define BUS_BLUETOOTH 0x05 macro
/linux-6.1.9/drivers/hid/
Dhid-playstation.c538 if (hdev->bus == BUS_BLUETOOTH) { in ps_get_report()
912 if (hdev->bus == BUS_BLUETOOTH) { in dualsense_init_output_report()
1062 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT && in dualsense_parse_report()
Dwacom_sys.c673 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data()
1127 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store()
2800 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe()
2829 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
Dhid-multitouch.c226 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
Dwacom_wac.c3685 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks()
4893 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
Dhid-core.c2221 case BUS_BLUETOOTH: in hid_connect()
/linux-6.1.9/net/bluetooth/hidp/
Dcore.c672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input()
777 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
/linux-6.1.9/Documentation/hid/
Dhidraw.rst92 - BUS_BLUETOOTH
/linux-6.1.9/include/linux/
Dhid.h708 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)