Searched refs:BUS_BLUETOOTH (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/hid/bpf/progs/ |
| H A D | HP__Elite-Presenter.bpf.c | 14 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_GENERIC, VID_HP, PID_ELITE_PRESENTER)
|
| H A D | Microsoft__Xbox-Elite-2.bpf.c | 14 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_GENERIC, VID_MICROSOFT, PID_XBOX_ELITE_2)
|
| /linux/samples/hidraw/ |
| H A D | hid-example.c | 172 case BUS_BLUETOOTH: in bus_str()
|
| /linux/include/uapi/linux/ |
| H A D | input.h | 258 #define BUS_BLUETOOTH 0x05 macro
|
| /linux/drivers/hid/ |
| H A D | hid-playstation.c | 812 if (hdev->bus == BUS_BLUETOOTH && check_crc) { in ps_get_report() 1247 if (hdev->bus == BUS_BLUETOOTH) { in dualsense_init_output_report() 1447 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT && in dualsense_parse_report() 2251 if (hdev->bus == BUS_BLUETOOTH) { in dualshock4_init_output_report() 2383 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS4_INPUT_REPORT_BT && in dualshock4_parse_report() 2397 } else if (hdev->bus == BUS_BLUETOOTH && in dualshock4_parse_report()
|
| H A D | wacom_sys.c | 688 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data() 1153 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store() 2884 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe() 2914 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
|
| H A D | hid-multitouch.c | 251 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p) 2389 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH_WIN_8,
|
| H A D | wacom_wac.c | 3745 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks() 4953 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
|
| H A D | hid-core.c | 2314 case BUS_BLUETOOTH: in hid_connect()
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input() 776 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
|
| /linux/Documentation/hid/ |
| H A D | hidraw.rst | 92 - BUS_BLUETOOTH
|
| /linux/include/linux/ |
| H A D | hid.h | 787 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
|