Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c211 #define UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ argument
215 .path = path_,
217 #define UC_FW_BLOB_NEW(major_, minor_, patch_, gsc_, path_) \ argument
218 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \
221 #define UC_FW_BLOB_OLD(major_, minor_, patch_, path_) \ argument
222 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \
/linux-6.12.1/Documentation/filesystems/
Dpath-lookup.rst657 correspond roughly to the three ``path_*()`` functions we met earlier,
658 each of which calls ``link_path_walk()``. The ``path_*()`` functions are