/linux-4.1.27/net/bluetooth/ |
D | Makefile | 5 obj-$(CONFIG_BT) += bluetooth.o 14 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \ 18 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o 19 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
|
D | Kconfig | 21 Bluetooth can be found at <http://www.bluetooth.com/>. 36 compile it as module (bluetooth). 48 source "net/bluetooth/rfcomm/Kconfig" 50 source "net/bluetooth/bnep/Kconfig" 52 source "net/bluetooth/cmtp/Kconfig" 54 source "net/bluetooth/hidp/Kconfig" 102 source "drivers/bluetooth/Kconfig"
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-dreamplug.dts | 22 pmx_led_bluetooth: pmx-led-bluetooth { 87 bluetooth { 88 label = "dreamplug:blue:bluetooth";
|
D | dove-d2plug.dts | 33 bluetooth-act {
|
D | omap3-pandora-common.dtsi | 63 label = "pandora::bluetooth"; 480 /* bluetooth*/ 606 /* bluetooth */
|
D | sun8i-a23-ippo-q8h-v1.2.dts | 50 * dtb file since some gpio-s surrounding the wlan/bluetooth are different,
|
D | omap4-duovero.dtsi | 193 /* on-board bluetooth / WiFi module */
|
D | imx6sx-sdb.dtsi | 260 &uart5 { /* for bluetooth */
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid | 2 …For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_de… 13 For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
|
D | sysfs-platform-asus-laptop | 36 What: /sys/devices/platform/asus_laptop/bluetooth 41 Control the bluetooth device. 1 means on, 0 means off.
|
D | sysfs-driver-wacom | 4 Contact: linux-bluetooth@vger.kernel.org 7 controls reporting speed of Wacom bluetooth tablet. Reading
|
D | sysfs-platform-msi-laptop | 24 What: /sys/devices/platform/msi-laptop-pf/bluetooth
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | H1940.txt | 10 bluetooth connectivity.
|
/linux-4.1.27/drivers/platform/x86/ |
D | msi-laptop.c | 247 static int get_wireless_state(int *wlan, int *bluetooth) in get_wireless_state() argument 259 if (bluetooth) in get_wireless_state() 260 *bluetooth = !!(rdata & 128); in get_wireless_state() 539 static DEVICE_ATTR(bluetooth, 0444, show_bluetooth, NULL);
|
D | asus-wmi.c | 201 struct asus_rfkill bluetooth; member 921 if (asus->bluetooth.rfkill) { in asus_wmi_rfkill_exit() 922 rfkill_unregister(asus->bluetooth.rfkill); in asus_wmi_rfkill_exit() 923 rfkill_destroy(asus->bluetooth.rfkill); in asus_wmi_rfkill_exit() 924 asus->bluetooth.rfkill = NULL; in asus_wmi_rfkill_exit() 961 result = asus_new_rfkill(asus, &asus->bluetooth, in asus_wmi_rfkill_init() 1871 if (asus->bluetooth.rfkill) { in asus_hotk_restore() 1874 rfkill_set_sw_state(asus->bluetooth.rfkill, bl); in asus_hotk_restore()
|
D | samsung-laptop.c | 344 struct samsung_rfkill bluetooth; member 952 if (samsung->bluetooth.rfkill) { in samsung_rfkill_exit() 953 rfkill_unregister(samsung->bluetooth.rfkill); in samsung_rfkill_exit() 954 rfkill_destroy(samsung->bluetooth.rfkill); in samsung_rfkill_exit() 955 samsung->bluetooth.rfkill = NULL; in samsung_rfkill_exit() 1021 ret = samsung_new_rfkill(samsung, &samsung->bluetooth, in samsung_rfkill_init_swsmi()
|
D | asus-laptop.c | 284 struct asus_rfkill bluetooth; member 1064 static DEVICE_ATTR_RW(bluetooth); 1360 asus_rfkill_terminate(&asus->bluetooth); in asus_rfkill_exit() 1414 result = asus_rfkill_setup(asus, &asus->bluetooth, in asus_rfkill_init() 1473 ret = pega_rfkill_setup(asus, &asus->bluetooth, "pega-bt", in pega_rfkill_init()
|
D | Kconfig | 33 wireless radio and bluetooth control, and on some laptops, 200 This is a driver for the WMI extensions (wireless and bluetooth power 543 like wireless radio and bluetooth control, leds, hotkeys, backlight... 556 like wireless radio and bluetooth control, leds, hotkeys, backlight...
|
D | thinkpad_acpi.c | 300 u32 bluetooth:1; member 4260 tp_features.bluetooth = hkey_handle && in bluetooth_init() 4265 str_supported(tp_features.bluetooth), in bluetooth_init() 4270 tp_features.bluetooth = 1; in bluetooth_init() 4274 if (tp_features.bluetooth && in bluetooth_init() 4277 tp_features.bluetooth = 0; in bluetooth_init() 4282 if (!tp_features.bluetooth) in bluetooth_init() 9334 TPACPI_PARAM(bluetooth);
|
D | acer-wmi.c | 292 u8 bluetooth; member 699 switch (quirks->bluetooth) { in AMW0_get_u32()
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 137 'H' C0-F0 net/bluetooth/hci.h conflict! 138 'H' C0-DF net/bluetooth/hidp/hidp.h conflict! 139 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict! 140 'H' C0-DF net/bluetooth/bnep/bnep.h conflict! 166 'R' C0-DF net/bluetooth/rfcomm.h 178 'U' C0-CF drivers/bluetooth/hci_uart.h
|
/linux-4.1.27/net/ |
D | Makefile | 34 obj-$(CONFIG_BT) += bluetooth/
|
D | Kconfig | 348 source "net/bluetooth/Kconfig"
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,cygnus-gpio.txt | 94 bluetooth {
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 30 Description: Driver type string ("wlan", "bluetooth", etc).
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Makefile | 54 obj-$(CONFIG_H1940BT) += h1940-bluetooth.o
|
D | Kconfig | 224 tristate "Control the state of H1940 bluetooth chip" 229 the state of built in bluetooth chip on h1940.
|
/linux-4.1.27/drivers/ |
D | Makefile | 112 obj-$(CONFIG_BT) += bluetooth/
|
/linux-4.1.27/Documentation/zh_CN/ |
D | magic-number.txt | 91 RFCOMM_TTY_MAGIC 0x6d02 net/bluetooth/rfcomm/tty.c
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 13 bool "Atheros bluetooth coexistence support"
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Kconfig | 531 tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" 536 the state of built in bluetooth chip on tosa.
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 54 bluetoothpower power on/off the internal bluetooth device
|
D | sonypi.txt | 20 - bluetooth button (only on C1VR model)
|
D | asus-laptop.txt | 86 You can turn the internal Bluetooth adapter on/off with the bluetooth entry
|
D | thinkpad-acpi.txt | 577 procfs: /proc/acpi/ibm/bluetooth 591 echo enable > /proc/acpi/ibm/bluetooth 592 echo disable > /proc/acpi/ibm/bluetooth 1409 (bluetooth, WWAN, UWB...)
|
/linux-4.1.27/Documentation/ |
D | magic-number.txt | 91 RFCOMM_TTY_MAGIC 0x6d02 net/bluetooth/rfcomm/tty.c
|
D | kernel-parameters.txt | 3276 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 235 tristate "ELECOM BM084 bluetooth mouse" 238 Support for the ELECOM BM084 (bluetooth mouse).
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 316 (FIXME: not yet done, similar to bluetooth pairing), then we do the key
|
D | power-management.txt | 680 bluetooth that can be disconnected via an external
|
/linux-4.1.27/ |
D | MAINTAINERS | 156 L: linux-bluetooth@vger.kernel.org 2071 L: linux-bluetooth@vger.kernel.org 2073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git 2074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 2076 F: drivers/bluetooth/ 2082 L: linux-bluetooth@vger.kernel.org 2084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git 2085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 2087 F: net/bluetooth/ 2088 F: include/net/bluetooth/
|