Lines Matching refs:error
924 int error; in vhpet_handler() local
929 error = -EINVAL; in vhpet_handler()
933 error = ((dir == MEM_F_READ) ? vhpet_mmio_read : vhpet_mmio_write)( in vhpet_handler()
938 return error; in vhpet_handler()
958 int error = 0, pincount, i, j; in vhpet_init() local
970 error = -EINVAL; in vhpet_init()
1002 error = acrn_timer_init(tmr, vhpet_timer_handler, arg); in vhpet_init()
1004 if (error) { in vhpet_init()
1015 error = register_mem(&vhpet_mr); in vhpet_init()
1017 if (error) { in vhpet_init()
1026 return error; in vhpet_init()