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.c163 case ACK_PENDING: in transmit_complete_callback()
870 if (request->ack != ACK_PENDING || in fw_send_response()
1042 if (p->ack != ACK_PENDING && p->ack != ACK_COMPLETE) in fw_core_handle_request()
H A Dohci.c1598 case ACK_PENDING + 0x10: in handle_at_packet()
1711 packet->ack = ACK_PENDING; in handle_local_request()
H A Dcore-cdev.c1570 case ACK_PENDING: in outbound_phy_packet_callback()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.h473 #define ACK_PENDING 2 macro
H A Ducsi.c49 test_and_clear_bit(ACK_PENDING, &ucsi->flags)) in ucsi_notify_common()
65 set_bit(ACK_PENDING, &ucsi->flags); in ucsi_sync_control_common()
80 clear_bit(ACK_PENDING, &ucsi->flags); in ucsi_sync_control_common()