Lines Matching defs:np

147 static unsigned long n2rng_control_settle_v2(struct n2rng *np, int unit)  in n2rng_control_settle_v2()
154 static unsigned long n2rng_write_ctl_one(struct n2rng *np, int unit, in n2rng_write_ctl_one()
201 static unsigned long n2rng_read_diag_data_one(struct n2rng *np, in n2rng_read_diag_data_one()
220 static int n2rng_generic_read_diag_data(struct n2rng *np, in n2rng_generic_read_diag_data()
249 static int n2rng_generic_write_control(struct n2rng *np, in n2rng_generic_write_control()
279 static int n2rng_try_read_ctl(struct n2rng *np) in n2rng_try_read_ctl()
327 static void n2rng_control_swstate_init(struct n2rng *np) in n2rng_control_swstate_init()
349 static int n2rng_grab_diag_control(struct n2rng *np) in n2rng_grab_diag_control()
371 static int n2rng_init_control(struct n2rng *np) in n2rng_init_control()
390 struct n2rng *np = (struct n2rng *) rng->priv; in n2rng_data_read() local
423 static int n2rng_guest_check(struct n2rng *np) in n2rng_guest_check()
430 static int n2rng_entropy_diag_read(struct n2rng *np, unsigned long unit, in n2rng_entropy_diag_read()
468 static int n2rng_test_buffer_find(struct n2rng *np, u64 val) in n2rng_test_buffer_find()
480 static void n2rng_dump_test_buffer(struct n2rng *np) in n2rng_dump_test_buffer()
489 static int n2rng_check_selftest_buffer(struct n2rng *np, unsigned long unit) in n2rng_check_selftest_buffer()
513 static int n2rng_control_selftest(struct n2rng *np, unsigned long unit) in n2rng_control_selftest()
537 static int n2rng_control_check(struct n2rng *np) in n2rng_control_check()
552 static int n2rng_control_configure_units(struct n2rng *np) in n2rng_control_configure_units()
591 struct n2rng *np = container_of(work, struct n2rng, work.work); in n2rng_work() local
628 struct n2rng *np; in n2rng_probe() local
724 struct n2rng *np = dev_get_drvdata(&op->dev); in n2rng_remove() local