1. NAME

hsi_async_write - Submit a write transfer

2. SYNOPSIS

int hsi_async_write(struct hsi_client *  cl , struct hsi_msg *  msg );

3. ARGUMENTS

cl
    Pointer to the HSI client

msg
    HSI message descriptor of the transfer

4. DESCRIPTION

Return -errno on failure, 0 on success

5. COPYRIGHT