discov_timeout    350 include/net/bluetooth/hci_core.h 	__u16			discov_timeout;
discov_timeout   1693 net/bluetooth/hci_core.c 	if (hdev->discov_timeout > 0) {
discov_timeout   1694 net/bluetooth/hci_core.c 		hdev->discov_timeout = 0;
discov_timeout    364 net/bluetooth/hci_event.c 		hdev->discov_timeout = 0;
discov_timeout   2726 net/bluetooth/hci_request.c 	hdev->discov_timeout = 0;
discov_timeout   1319 net/bluetooth/mgmt.c 	    hdev->discov_timeout > 0) {
discov_timeout   1320 net/bluetooth/mgmt.c 		int to = msecs_to_jiffies(hdev->discov_timeout * 1000);
discov_timeout   1414 net/bluetooth/mgmt.c 		hdev->discov_timeout = timeout;
discov_timeout   1416 net/bluetooth/mgmt.c 		if (cp->val && hdev->discov_timeout > 0) {
discov_timeout   1417 net/bluetooth/mgmt.c 			int to = msecs_to_jiffies(hdev->discov_timeout * 1000);
discov_timeout   1437 net/bluetooth/mgmt.c 	hdev->discov_timeout = timeout;
discov_timeout   1556 net/bluetooth/mgmt.c 		if (hdev->discov_timeout > 0)