Searched refs:BUS_BLUETOOTH (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/samples/hidraw/ |
| D | hid-example.c | 172 case BUS_BLUETOOTH: in bus_str()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | input.h | 255 #define BUS_BLUETOOTH 0x05 macro
|
| /Linux-v5.15/drivers/hid/ |
| D | hid-playstation.c | 514 if (hdev->bus == BUS_BLUETOOTH) { in ps_get_report() 769 if (hdev->bus == BUS_BLUETOOTH) { in dualsense_init_output_report() 906 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT && in dualsense_parse_report()
|
| D | wacom_sys.c | 675 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data() 1132 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store() 2792 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe() 2820 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
|
| D | hid-multitouch.c | 224 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
|
| D | hid-core.c | 2002 case BUS_BLUETOOTH: in hid_connect()
|
| D | wacom_wac.c | 3563 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks() 4764 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
|
| /Linux-v5.15/net/bluetooth/hidp/ |
| D | core.c | 672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input() 777 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
|
| /Linux-v5.15/Documentation/hid/ |
| D | hidraw.rst | 92 - BUS_BLUETOOTH
|
| /Linux-v5.15/include/linux/ |
| D | hid.h | 684 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
|