Searched refs:_opt (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/mtd/ |
H A D | rawnand.h | 912 #define NAND_OP_PARSER_PAT_CMD_ELEM(_opt) \ argument 915 .optional = _opt, \ 918 #define NAND_OP_PARSER_PAT_ADDR_ELEM(_opt, _maxcycles) \ argument 921 .optional = _opt, \ 925 #define NAND_OP_PARSER_PAT_DATA_IN_ELEM(_opt, _maxlen) \ argument 928 .optional = _opt, \ 932 #define NAND_OP_PARSER_PAT_DATA_OUT_ELEM(_opt, _maxlen) \ argument 935 .optional = _opt, \ 939 #define NAND_OP_PARSER_PAT_WAITRDY_ELEM(_opt) \ argument 942 .optional = _opt, \ [all...] |
/linux/net/netfilter/ |
H A D | xt_tcpmss.c | 32 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt() local 49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt()
|
H A D | xt_tcpudp.c | 44 u_int8_t _opt[60 - sizeof(struct tcphdr)]; in tcp_find_option() local 54 optlen, _opt); in tcp_find_option()
|
H A D | nf_log_syslog.c | 243 u8 _opt[60 - sizeof(struct tcphdr)]; in nf_log_dump_tcp_header() local 248 optsize, _opt); in nf_log_dump_tcp_header() 345 unsigned char _opt[4 * 15 - sizeof(struct iphdr)]; in dump_ipv4_packet() local 351 optsize, _opt); in dump_ipv4_packet()
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_cmdline_parser_test.c | 987 #define TV_OPT_TEST(_opt, _cmdline, _mode_fn) \ argument 989 .name = #_opt, \ 992 .tv_mode = DRM_MODE_TV_MODE_ ## _opt, \
|