Searched refs:path_ (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 196 #define UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ argument 200 .path = path_, 202 #define UC_FW_BLOB_NEW(major_, minor_, patch_, gsc_, path_) \ argument 203 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ 206 #define UC_FW_BLOB_OLD(major_, minor_, patch_, path_) \ argument 207 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \
|
/Linux-v6.6/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
|