Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfirewire-constants.h37 #define TCODE_LOCK_REQUEST 0x9 macro
/Linux-v5.4/drivers/firewire/
Dcore-transaction.c218 tcode = TCODE_LOCK_REQUEST; in fw_fill_request()
239 case TCODE_LOCK_REQUEST: in fw_fill_request()
653 case TCODE_LOCK_REQUEST: in fw_get_response_length()
710 case TCODE_LOCK_REQUEST: in fw_fill_response()
759 case TCODE_LOCK_REQUEST: in allocate_request()
846 if (tcode == TCODE_LOCK_REQUEST) in handle_exclusive_region_request()
Dohci.c826 case TCODE_LOCK_REQUEST: in handle_ar_packet()
1323 case TCODE_LOCK_REQUEST: in at_context_queue_packet()
1556 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
Dcore-cdev.c711 tcode = TCODE_LOCK_REQUEST; in handle_request()