Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dklist.c265 int klist_node_attached(struct klist_node *n) in klist_node_attached() function
269 EXPORT_SYMBOL_GPL(klist_node_attached);
/OK3568_Linux_fs/kernel/include/linux/
H A Dklist.h51 extern int klist_node_attached(struct klist_node *n);
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1426 if (klist_node_attached(&device_data->list_node)) in ux500_cryp_remove()
1473 if (klist_node_attached(&device_data->list_node)) in ux500_cryp_shutdown()
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c1793 if (klist_node_attached(&device_data->list_node)) in ux500_hash_remove()
1842 if (klist_node_attached(&device_data->list_node)) in ux500_hash_shutdown()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c357 return dev->p && klist_node_attached(&dev->p->knode_driver); in device_is_bound()
H A Dbus.c528 if (klist_node_attached(&dev->p->knode_bus)) in bus_remove_device()