Home
last modified time | relevance | path

Searched refs:TCODE_LOCK_REQUEST (Results 1 – 3 of 3) 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()