Home
last modified time | relevance | path

Searched refs:EFR_STATUS_OK (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_command.c62 EFR_STATUS_OK = 0, enumerator
82 [EFR_STATUS_OK] = "OK",
154 (be32_to_cpu(header->status) != EFR_STATUS_OK)) { in efw_transaction()