Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dof.h1258 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1263 .data = (fn == (fn_type)NULL) ? fn : fn }
1265 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1269 .data = (fn == (fn_type)NULL) ? fn : fn }