Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A DTODO3 1. Implement retries for RCODE_BUSY, RCODE_NO_ACK and RCODE_SEND_ERROR
H A Dfwserial.c206 case RCODE_BUSY: in fwtty_log_tx_error()
1661 if (rcode == RCODE_BUSY || rcode == RCODE_SEND_ERROR || in fwserial_send_mgmt_sync()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-device.c488 if (rcode != RCODE_BUSY) in read_rom()
539 ret = RCODE_BUSY; in read_config_rom()
1117 return RCODE_BUSY; in reread_config_rom()
H A Dcore-transaction.c181 close_transaction(t, card, RCODE_BUSY); in transmit_complete_callback()
1025 [RCODE_BUSY] = "busy", in fw_rcode_string()
H A Dcore-cdev.c1492 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
H A Dohci.c1581 fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0); in handle_local_lock()