Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/hidraw/
H A Dhid-example.c172 case BUS_BLUETOOTH: in bus_str()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h252 #define BUS_BLUETOOTH 0x05 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h252 #define BUS_BLUETOOTH 0x05 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h255 #define BUS_BLUETOOTH 0x05 macro
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-playstation.c538 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()
H A Dwacom_sys.c675 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data()
1132 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store()
2793 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe()
2820 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
H A Dhid-multitouch.c222 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
H A Dhid-core.c2005 case BUS_BLUETOOTH: in hid_connect()
H A Dwacom_wac.c3588 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks()
4790 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h785 #define BUS_BLUETOOTH 0x05 macro
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhidraw.rst91 - BUS_BLUETOOTH
/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dcore.c672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input()
777 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h681 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)