1. NAME

hsi_flush - Flush all pending transactions on the clientAqs port

2. SYNOPSIS

int hsi_flush(struct hsi_client *  cl );

3. ARGUMENTS

cl
    Pointer to the HSI client

4. DESCRIPTION

This function will destroy all pending hsi_msg in the port and reset the HW port so it is ready to receive and transmit from a clean state.

Return -errno on failure, 0 on success

5. COPYRIGHT