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