| /linux/net/bluetooth/ |
| H A D | Makefile | 6 obj-$(CONFIG_BT) += bluetooth.o 15 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \ 20 bluetooth-$(CONFIG_DEV_COREDUMP) += coredump.o 22 bluetooth-$(CONFIG_BT_BREDR) += sco.o 23 bluetooth-$(CONFIG_BT_LE) += iso.o 24 bluetooth-$(CONFIG_BT_LEDS) += leds.o 25 bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o 26 bluetooth-$(CONFIG_BT_AOSPEXT) += aosp.o 27 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o 28 bluetooth [all...] |
| H A D | Kconfig | 24 Bluetooth can be found at <https://www.bluetooth.com/>. 40 compile it as module (bluetooth). 57 source "net/bluetooth/rfcomm/Kconfig" 59 source "net/bluetooth/bnep/Kconfig" 61 source "net/bluetooth/cmtp/Kconfig" 63 source "net/bluetooth/hidp/Kconfig" 81 This can be overridden by passing bluetooth.enable_ecred=[1|0] 155 source "drivers/bluetooth/Kconfig"
|
| /linux/Documentation/devicetree/bindings/net/bluetooth/ |
| H A D | nokia,h4p-bluetooth.txt | 4 Nokia phones often come with UART connected bluetooth chips from different 13 - compatible: should contain "nokia,h4p-bluetooth" as well as one of the following: 15 * "ti,wl1271-bluetooth-nokia" 17 - bluetooth-wakeup-gpios: GPIO specifier, used to wakeup the BT module (active high) 41 bluetooth { 42 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth"; 46 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* gpio37 */
|
| H A D | mediatek,bluetooth.txt | 14 "mediatek,mt7663u-bluetooth": for MT7663U device 15 "mediatek,mt7668u-bluetooth": for MT7668U device 71 bluetooth { 72 compatible = "mediatek,mt7663u-bluetooth";
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8183-kukui-jacuzzi-pico6.dts | 83 bluetooth@2 { 85 compatible = "mediatek,mt7921s-bluetooth"; 108 /delete-node/ &bluetooth;
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-dreamplug.dts | 23 pmx_led_bluetooth: pmx-led-bluetooth { 88 led-bluetooth { 89 label = "dreamplug:blue:bluetooth";
|
| H A D | dove-d2plug.dts | 34 led-bluetooth-act {
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron-broadcom-bluetooth.dtsi | 3 * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth 10 bluetooth {
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-bluetooth | 1 What: /sys/class/bluetooth/hci<index>/reset 4 Contact: linux-bluetooth@vger.kernel.org
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid | 2 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_descriptor 13 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
|
| H A D | sysfs-platform-asus-laptop | 41 What: /sys/devices/platform/asus_laptop/bluetooth 46 Control the bluetooth device. 1 means on, 0 means off.
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-sancloud-bbe-extended-wifi.dts | 56 bluetooth_pins: bluetooth-pins { 103 bluetooth {
|
| H A D | omap3-n950-n9.dtsi | 486 bluetooth { 487 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth"; 491 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* 37 */
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-orangepi-5-compact.dtsi | 91 wireless-bluetooth { 143 bluetooth {
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12a-fbx8am-realtek.dtso | 11 bluetooth {
|
| H A D | meson-g12a-fbx8am-brcm.dtso | 11 bluetooth {
|
| H A D | meson-axg-jethome-jethub-j100.dts | 36 bluetooth {
|
| H A D | meson-axg-jethome-jethub-j110-rev-2.dts | 31 bluetooth {
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm283x-rpi-wifi-bt.dtsi | 30 bt: bluetooth {
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7280-idp2.dts | 26 &bluetooth {
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h6-tanix-tx6.dts | 23 bluetooth {
|
| H A D | sun50i-h6-pine-h64-model-b.dts | 44 bluetooth {
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62p-verdin-wifi.dtsi | 17 bluetooth {
|
| H A D | k3-am62-verdin-wifi.dtsi | 40 bluetooth {
|
| /linux/drivers/platform/x86/ |
| H A D | msi-laptop.c | 233 static int get_wireless_state(int *wlan, int *bluetooth) in get_wireless_state() argument 245 if (bluetooth) in get_wireless_state() 246 *bluetooth = !!(rdata & 128); in get_wireless_state() 525 static DEVICE_ATTR(bluetooth, 0444, show_bluetooth, NULL);
|