Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfirewire-constants.h80 #define ACK_PENDING 0x2 macro
/linux/tools/firewire/
H A Dnosy-dump.c531 case ACK_PENDING: in handle_request_packet()
579 if (prev->ack != ACK_PENDING) { in handle_response_packet()
604 case ACK_PENDING: in handle_response_packet()
/linux/drivers/firewire/
H A Dcore-transaction.c202 case ACK_PENDING: in transmit_complete_callback()
935 if (request->ack != ACK_PENDING || in fw_send_response()
1107 if (p->ack != ACK_PENDING && p->ack != ACK_COMPLETE) in fw_core_handle_request()
H A Dohci.c1408 case ACK_PENDING + 0x10: in handle_at_packet()
1441 packet->ack = ACK_PENDING; in handle_at_packet()
1542 packet->ack = ACK_PENDING; in handle_local_request()
H A Dcore-cdev.c1553 case ACK_PENDING: in outbound_phy_packet_callback()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.h494 #define ACK_PENDING 2 macro
H A Ducsi.c50 test_and_clear_bit(ACK_PENDING, &ucsi->flags)) in ucsi_notify_common()
66 set_bit(ACK_PENDING, &ucsi->flags); in ucsi_sync_control_common()
81 clear_bit(ACK_PENDING, &ucsi->flags); in ucsi_sync_control_common()