Home
last modified time | relevance | path

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

/openbmc/linux/samples/hidraw/
H A Dhid-example.c172 case BUS_BLUETOOTH: in bus_str()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h255 #define BUS_BLUETOOTH 0x05 macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h258 #define BUS_BLUETOOTH 0x05 macro
/openbmc/linux/drivers/hid/
H A Dhid-playstation.c763 if (hdev->bus == BUS_BLUETOOTH && check_crc) { in ps_get_report()
1179 if (hdev->bus == BUS_BLUETOOTH) { in dualsense_init_output_report()
1329 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS_INPUT_REPORT_BT && in dualsense_parse_report()
2084 if (hdev->bus == BUS_BLUETOOTH) { in dualshock4_init_output_report()
2198 } else if (hdev->bus == BUS_BLUETOOTH && report->id == DS4_INPUT_REPORT_BT && in dualshock4_parse_report()
H A Dwacom_sys.c673 if (hdev->bus == BUS_BLUETOOTH) in _wacom_query_tablet_data()
1127 if (hdev->bus == BUS_BLUETOOTH) { in wacom_button_image_store()
2842 if (hdev->bus == BUS_BLUETOOTH) { in wacom_probe()
2871 if (hdev->bus == BUS_BLUETOOTH) in wacom_remove()
H A Dhid-multitouch.c227 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p)
2089 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH_WIN_8,
H A Dwacom_wac.c3689 if (wacom->hdev->bus == BUS_BLUETOOTH) in wacom_setup_device_quirks()
4897 HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_WACOM, USB_VENDOR_ID_WACOM, prod),\
H A Dhid-core.c2245 case BUS_BLUETOOTH: in hid_connect()
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c672 input->id.bustype = BUS_BLUETOOTH; in hidp_setup_input()
776 hid->bus = BUS_BLUETOOTH; in hidp_setup_hid()
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst92 - BUS_BLUETOOTH
/openbmc/linux/include/linux/
H A Dhid.h745 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)