Searched defs:style (Results 1 - 3 of 3) sorted by relevance

/include/linux/usb/
H A Dmusb.h38 enum musb_fifo_style style; member in struct:musb_fifo_cfg
46 .style = st, \
/include/net/sctp/
H A Dsctp.h666 /* Is a socket of this style? */
667 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style))
668 static inline int __sctp_style(const struct sock *sk, sctp_socket_type_t style) argument
670 return sctp_sk(sk)->type == style;
/include/linux/
H A Dnfs_xdr.h1122 int style; member in struct:nfs41_secinfo_no_name_args

Completed in 600 milliseconds