Searched refs:bluetooth (Results 1 – 25 of 233) sorted by relevance
12345678910
| /Linux-v6.1/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 \ 20 bluetooth-$(CONFIG_BT_BREDR) += sco.o 21 bluetooth-$(CONFIG_BT_LE) += iso.o 22 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o 23 bluetooth-$(CONFIG_BT_LEDS) += leds.o 24 bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o 25 bluetooth-$(CONFIG_BT_AOSPEXT) += aosp.o 26 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o 27 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
|
| 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" 152 source "drivers/bluetooth/Kconfig"
|
| /Linux-v6.1/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"; 50 "mediatek,mt7663u-bluetooth": for MT7663U device 51 "mediatek,mt7668u-bluetooth": for MT7668U device 107 bluetooth { 108 compatible = "mediatek,mt7663u-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 {
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | rk3288-veyron-broadcom-bluetooth.dtsi | 3 * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth 10 bluetooth {
|
| D | kirkwood-dreamplug.dts | 23 pmx_led_bluetooth: pmx-led-bluetooth { 88 bluetooth { 89 label = "dreamplug:blue:bluetooth";
|
| D | bcm283x-rpi-wifi-bt.dtsi | 30 bt: bluetooth {
|
| 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 */
|
| D | dove-d2plug.dts | 34 bluetooth-act {
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| 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
|
| 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-v6.1/arch/arm64/boot/dts/qcom/ |
| D | sc7280-idp2.dts | 26 &bluetooth {
|
| /Linux-v6.1/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-h6-tanix-tx6.dts | 23 bluetooth {
|
| D | sun50i-h6-pine-h64-model-b.dts | 44 bluetooth {
|
| /Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
| D | meson-axg-jethome-jethub-j100.dts | 36 bluetooth {
|
| D | meson-axg-jethome-jethub-j110-rev-2.dts | 31 bluetooth {
|
| D | meson-gxbb-kii-pro.dts | 48 bluetooth {
|
| /Linux-v6.1/sound/soc/samsung/ |
| D | neo1973_wm8753.c | 272 SND_SOC_DAILINK_DEFS(bluetooth, 292 SND_SOC_DAILINK_REG(bluetooth),
|
| /Linux-v6.1/Documentation/arm/samsung-s3c24xx/ |
| D | h1940.rst | 11 bluetooth connectivity.
|
| /Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
| D | rk3399-rock-pi-4b.dts | 36 bluetooth {
|
| D | rk3399-rock-pi-4b-plus.dts | 48 bluetooth {
|
| D | rk3399-rock-pi-4c.dts | 48 bluetooth {
|
| /Linux-v6.1/drivers/staging/pi433/ |
| D | Kconfig | 11 communicate between two systems without using ethernet or bluetooth
|
| /Linux-v6.1/drivers/platform/x86/ |
| 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);
|
12345678910