Searched refs:pi_init (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/printk/ |
A D | index.c | 182 static int __init pi_init(void) in pi_init() function 194 postcore_initcall(pi_init);
|
/linux/drivers/block/paride/ |
A D | paride.c | 350 int pi_init(PIA * pi, int autoprobe, int port, int mode, in pi_init() function 437 EXPORT_SYMBOL(pi_init);
|
A D | paride.h | 61 extern int pi_init(PIA *pi,
|
A D | pg.c | 493 if (pi_init(dev->pi, 1, -1, -1, -1, -1, -1, pg_scratch, in pg_detect() 507 if (pi_init(dev->pi, 0, parm[D_PRT], parm[D_MOD], in pg_detect()
|
A D | pt.c | 629 if (pi_init(tape->pi, 0, DU[D_PRT], DU[D_MOD], DU[D_UNI], in pt_detect() 641 if (pi_init(tape->pi, 1, -1, -1, -1, -1, -1, pt_scratch, in pt_detect()
|
A D | pd.c | 896 if (!pi_init(disk->pi, autoprobe, port, mode, unit, protocol, delay, in pd_probe_drive()
|
A D | pf.c | 959 if (!pi_init(pf->pi, autoprobe, port, mode, unit, protocol, delay, in pf_init_unit()
|
A D | pcd.c | 934 if (!pi_init(cd->pi, autoprobe, port, mode, unit, protocol, delay, in pcd_init_unit()
|
Completed in 19 milliseconds