示例#1
0
文件: dtl1_cs.c 项目: 24hours/linux
static int dtl1_hci_close(struct hci_dev *hdev)
{
	if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags)))
		return 0;

	dtl1_hci_flush(hdev);

	return 0;
}
示例#2
0
文件: dtl1_cs.c 项目: 0-T-0/ps4-linux
static int dtl1_hci_close(struct hci_dev *hdev)
{
	dtl1_hci_flush(hdev);

	return 0;
}