예제 #1
0
int __exit h4_deinit(void)
{
	return hci_uart_unregister_proto(&h4p);
}
예제 #2
0
파일: hci_ath.c 프로젝트: 08opt/linux
int __exit ath_deinit(void)
{
	return hci_uart_unregister_proto(&athp);
}
예제 #3
0
int __exit ath_deinit(void)
{
    platform_driver_unregister(&bluesleep_driver);

    return hci_uart_unregister_proto(&athp);
}
예제 #4
0
파일: hci_qca.c 프로젝트: hellocccat/ath
int __exit qca_deinit(void)
{
	return hci_uart_unregister_proto(&qca_proto);
}
예제 #5
0
파일: hci_qca.c 프로젝트: Anjali05/linux
int __exit qca_deinit(void)
{
	serdev_device_driver_unregister(&qca_serdev_driver);

	return hci_uart_unregister_proto(&qca_proto);
}