Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/linux/drivers/firewire/
H A Dcore-device.c632 if (rcode != RCODE_BUSY) in read_rom()
685 return RCODE_BUSY; in read_config_rom()
1244 return RCODE_BUSY; in reread_config_rom()
H A Dcore-transaction.c223 close_transaction(t, card, RCODE_BUSY, packet->timestamp); in transmit_complete_callback()
1224 [RCODE_BUSY] = "busy", in fw_rcode_string()
H A Dohci.c1530 fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0); in handle_local_lock()