Home
last modified time | relevance | path

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

/include/linux/
Dof.h1514 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument
1518 .data = (fn == (fn_type)NULL) ? fn : fn }
1521 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1526 .data = (fn == (fn_type)NULL) ? fn : fn }
1528 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1529 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)