Searched refs:BUS_BLUETOOTH (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/samples/hidraw/ |
D | hid-example.c | 172 case BUS_BLUETOOTH: in bus_str()
|
/linux-6.1.9/include/uapi/linux/ |
D | input.h | 258 #define BUS_BLUETOOTH 0x05 macro
|
/linux-6.1.9/drivers/hid/ |
D | hid-playstation.c | 538 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()
|
D | wacom_sys.c | 673 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()
|
D | hid-multitouch.c | 226 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
|
D | wacom_wac.c | 3685 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks() 4893 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
|
D | hid-core.c | 2221 case BUS_BLUETOOTH: in hid_connect()
|
/linux-6.1.9/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-6.1.9/Documentation/hid/ |
D | hidraw.rst | 92 - BUS_BLUETOOTH
|
/linux-6.1.9/include/linux/ |
D | hid.h | 708 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
|