Home
last modified time | relevance | path

Searched refs:rfcomm_sock_debugfs (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/bluetooth/rfcomm/
Dsock.c1014 static struct dentry *rfcomm_sock_debugfs; variable
1055 rfcomm_sock_debugfs = debugfs_create_file("rfcomm", 0444, in rfcomm_init_sockets()
1057 if (!rfcomm_sock_debugfs) in rfcomm_init_sockets()
1073 debugfs_remove(rfcomm_sock_debugfs); in rfcomm_cleanup_sockets()