Home
last modified time | relevance | path

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

/Linux-v6.6/samples/hidraw/
Dhid-example.c172 case BUS_BLUETOOTH: in bus_str()
/Linux-v6.6/include/uapi/linux/
Dinput.h258 #define BUS_BLUETOOTH 0x05 macro
/Linux-v6.6/drivers/hid/
Dhid-playstation.c763 if (hdev->bus == BUS_BLUETOOTH && check_crc) { in ps_get_report()
1179 if (hdev->bus == BUS_BLUETOOTH) { in dualsense_init_output_report()
1329 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT && in dualsense_parse_report()
2084 if (hdev->bus == BUS_BLUETOOTH) { in dualshock4_init_output_report()
2198 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS4_INPUT_REPORT_BT && in dualshock4_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()
2819 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe()
2848 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
Dhid-multitouch.c227 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
Dwacom_wac.c3706 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks()
4914 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
Dhid-core.c2239 case BUS_BLUETOOTH: in hid_connect()
/Linux-v6.6/net/bluetooth/hidp/
Dcore.c672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input()
776 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
/Linux-v6.6/Documentation/hid/
Dhidraw.rst92 - BUS_BLUETOOTH
/Linux-v6.6/include/linux/
Dhid.h742 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)