Home
last modified time | relevance | path

Searched refs:mrvl_proto (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_mrvl.c383 static const struct hci_uart_proto mrvl_proto = { variable
407 return hci_uart_register_device(&mrvldev->hu, &mrvl_proto); in mrvl_serdev_probe()
438 return hci_uart_register_proto(&mrvl_proto); in mrvl_init()
445 return hci_uart_unregister_proto(&mrvl_proto); in mrvl_deinit()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_mrvl.c465 const struct hci_uart_proto *mrvl_proto = device_get_match_data(&serdev->dev); in mrvl_serdev_probe() local
471 mrvldev->hu.oper_speed = mrvl_proto->oper_speed; in mrvl_serdev_probe()
472 if (mrvl_proto->set_baudrate) in mrvl_serdev_probe()
478 return hci_uart_register_device(&mrvldev->hu, mrvl_proto); in mrvl_serdev_probe()

Completed in 3 milliseconds