Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
hci_sysfs.c File Reference
#include <linux/debugfs.h>
#include <linux/module.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

Go to the source code of this file.

Macros

#define LINK_ATTR(_name, _mode, _show, _store)   struct device_attribute link_attr_##_name = __ATTR(_name, _mode, _show, _store)
 

Functions

 EXPORT_SYMBOL_GPL (bt_debugfs)
 
void hci_conn_init_sysfs (struct hci_conn *conn)
 
void hci_conn_add_sysfs (struct hci_conn *conn)
 
void hci_conn_del_sysfs (struct hci_conn *conn)
 
 DEFINE_SIMPLE_ATTRIBUTE (auto_accept_delay_fops, auto_accept_delay_get, auto_accept_delay_set,"%llu\n")
 
void hci_init_sysfs (struct hci_dev *hdev)
 
int hci_add_sysfs (struct hci_dev *hdev)
 
void hci_del_sysfs (struct hci_dev *hdev)
 
int __init bt_sysfs_init (void)
 
void bt_sysfs_cleanup (void)
 

Variables

struct dentrybt_debugfs
 

Macro Definition Documentation

#define LINK_ATTR (   _name,
  _mode,
  _show,
  _store 
)    struct device_attribute link_attr_##_name = __ATTR(_name, _mode, _show, _store)

Definition at line 56 of file hci_sysfs.c.

Function Documentation

void bt_sysfs_cleanup ( void  )

Definition at line 599 of file hci_sysfs.c.

int __init bt_sysfs_init ( void  )

Definition at line 588 of file hci_sysfs.c.

DEFINE_SIMPLE_ATTRIBUTE ( auto_accept_delay_fops  ,
auto_accept_delay_get  ,
auto_accept_delay_set  ,
"%llu\n"   
)
EXPORT_SYMBOL_GPL ( bt_debugfs  )
int hci_add_sysfs ( struct hci_dev hdev)

Definition at line 546 of file hci_sysfs.c.

void hci_conn_add_sysfs ( struct hci_conn conn)

Definition at line 114 of file hci_sysfs.c.

void hci_conn_del_sysfs ( struct hci_conn conn)

Definition at line 130 of file hci_sysfs.c.

void hci_conn_init_sysfs ( struct hci_conn conn)

Definition at line 101 of file hci_sysfs.c.

void hci_del_sysfs ( struct hci_dev hdev)

Definition at line 579 of file hci_sysfs.c.

void hci_init_sysfs ( struct hci_dev hdev)

Definition at line 535 of file hci_sysfs.c.

Variable Documentation

struct dentry* bt_debugfs

Definition at line 11 of file hci_sysfs.c.