Home
last modified time | relevance | path

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

12345

/Linux-v5.4/net/bluetooth/
DMakefile6 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
DKconfig24 Bluetooth can be found at <http://www.bluetooth.com/>.
39 compile it as module (bluetooth).
56 source "net/bluetooth/rfcomm/Kconfig"
58 source "net/bluetooth/bnep/Kconfig"
60 source "net/bluetooth/cmtp/Kconfig"
62 source "net/bluetooth/hidp/Kconfig"
131 source "drivers/bluetooth/Kconfig"
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dnokia-bluetooth.txt4 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 */
Dmediatek-bluetooth.txt11 "mediatek,mt7622-bluetooth": for MT7622 SoC
29 bluetooth {
30 compatible = "mediatek,mt7622-bluetooth";
50 "mediatek,mt7663u-bluetooth": for MT7663U device
51 "mediatek,mt7668u-bluetooth": for MT7668U device
107 bluetooth {
108 compatible = "mediatek,mt7663u-bluetooth";
Dmarvell-bt-8xxx.txt1 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 {
Dqualcomm-bluetooth.txt40 bluetooth {
50 bluetooth {
Dmarvell-bluetooth.txt22 bluetooth {
Dbroadcom-bluetooth.txt39 bluetooth {
Dbtusb.txt25 irq will be enabled so that the bluetooth chip can wakeup host
/Linux-v5.4/arch/arm/boot/dts/
Dkirkwood-dreamplug.dts23 pmx_led_bluetooth: pmx-led-bluetooth {
88 bluetooth {
89 label = "dreamplug:blue:bluetooth";
Domap3-n950-n9.dtsi488 bluetooth {
489 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth";
493 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* 37 */
Ddove-d2plug.dts34 bluetooth-act {
Dimx7d-meerkat96.dts104 linux,default-trigger = "bluetooth-power";
174 bluetooth {
Dam335x-cm-t335.dts259 /* wl1271 bluetooth */
262 /* XDMA_EVENT_INTR0.gpio0_19 - bluetooth enable */
299 /* WLS1271 bluetooth */
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-hid2 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
Dsysfs-platform-asus-laptop36 What: /sys/devices/platform/asus_laptop/bluetooth
41 Control the bluetooth device. 1 means on, 0 means off.
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/
Dqcom,wcnss.txt32 The following properties are defined to the bluetooth node:
43 Definition: see Documentation/devicetree/bindings/net/bluetooth.txt
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dh1940.rst11 bluetooth connectivity.
/Linux-v5.4/sound/soc/samsung/
Dneo1973_wm8753.c274 SND_SOC_DAILINK_DEFS(bluetooth,
294 SND_SOC_DAILINK_REG(bluetooth),
/Linux-v5.4/drivers/staging/pi433/
DKconfig11 communicate between two systems without using ethernet or bluetooth
/Linux-v5.4/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu100-revC.dts82 linux,default-trigger = "bluetooth-power";
263 bluetooth {
/Linux-v5.4/drivers/platform/x86/
Dmsi-laptop.c235 static int get_wireless_state(int *wlan, int *bluetooth) in get_wireless_state() argument
247 if (bluetooth) in get_wireless_state()
248 *bluetooth = !!(rdata & 128); in get_wireless_state()
527 static DEVICE_ATTR(bluetooth, 0444, show_bluetooth, NULL);
Dsamsung-laptop.c340 struct samsung_rfkill bluetooth; member
948 if (samsung->bluetooth.rfkill) { in samsung_rfkill_exit()
949 rfkill_unregister(samsung->bluetooth.rfkill); in samsung_rfkill_exit()
950 rfkill_destroy(samsung->bluetooth.rfkill); in samsung_rfkill_exit()
951 samsung->bluetooth.rfkill = NULL; in samsung_rfkill_exit()
1017 ret = samsung_new_rfkill(samsung, &samsung->bluetooth, in samsung_rfkill_init_swsmi()
/Linux-v5.4/Documentation/ioctl/
Dioctl-number.rst151 'H' C0-F0 net/bluetooth/hci.h conflict!
152 'H' C0-DF net/bluetooth/hidp/hidp.h conflict!
153 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict!
154 'H' C0-DF net/bluetooth/bnep/bnep.h conflict!
182 'R' C0-DF net/bluetooth/rfcomm.h
194 'U' C0-CF drivers/bluetooth/hci_uart.h
/Linux-v5.4/net/
DMakefile35 obj-$(CONFIG_BT) += bluetooth/

12345