Searched refs:BUS_BLUETOOTH (Results 1 - 9 of 9) sorted by relevance

/linux-master/samples/hidraw/
H A Dhid-example.c172 case BUS_BLUETOOTH:
/linux-master/include/uapi/linux/
H A Dinput.h258 #define BUS_BLUETOOTH 0x05 macro
/linux-master/drivers/hid/
H A Dhid-playstation.c763 if (hdev->bus == BUS_BLUETOOTH && check_crc) {
1179 if (hdev->bus == BUS_BLUETOOTH) {
1329 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT &&
2084 if (hdev->bus == BUS_BLUETOOTH) {
2198 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS4_INPUT_REPORT_BT &&
H A Dwacom_sys.c673 if (hdev->bus == BUS_BLUETOOTH)
1127 if (hdev->bus == BUS_BLUETOOTH) {
2850 if (hdev->bus == BUS_BLUETOOTH) {
2879 if (hdev->bus == BUS_BLUETOOTH)
H A Dhid-multitouch.c226 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
H A Dhid-core.c2246 case BUS_BLUETOOTH:
H A Dwacom_wac.c3699 if (wacom->hdev->bus == BUS_BLUETOOTH)
4907 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
/linux-master/net/bluetooth/hidp/
H A Dcore.c672 input->id.bustype = BUS_BLUETOOTH;
776 hid->bus = BUS_BLUETOOTH;
/linux-master/include/linux/
H A Dhid.h745 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)

Completed in 220 milliseconds