Home
last modified time | relevance | path

Searched refs:bluetooth (Results 1 – 41 of 41) sorted by relevance

/linux-4.1.27/net/bluetooth/
DMakefile5 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
DKconfig21 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/
Dkirkwood-dreamplug.dts22 pmx_led_bluetooth: pmx-led-bluetooth {
87 bluetooth {
88 label = "dreamplug:blue:bluetooth";
Ddove-d2plug.dts33 bluetooth-act {
Domap3-pandora-common.dtsi63 label = "pandora::bluetooth";
480 /* bluetooth*/
606 /* bluetooth */
Dsun8i-a23-ippo-q8h-v1.2.dts50 * dtb file since some gpio-s surrounding the wlan/bluetooth are different,
Domap4-duovero.dtsi193 /* on-board bluetooth / WiFi module */
Dimx6sx-sdb.dtsi260 &uart5 { /* for bluetooth */
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid2 …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
Dsysfs-platform-asus-laptop36 What: /sys/devices/platform/asus_laptop/bluetooth
41 Control the bluetooth device. 1 means on, 0 means off.
Dsysfs-driver-wacom4 Contact: linux-bluetooth@vger.kernel.org
7 controls reporting speed of Wacom bluetooth tablet. Reading
Dsysfs-platform-msi-laptop24 What: /sys/devices/platform/msi-laptop-pf/bluetooth
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DH1940.txt10 bluetooth connectivity.
/linux-4.1.27/drivers/platform/x86/
Dmsi-laptop.c247 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);
Dasus-wmi.c201 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()
Dsamsung-laptop.c344 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()
Dasus-laptop.c284 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()
DKconfig33 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...
Dthinkpad_acpi.c300 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);
Dacer-wmi.c292 u8 bluetooth; member
699 switch (quirks->bluetooth) { in AMW0_get_u32()
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt137 '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/
DMakefile34 obj-$(CONFIG_BT) += bluetooth/
DKconfig348 source "net/bluetooth/Kconfig"
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dbrcm,cygnus-gpio.txt94 bluetooth {
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-rfkill30 Description: Driver type string ("wlan", "bluetooth", etc).
/linux-4.1.27/arch/arm/mach-s3c24xx/
DMakefile54 obj-$(CONFIG_H1940BT) += h1940-bluetooth.o
DKconfig224 tristate "Control the state of H1940 bluetooth chip"
229 the state of built in bluetooth chip on h1940.
/linux-4.1.27/drivers/
DMakefile112 obj-$(CONFIG_BT) += bluetooth/
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt91 RFCOMM_TTY_MAGIC 0x6d02 net/bluetooth/rfcomm/tty.c
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
DKconfig13 bool "Atheros bluetooth coexistence support"
/linux-4.1.27/arch/arm/mach-pxa/
DKconfig531 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/
Dsony-laptop.txt54 bluetoothpower power on/off the internal bluetooth device
Dsonypi.txt20 - bluetooth button (only on C1VR model)
Dasus-laptop.txt86 You can turn the internal Bluetooth adapter on/off with the bluetooth entry
Dthinkpad-acpi.txt577 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/
Dmagic-number.txt91 RFCOMM_TTY_MAGIC 0x6d02 net/bluetooth/rfcomm/tty.c
Dkernel-parameters.txt3276 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
/linux-4.1.27/drivers/hid/
DKconfig235 tristate "ELECOM BM084 bluetooth mouse"
238 Support for the ELECOM BM084 (bluetooth mouse).
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt316 (FIXME: not yet done, similar to bluetooth pairing), then we do the key
Dpower-management.txt680 bluetooth that can be disconnected via an external
/linux-4.1.27/
DMAINTAINERS156 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/