Home
last modified time | relevance | path

Searched +full:fw +full:- +full:init +full:- +full:baudrate (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/net/bluetooth/
Dnxp,88w8987-bt.yaml1 # 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 chips
11 are dual-radio chips supporting WiFi and Bluetooth. The bluetooth
12 works on standard H4 protocol over 4-wire UART. The RTS and CTS lines
13 are used during FW download. To enable power save mode, the host
14 asserts break signal over UART-TX line to put the chip into power save
15 state. De-asserting break wakes up the BT chip.
[all …]
/linux-6.14.4/drivers/bluetooth/
Dbtnxpuart.c1 // SPDX-License-Identifier: GPL-2.0-or-later
105 /* Bluetooth vendor command : Set operational baudrate */
174 const struct firmware *fw; member
209 #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 macro
325 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 …]
Dhci_qca.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * HCI_IBS (HCI In-Band Sleep) is Qualcomm's power management
13 * 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 …]
Dhci_bcm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
53 * struct bcm_device_data - device specific data
54 * @no_early_set_baudrate: Disallow set baudrate before driver setup()
55 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it
57 * @max_autobaud_speed: max baudrate supported by device in autobaud mode
58 * @max_speed: max baudrate supported
69 * struct bcm_device - device driver resources
94 * @init_speed: default baudrate of Bluetooth device;
95 * the host UART is initially set to this baudrate so that
97 * @oper_speed: preferred baudrate of Bluetooth device;
[all …]
/linux-6.14.4/arch/arm64/boot/dts/ti/
Dk3-am62-verdin-wifi.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62
11 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 …]
/linux-6.14.4/drivers/net/hamradio/
Dyam.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * yam.c -- YAM radio modem driver.
57 #include <linux/init.h>
61 /* --------------------------------------------------------------------- */
67 /* --------------------------------------------------------------------- */
94 #define DEFAULT_PERS 64 /* 0->255 */
99 int baudrate; member
147 /* --------------------------------------------------------------------- */
219 /* YAM Modem <-> UART Port mapping */
326 return -1; in fpga_write()
[all …]
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/
Dimx6sll-kobo-clara2e-common.dtsi1 // 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 …]
/linux-6.14.4/Documentation/admin-guide/
Dkernel-parameters.txt16 force -- enable ACPI if default was off
17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
18 off -- disable ACPI if default was on
19 noirq -- do not use ACPI for IRQ routing
20 strict -- Be less tolerant of platforms that are not
22 rsdt -- prefer RSDT over (default) XSDT
23 copy_dsdt -- copy DSDT to memory
24 nocmcff -- Disable firmware first mode for corrected
28 nospcr -- disable console in ACPI SPCR table as
45 If set to vendor, prefer vendor-specific driver
[all …]