Searched refs:klist_node_attached (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dklist.h53 extern int klist_node_attached(struct klist_node *n);
/linux-4.4.14/lib/
H A Dklist.c263 * klist_node_attached - Say whether a node is bound to a list or not.
266 int klist_node_attached(struct klist_node *n) klist_node_attached() function
270 EXPORT_SYMBOL_GPL(klist_node_attached); variable
/linux-4.4.14/drivers/base/
H A Ddd.c197 if (klist_node_attached(&dev->p->knode_driver)) { driver_bound()
550 if (klist_node_attached(&dev->p->knode_driver)) { __device_attach()
H A Dbus.c596 if (klist_node_attached(&dev->p->knode_bus)) bus_remove_device()
/linux-4.4.14/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1579 if (klist_node_attached(&device_data->list_node)) ux500_cryp_remove()
1626 if (klist_node_attached(&device_data->list_node)) ux500_cryp_shutdown()
/linux-4.4.14/drivers/crypto/ux500/hash/
H A Dhash_core.c1788 if (klist_node_attached(&device_data->list_node)) ux500_hash_remove()
1837 if (klist_node_attached(&device_data->list_node)) ux500_hash_shutdown()

Completed in 231 milliseconds