| /include/acpi/ |
| A D | nhlt.h | 17 #define __acpi_nhlt_endpoint_config(ep) ((void *)((ep) + 1)) argument 27 acpi_nhlt_endpoint_fmtscfg(const struct acpi_nhlt_endpoint *ep) in acpi_nhlt_endpoint_fmtscfg() argument 29 struct acpi_nhlt_config *cfg = __acpi_nhlt_endpoint_config(ep); in acpi_nhlt_endpoint_fmtscfg() 37 #define __acpi_nhlt_next_endpoint(ep) \ argument 38 ((void *)((u8 *)(ep) + (ep)->length)) 40 #define __acpi_nhlt_get_endpoint(tb, ep, i) \ argument 63 #define for_each_nhlt_endpoint(tb, ep) \ argument 66 (ep = __acpi_nhlt_get_endpoint(tb, ep, __i)); \ 85 #define for_each_nhlt_endpoint_fmtcfg(ep, fmt) \ argument 86 for_each_nhlt_fmtcfg(acpi_nhlt_endpoint_fmtscfg(ep), fmt) [all …]
|
| /include/linux/usb/ |
| A D | gadget.h | 117 void (*complete)(struct usb_ep *ep, 138 int (*enable) (struct usb_ep *ep, 140 int (*disable) (struct usb_ep *ep); 141 void (*dispose) (struct usb_ep *ep); 152 int (*set_wedge) (struct usb_ep *ep); 154 int (*fifo_status) (struct usb_ep *ep); 155 void (*fifo_flush) (struct usb_ep *ep); 250 int usb_ep_enable(struct usb_ep *ep); 251 int usb_ep_disable(struct usb_ep *ep); 256 int usb_ep_set_halt(struct usb_ep *ep); [all …]
|
| A D | musb.h | 44 #define MUSB_EP_FIFO(ep, st, m, pkt) \ argument 46 .hw_ep_num = ep, \ 52 #define MUSB_EP_FIFO_SINGLE(ep, st, pkt) \ argument 53 MUSB_EP_FIFO(ep, st, BUF_SINGLE, pkt) 55 #define MUSB_EP_FIFO_DOUBLE(ep, st, pkt) \ argument 56 MUSB_EP_FIFO(ep, st, BUF_DOUBLE, pkt)
|
| A D | func_utils.h | 75 struct usb_request *alloc_ep_req(struct usb_ep *ep, size_t len); 78 static inline void free_ep_req(struct usb_ep *ep, struct usb_request *req) in free_ep_req() argument 83 usb_ep_free_request(ep, req); in free_ep_req()
|
| A D | hcd.h | 303 struct usb_host_endpoint *ep); 308 struct usb_host_endpoint *ep); 415 struct usb_host_endpoint *ep) in hcd_periodic_completion_in_progress() argument 439 struct usb_host_endpoint *ep); 441 struct usb_host_endpoint *ep); 443 struct usb_host_endpoint *ep); 537 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) argument 538 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) argument 539 #define usb_settoggle(dev, ep, out, bit) \ argument 541 ((bit) << (ep))) [all …]
|
| A D | ehci-dbgp.h | 43 #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) argument
|
| A D | cdc-wdm.h | 15 struct usb_endpoint_descriptor *ep,
|
| /include/net/sctp/ |
| A D | auth.h | 77 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, 80 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp); 99 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id); 100 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, 102 int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, 104 int sctp_auth_set_active_key(struct sctp_endpoint *ep, 106 int sctp_auth_del_key_id(struct sctp_endpoint *ep, 108 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, 110 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp); 111 void sctp_auth_free(struct sctp_endpoint *ep);
|
| A D | sm.h | 55 const struct sctp_endpoint *ep, 305 struct sctp_endpoint *ep, struct sctp_association *asoc, 318 const struct sctp_endpoint *ep, 325 __u32 sctp_generate_tag(const struct sctp_endpoint *ep); 326 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep);
|
| A D | structs.h | 163 struct sctp_endpoint *ep; member 1360 struct sctp_endpoint *ep; in sctp_ep() local 1362 ep = container_of(base, struct sctp_endpoint, base); in sctp_ep() 1363 return ep; in sctp_ep() 1370 int sctp_endpoint_hold(struct sctp_endpoint *ep); 1373 const struct sctp_endpoint *ep, 1376 bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, 1378 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, 1385 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, 1589 struct sctp_endpoint *ep; member [all …]
|
| A D | sctp.h | 136 int sctp_hash_endpoint(struct sctp_endpoint *ep); 161 const struct sctp_endpoint *ep, 505 #define sctp_for_each_hentry(ep, head) \ argument 506 hlist_for_each_entry(ep, head, node)
|
| /include/trace/events/ |
| A D | sctp.h | 52 TP_PROTO(const struct sctp_endpoint *ep, 56 TP_ARGS(ep, asoc, chunk), 73 __entry->bind_port = ep->base.bind_addr.port;
|
| A D | rpcrdma.h | 635 const struct rpcrdma_ep *ep 638 TP_ARGS(ep), 650 const struct rdma_cm_id *id = ep->re_id; 652 __entry->inline_send = ep->re_inline_send; 653 __entry->inline_recv = ep->re_inline_recv; 654 __entry->max_send = ep->re_max_inline_send; 655 __entry->max_recv = ep->re_max_inline_recv; 988 const struct rpcrdma_ep *ep = r_xprt->rx_ep; 990 __entry->cq_id = ep ? ep->re_attr.recv_cq->res.id : 0; 1022 const struct rpcrdma_ep *ep = r_xprt->rx_ep; [all …]
|
| /include/uapi/fwctl/ |
| A D | pds.h | 50 __u32 ep; member
|
| /include/scsi/ |
| A D | scsi_transport_iscsi.h | 79 struct iscsi_cls_session *(*create_session) (struct iscsi_endpoint *ep, 94 int (*get_ep_param) (struct iscsi_endpoint *ep, enum iscsi_param param, 125 int (*ep_poll) (struct iscsi_endpoint *ep, int timeout_ms); 126 void (*ep_disconnect) (struct iscsi_endpoint *ep); 212 struct iscsi_endpoint *ep; member 462 extern void iscsi_destroy_endpoint(struct iscsi_endpoint *ep); 464 extern void iscsi_put_endpoint(struct iscsi_endpoint *ep);
|
| /include/media/ |
| A D | v4l2-async.h | 222 #define v4l2_async_nf_add_fwnode_remote(notifier, ep, type) \ argument 223 ((type *)__v4l2_async_nf_add_fwnode_remote(notifier, ep, sizeof(type)))
|
| /include/linux/ |
| A D | usbdevice_fs.h | 48 compat_uint_t ep; member
|
| A D | usb.h | 1620 struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ member 2033 struct usb_host_endpoint *ep = usb_pipe_endpoint(udev, pipe); in usb_maxpacket() local 2035 if (!ep) in usb_maxpacket() 2039 return usb_endpoint_maxp(&ep->desc); in usb_maxpacket()
|
| /include/linux/sunrpc/ |
| A D | cache.h | 258 char *ep; in get_int() local 267 rv = simple_strtol(buf, &ep, 0); in get_int() 268 if (*ep) in get_int()
|
| /include/linux/soc/apple/ |
| A D | rtkit.h | 160 int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message,
|
| /include/uapi/linux/usb/ |
| A D | raw_gadget.h | 100 __u16 ep; member
|
| /include/uapi/linux/ |
| A D | ethtool.h | 125 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument 128 ep->speed = (__u16)(speed & 0xFFFF); in ethtool_cmd_speed_set() 129 ep->speed_hi = (__u16)(speed >> 16); in ethtool_cmd_speed_set() 132 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed() argument 134 return (ep->speed_hi << 16) | ep->speed; in ethtool_cmd_speed()
|
| A D | usbdevice_fs.h | 51 unsigned int ep; member
|
| /include/linux/pds/ |
| A D | pds_adminq.h | 1197 __le32 ep; member 1311 __le32 ep; member 1394 __le32 ep; member
|
| /include/sound/ |
| A D | simple_card_utils.h | 204 int graph_util_parse_dai(struct simple_util_priv *priv, struct device_node *ep,
|