Searched refs:bluetooth (Results 1 – 25 of 71) sorted by relevance
123
/Linux-v4.19/net/bluetooth/ |
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 \ 19 bluetooth-$(CONFIG_BT_BREDR) += sco.o 20 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o 21 bluetooth-$(CONFIG_BT_LEDS) += leds.o 22 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o 23 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
|
D | Kconfig | 22 Bluetooth can be found at <http://www.bluetooth.com/>. 37 compile it as module (bluetooth). 54 source "net/bluetooth/rfcomm/Kconfig" 56 source "net/bluetooth/bnep/Kconfig" 58 source "net/bluetooth/cmtp/Kconfig" 60 source "net/bluetooth/hidp/Kconfig" 129 source "drivers/bluetooth/Kconfig"
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | nokia-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 */
|
D | mediatek-bluetooth.txt | 11 "mediatek,mt7622-bluetooth": for MT7622 SoC 29 bluetooth { 30 compatible = "mediatek,mt7622-bluetooth";
|
D | marvell-bt-8xxx.txt | 1 Marvell 8897/8997 (sd8897/sd8997) bluetooth devices (SDIO or USB based) 20 - marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip. 32 bluetooth chip can wakeup host platform under certain 53 btmrvl: bluetooth@2 {
|
D | qualcomm-bluetooth.txt | 37 bluetooth { 46 bluetooth {
|
D | broadcom-bluetooth.txt | 31 bluetooth {
|
D | btusb.txt | 22 irq will be enabled so that the bluetooth chip can wakeup host
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | kirkwood-dreamplug.dts | 23 pmx_led_bluetooth: pmx-led-bluetooth { 88 bluetooth { 89 label = "dreamplug:blue:bluetooth";
|
D | omap3-n950-n9.dtsi | 478 bluetooth { 479 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth"; 483 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* 37 */
|
D | dove-d2plug.dts | 34 bluetooth-act {
|
D | bcm2837-rpi-3-b.dts | 66 bluetooth {
|
D | bcm2837-rpi-3-b-plus.dts | 96 bluetooth {
|
/Linux-v4.19/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
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,wcnss.txt | 32 The following properties are defined to the bluetooth node: 43 Definition: see Documentation/devicetree/bindings/net/bluetooth.txt
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | H1940.txt | 10 bluetooth connectivity.
|
/Linux-v4.19/drivers/staging/pi433/ |
D | Kconfig | 10 communicate between two systems without using ethernet or bluetooth
|
/Linux-v4.19/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zcu100-revC.dts | 82 linux,default-trigger = "bluetooth-power"; 262 bluetooth {
|
/Linux-v4.19/drivers/platform/x86/ |
D | msi-laptop.c | 248 static int get_wireless_state(int *wlan, int *bluetooth) in get_wireless_state() argument 260 if (bluetooth) in get_wireless_state() 261 *bluetooth = !!(rdata & 128); in get_wireless_state() 540 static DEVICE_ATTR(bluetooth, 0444, show_bluetooth, NULL);
|
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()
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 142 'H' C0-F0 net/bluetooth/hci.h conflict! 143 'H' C0-DF net/bluetooth/hidp/hidp.h conflict! 144 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict! 145 'H' C0-DF net/bluetooth/bnep/bnep.h conflict! 173 'R' C0-DF net/bluetooth/rfcomm.h 185 'U' C0-CF drivers/bluetooth/hci_uart.h
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | slave-device.txt | 40 bluetooth {
|
/Linux-v4.19/net/ |
D | Makefile | 35 obj-$(CONFIG_BT) += bluetooth/
|
123