Lines Matching defs:np

146 static unsigned long n2rng_control_settle_v2(struct n2rng *np, int unit)  in n2rng_control_settle_v2()
153 static unsigned long n2rng_write_ctl_one(struct n2rng *np, int unit, in n2rng_write_ctl_one()
200 static unsigned long n2rng_read_diag_data_one(struct n2rng *np, in n2rng_read_diag_data_one()
219 static int n2rng_generic_read_diag_data(struct n2rng *np, in n2rng_generic_read_diag_data()
248 static int n2rng_generic_write_control(struct n2rng *np, in n2rng_generic_write_control()
278 static int n2rng_try_read_ctl(struct n2rng *np) in n2rng_try_read_ctl()
326 static void n2rng_control_swstate_init(struct n2rng *np) in n2rng_control_swstate_init()
348 static int n2rng_grab_diag_control(struct n2rng *np) in n2rng_grab_diag_control()
370 static int n2rng_init_control(struct n2rng *np) in n2rng_init_control()
389 struct n2rng *np = (struct n2rng *) rng->priv; in n2rng_data_read() local
422 static int n2rng_guest_check(struct n2rng *np) in n2rng_guest_check()
429 static int n2rng_entropy_diag_read(struct n2rng *np, unsigned long unit, in n2rng_entropy_diag_read()
467 static int n2rng_test_buffer_find(struct n2rng *np, u64 val) in n2rng_test_buffer_find()
479 static void n2rng_dump_test_buffer(struct n2rng *np) in n2rng_dump_test_buffer()
488 static int n2rng_check_selftest_buffer(struct n2rng *np, unsigned long unit) in n2rng_check_selftest_buffer()
512 static int n2rng_control_selftest(struct n2rng *np, unsigned long unit) in n2rng_control_selftest()
536 static int n2rng_control_check(struct n2rng *np) in n2rng_control_check()
551 static int n2rng_control_configure_units(struct n2rng *np) in n2rng_control_configure_units()
590 struct n2rng *np = container_of(work, struct n2rng, work.work); in n2rng_work() local
627 struct n2rng *np; in n2rng_probe() local
718 struct n2rng *np = platform_get_drvdata(op); in n2rng_remove() local