Home
last modified time | relevance | path

Searched refs:init_speed (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c68 int init_speed; member
177 u->init_speed, in realtek_init()
260 if (set_speed(fd, &ti, u->init_speed) < 0) { in init_uart()
366 int init_speed = 0; in main() local
400 init_speed = atoi(optarg); in main()
506 if (init_speed) in main()
507 u->init_speed = init_speed; in main()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach.c59 int init_speed; member
634 u->speed, u->init_speed);
635 u->speed = u->init_speed;
639 u->speed, u->init_speed);
640 u->speed = u->init_speed;
642 if (u->speed == u->init_speed)
1038 … init uart with init speed:%d, final_speed:%d, type:HCI UART %s\n", u->init_speed, u->speed, (u->p… in realtek_init()
1188 if (set_speed(fd, &ti, u->init_speed) < 0) { in init_uart()
1247 int init_speed = 0; in main() local
1278 init_speed = atoi(optarg); in main()
[all …]
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_uart.h52 unsigned int init_speed; member
81 unsigned int init_speed; member
109 void hci_uart_set_speeds(struct hci_uart *hu, unsigned int init_speed,
H A Dhci_intel.c536 unsigned int init_speed, oper_speed; in intel_setup() local
553 if (hu->init_speed) in intel_setup()
554 init_speed = hu->init_speed; in intel_setup()
556 init_speed = hu->proto->init_speed; in intel_setup()
563 if (oper_speed && init_speed && oper_speed != init_speed) in intel_setup()
792 err = intel_set_baudrate(hu, init_speed); in intel_setup()
1047 .init_speed = 115200,
H A Dhci_bcm.c117 u32 init_speed; member
468 hu->init_speed = bcm->dev->init_speed; in bcm_open()
573 if (hu->init_speed) in bcm_setup()
574 speed = hu->init_speed; in bcm_setup()
575 else if (hu->proto->init_speed) in bcm_setup()
576 speed = hu->proto->init_speed; in bcm_setup()
923 dev->init_speed = sb->default_baud_rate; in bcm_resource()
965 dev->init_speed = *(u64 *)obj->buffer.pointer; in bcm_apple_get_resources()
1221 .init_speed = 115200,
1455 bcmdev->oper_speed = bcmdev->init_speed; in bcm_serdev_probe()
H A Dhci_serdev.c187 if (hu->init_speed) in hci_uart_setup()
188 speed = hu->init_speed; in hci_uart_setup()
189 else if (hu->proto->init_speed) in hci_uart_setup()
190 speed = hu->proto->init_speed; in hci_uart_setup()
H A Dhci_ldisc.c371 void hci_uart_set_speeds(struct hci_uart *hu, unsigned int init_speed, in hci_uart_set_speeds() argument
374 hu->init_speed = init_speed; in hci_uart_set_speeds()
403 if (hu->init_speed) in hci_uart_setup()
404 speed = hu->init_speed; in hci_uart_setup()
405 else if (hu->proto->init_speed) in hci_uart_setup()
406 speed = hu->proto->init_speed; in hci_uart_setup()
H A Dhci_qca.c219 u32 init_speed; member
603 hu->init_speed = qcadev->init_speed; in qca_open()
1366 if (hu->init_speed) in qca_get_speed()
1367 speed = hu->init_speed; in qca_get_speed()
1368 else if (hu->proto->init_speed) in qca_get_speed()
1369 speed = hu->proto->init_speed; in qca_get_speed()
1755 .init_speed = 115200,
H A Dhci_mrvl.c386 .init_speed = 115200,
/OK3568_Linux_fs/buildroot/package/bluez5_utils/
H A D0004-OK3568-hciattach-fix.patch19 + u->speed = u->init_speed;
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-proc.c207 ide_devset_rw_field(init_speed, init_speed);
213 IDE_PROC_DEVSET(init_speed, 0, 70),
H A Dide-iops.c435 if (!drive->init_speed) in ide_config_drive_speed()
436 drive->init_speed = speed; in ide_config_drive_speed()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h560 u8 init_speed; /* transfer rate set at boot */ member