Searched refs:BUS_BLUETOOTH (Results 1 – 10 of 10) sorted by relevance
/linux/samples/hidraw/ |
A D | hid-example.c | 172 case BUS_BLUETOOTH: in bus_str()
|
/linux/include/uapi/linux/ |
A D | input.h | 255 #define BUS_BLUETOOTH 0x05 macro
|
/linux/drivers/hid/ |
A D | hid-playstation.c | 527 if (hdev->bus == BUS_BLUETOOTH) { in ps_get_report() 894 if (hdev->bus == BUS_BLUETOOTH) { in dualsense_init_output_report() 1031 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT && in dualsense_parse_report()
|
A D | wacom_sys.c | 675 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data() 1129 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store() 2796 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe() 2824 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
|
A D | hid-multitouch.c | 225 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
|
A D | hid-core.c | 2002 case BUS_BLUETOOTH: in hid_connect()
|
A D | wacom_wac.c | 3569 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks() 4770 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
|
/linux/net/bluetooth/hidp/ |
A D | core.c | 672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input() 777 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
|
/linux/Documentation/hid/ |
A D | hidraw.rst | 92 - BUS_BLUETOOTH
|
/linux/include/linux/ |
A D | hid.h | 684 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
|
Completed in 37 milliseconds