Searched refs:path_ (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 173 #define UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ argument 177 .path = path_, 179 #define UC_FW_BLOB_NEW(major_, minor_, patch_, path_) \ argument 180 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ 183 #define UC_FW_BLOB_OLD(major_, minor_, patch_, path_) \ argument 184 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \
|
/linux-6.1.9/Documentation/filesystems/ |
D | path-lookup.rst | 657 correspond roughly to the three ``path_*()`` functions we met earlier, 658 each of which calls ``link_path_walk()``. The ``path_*()`` functions are
|