Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dhci_sysfs.c91 struct hci_conn *conn = container_of(work, struct hci_conn, work_add); in add_conn()
152 INIT_WORK(&conn->work_add, add_conn); in hci_conn_init_sysfs()
160 queue_work(conn->hdev->workqueue, &conn->work_add); in hci_conn_add_sysfs()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h239 struct work_struct work_add; member