Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dgadget_configfs.h7 #define GS_STRINGS_W(__struct, __name) \
8 static ssize_t __struct##_##__name##_store(struct config_item *item, \
11 struct __struct *gs = to_##__struct(item); \
20 #define GS_STRINGS_R(__struct, __name) \
21 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \
23 struct __struct *gs = to_##__struct(item); \ argument
10 GS_STRINGS_W(__struct,__name) global() argument
/linux/arch/x86/kernel/fpu/
H A Dxstate.c456 #define XCHECK_SZ(sz, nr, __struct) ({ \ argument
457 if (WARN_ONCE(sz != sizeof(__struct), \
459 xfeature_names[nr], sizeof(__struct), sz)) { \