Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dfirewire-constants.h37 #define TCODE_LOCK_REQUEST 0x9 macro
/Linux-v6.1/drivers/firewire/
Dcore-transaction.c219 tcode = TCODE_LOCK_REQUEST; in fw_fill_request()
240 case TCODE_LOCK_REQUEST: in fw_fill_request()
655 case TCODE_LOCK_REQUEST: in fw_get_response_length()
712 case TCODE_LOCK_REQUEST: in fw_fill_response()
761 case TCODE_LOCK_REQUEST: in allocate_request()
865 if (tcode == TCODE_LOCK_REQUEST) in handle_exclusive_region_request()
Dohci.c825 case TCODE_LOCK_REQUEST: in handle_ar_packet()
1319 case TCODE_LOCK_REQUEST: in at_context_queue_packet()
1552 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
Dcore-cdev.c712 tcode = TCODE_LOCK_REQUEST; in handle_request()