コード例 #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;
}