Searched refs:nx_check_prop (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/nx/ |
D | nx.c | 488 static bool nx_check_prop(struct device *dev, u32 fc, u32 mode, int slot) in nx_check_prop() function 508 if (!nx_check_prop(dev, fc, mode, i)) in nx_check_props() 528 return (slot >= 0 ? nx_check_prop(&nx_driver.viodev->dev, in nx_register_shash() 549 if (slot >= 0 ? nx_check_prop(NULL, fc, mode, slot) : in nx_unregister_shash()
|