int __exit h4_deinit(void)
{
	return hci_uart_unregister_proto(&h4p);
}
Exemple #2
0
int __exit ath_deinit(void)
{
	return hci_uart_unregister_proto(&athp);
}
int __exit ath_deinit(void)
{
    platform_driver_unregister(&bluesleep_driver);

    return hci_uart_unregister_proto(&athp);
}
Exemple #4
0
int __exit qca_deinit(void)
{
	return hci_uart_unregister_proto(&qca_proto);
}
Exemple #5
0
int __exit qca_deinit(void)
{
	serdev_device_driver_unregister(&qca_serdev_driver);

	return hci_uart_unregister_proto(&qca_proto);
}