Searched refs:style (Results 1 - 4 of 4) 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/trace/events/
H A Dhswadsp.h255 __field( uint32_t, style )
266 __entry->style = req->style;
271 TP_printk("stream %d freq %d depth %d map 0x%x config 0x%x style 0x%x ch %d bits %d",
274 (uint32_t)__entry->config, (uint32_t)__entry->style,
/include/net/sctp/
H A Dsctp.h541 /* Is a socket of this style? */
542 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style))
543 static inline int __sctp_style(const struct sock *sk, sctp_socket_type_t style) argument
545 return sctp_sk(sk)->type == style;
/include/linux/
H A Dnfs_xdr.h1204 int style; member in struct:nfs41_secinfo_no_name_args

Completed in 618 milliseconds