Searched +full:fw +full:- +full:init +full:- +full:baudrate (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/bluetooth/nxp,88w8987-bt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 This binding describes UART-attached NXP bluetooth chips. These chips11 are dual-radio chips supporting WiFi and Bluetooth. The bluetooth12 works on standard H4 protocol over 4-wire UART. The RTS and CTS lines13 are used during FW download. To enable power save mode, the host14 asserts break signal over UART-TX line to put the chip into power save15 state. De-asserting break wakes up the BT chip.[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later105 /* Bluetooth vendor command : Set operational baudrate */174 const struct firmware *fw; member209 #define NXP_HDR_RX_TIMEOUT 0x0003 /* FW Header chunk not received */210 #define NXP_DATA_RX_TIMEOUT 0x0004 /* FW Data chunk not received */274 #define INIT 0x00000001 macro325 struct ps_data *psdata = &nxpdev->psdata; in nxp_drv_send_cmd()331 psdata->driver_sent_cmd = true; in nxp_drv_send_cmd()333 psdata->driver_sent_cmd = false; in nxp_drv_send_cmd()340 if (schedule_work(&nxpdev->tx_work)) in btnxpuart_tx_wakeup()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * HCI_IBS (HCI In-Band Sleep) is Qualcomm's power management13 * Written by Ohad Ben-Cohen <[email protected]>65 /* max retry count when init fails */246 if (hu->serdev) { in qca_soc_type()247 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_soc_type()249 soc_type = qsd->btsoc_type; in qca_soc_type()259 if (hu->serdev) { in qca_get_firmware_name()260 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_get_firmware_name()262 return qsd->firmware_name[0]; in qca_get_firmware_name()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later53 * struct bcm_device_data - device specific data54 * @no_early_set_baudrate: Disallow set baudrate before driver setup()55 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it57 * @max_autobaud_speed: max baudrate supported by device in autobaud mode58 * @max_speed: max baudrate supported69 * struct bcm_device - device driver resources94 * @init_speed: default baudrate of Bluetooth device;95 * the host UART is initially set to this baudrate so that97 * @oper_speed: preferred baudrate of Bluetooth device;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am6211 wifi_pwrseq: wifi-pwrseq {12 compatible = "mmc-pwrseq-simple";13 pinctrl-names = "default";14 pinctrl-0 = <&pinctrl_wifi_en>;15 reset-gpios = <&main_gpio0 22 GPIO_ACTIVE_LOW>;19 /* On-module Wi-Fi */21 pinctrl-names = "default";22 pinctrl-0 = <&pinctrl_sdhci2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * yam.c -- YAM radio modem driver.57 #include <linux/init.h>61 /* --------------------------------------------------------------------- */67 /* --------------------------------------------------------------------- */94 #define DEFAULT_PERS 64 /* 0->255 */99 int baudrate; member147 /* --------------------------------------------------------------------- */219 /* YAM Modem <-> UART Port mapping */326 return -1; in fpga_write()[all …]
1 // SPDX-License-Identifier: (GPL-2.0)7 /dts-v1/;9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/leds/common.h>21 stdout-path = &uart1;24 gpio-keys {25 compatible = "gpio-keys";26 pinctrl-names = "default";27 pinctrl-0 = <&pinctrl_gpio_keys>;[all …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nocmcff -- Disable firmware first mode for corrected28 nospcr -- disable console in ACPI SPCR table as45 If set to vendor, prefer vendor-specific driver[all …]