Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfirewire-constants.h37 #define TCODE_LOCK_REQUEST 0x9 macro
/linux/drivers/firewire/
H A Dcore-transaction.c262 tcode = TCODE_LOCK_REQUEST; in fw_fill_request()
280 case TCODE_LOCK_REQUEST: in fw_fill_request()
768 case TCODE_LOCK_REQUEST: in fw_get_response_length()
822 case TCODE_LOCK_REQUEST: in fw_fill_response()
873 case TCODE_LOCK_REQUEST: in allocate_request()
997 if (tcode == TCODE_LOCK_REQUEST) in handle_exclusive_region_request()
H A Dpacket-serdes-test.c569 KUNIT_EXPECT_EQ(test, TCODE_LOCK_REQUEST, tcode); in test_async_header_lock_request()
H A Dohci.c711 case TCODE_LOCK_REQUEST: in handle_ar_packet()
1221 case TCODE_LOCK_REQUEST: in at_context_queue_packet()
1499 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
H A Dcore-cdev.c768 tcode = TCODE_LOCK_REQUEST; in handle_request()