/include/sound/ |
D | util_mem.h | 52 void snd_util_memhdr_free(struct snd_util_memhdr *hdr); 53 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); 54 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk); 55 int snd_util_mem_avail(struct snd_util_memhdr *hdr); 58 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); 59 void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk); 60 struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,
|
D | soundfont.h | 73 struct snd_util_memhdr *hdr, 76 struct snd_util_memhdr *hdr); 109 struct snd_util_memhdr *hdr);
|
D | emux_synth.h | 60 struct snd_util_memhdr *hdr, 63 struct snd_util_memhdr *hdr);
|
/include/scsi/ |
D | scsi_netlink.h | 113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 115 (hdr)->version = SCSI_NL_VERSION; \ 116 (hdr)->transport = t; \ 117 (hdr)->magic = SCSI_NL_MAGIC; \ 118 (hdr)->msgtype = mtype; \ 119 (hdr)->msglen = mlen; \ 140 void scsi_nl_send_transport_msg(u32 pid, struct scsi_nl_hdr *hdr);
|
D | libiscsi_tcp.h | 56 struct iscsi_hdr *hdr; member 119 extern void iscsi_tcp_dgst_header(struct hash_desc *hash, const void *hdr,
|
D | fc_encode.h | 30 struct fc_ct_hdr hdr; member 72 ct->hdr.ct_rev = FC_CT_REV; in fc_ct_hdr_fill() 73 ct->hdr.ct_fs_type = FC_FST_DIR; in fc_ct_hdr_fill() 74 ct->hdr.ct_fs_subtype = FC_NS_SUBTYPE; in fc_ct_hdr_fill() 75 ct->hdr.ct_cmd = htons((u16) op); in fc_ct_hdr_fill()
|
D | scsi_tgt_if.h | 44 struct tgt_event_hdr hdr; member
|
/include/net/ |
D | genetlink.h | 116 struct genlmsghdr *hdr; in genlmsg_put() local 123 hdr = nlmsg_data(nlh); in genlmsg_put() 124 hdr->cmd = cmd; in genlmsg_put() 125 hdr->version = family->version; in genlmsg_put() 126 hdr->reserved = 0; in genlmsg_put() 128 return (char *) hdr + GENL_HDRLEN; in genlmsg_put() 155 static inline int genlmsg_end(struct sk_buff *skb, void *hdr) in genlmsg_end() argument 157 return nlmsg_end(skb, hdr - GENL_HDRLEN - NLMSG_HDRLEN); in genlmsg_end() 165 static inline void genlmsg_cancel(struct sk_buff *skb, void *hdr) in genlmsg_cancel() argument 167 nlmsg_cancel(skb, hdr - GENL_HDRLEN - NLMSG_HDRLEN); in genlmsg_cancel()
|
D | ieee80211_radiotap.h | 253 struct ieee80211_radiotap_header *hdr = in ieee80211_get_radiotap_len() local 256 return get_unaligned_le16(&hdr->it_len); in ieee80211_get_radiotap_len()
|
/include/linux/usb/ |
D | wusb.h | 95 struct wuie_hdr hdr; member 107 struct wuie_hdr hdr; member 133 struct wuie_hdr hdr; member 144 struct wuie_hdr hdr; member 158 struct wuie_hdr hdr; member 169 struct wuie_hdr hdr; member 180 struct wuie_hdr hdr; member 204 struct wusb_dn_hdr hdr; member 226 struct wusb_dn_hdr hdr; member 231 struct wusb_dn_hdr hdr; member
|
D | wusb-wa.h | 147 struct wa_notif_hdr hdr; member 173 struct wa_xfer_hdr hdr; member 180 struct wa_xfer_hdr hdr; member 186 struct wa_xfer_hdr hdr; member 206 struct wa_notif_hdr hdr; member 230 struct wa_notif_hdr hdr; member
|
/include/linux/wimax/ |
D | i2400m.h | 436 struct i2400m_tlv_hdr hdr; member 442 struct i2400m_tlv_hdr hdr; member 451 struct i2400m_tlv_hdr hdr; member 464 struct i2400m_tlv_hdr hdr; member 477 struct i2400m_tlv_hdr hdr; member 488 struct i2400m_tlv_hdr hdr; member 494 struct i2400m_tlv_hdr hdr; member 508 struct i2400m_tlv_hdr hdr; member
|
/include/linux/ |
D | auto_fs4.h | 116 struct autofs_packet_hdr hdr; member 123 struct autofs_packet_hdr hdr; member 131 struct autofs_packet_hdr hdr; member 149 struct autofs_packet_hdr hdr; member
|
D | moduleloader.h | 11 int module_frob_arch_sections(Elf_Ehdr *hdr, 43 int module_finalize(const Elf_Ehdr *hdr,
|
D | auto_fs.h | 64 struct autofs_packet_hdr hdr; member 72 struct autofs_packet_hdr hdr; member
|
D | ieee80211.h | 1143 static inline u8 *ieee80211_get_qos_ctl(struct ieee80211_hdr *hdr) in ieee80211_get_qos_ctl() argument 1145 if (ieee80211_has_a4(hdr->frame_control)) in ieee80211_get_qos_ctl() 1146 return (u8 *)hdr + 30; in ieee80211_get_qos_ctl() 1148 return (u8 *)hdr + 24; in ieee80211_get_qos_ctl() 1161 static inline u8 *ieee80211_get_SA(struct ieee80211_hdr *hdr) in ieee80211_get_SA() argument 1163 if (ieee80211_has_a4(hdr->frame_control)) in ieee80211_get_SA() 1164 return hdr->addr4; in ieee80211_get_SA() 1165 if (ieee80211_has_fromds(hdr->frame_control)) in ieee80211_get_SA() 1166 return hdr->addr3; in ieee80211_get_SA() 1167 return hdr->addr2; in ieee80211_get_SA() [all …]
|
D | virtio_net.h | 53 struct virtio_net_hdr hdr; member
|
D | atm_tcp.h | 35 struct atmtcp_hdr hdr; /* must be first */ member
|
D | bug.h | 41 static inline int module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize() argument
|
D | dmar.h | 33 struct acpi_dmar_header *hdr; /* ACPI header */ member 136 struct acpi_dmar_header *hdr; /* ACPI header */ member
|
D | elf-fdpic.h | 38 struct elfhdr hdr; /* ref copy of ELF header */ member
|
D | wlp.h | 298 struct uwb_ie_hdr hdr; member 402 struct wlp_attr_hdr hdr; \ 408 struct wlp_attr_hdr hdr; \ 521 struct wlp_frame_hdr hdr; member 531 struct wlp_frame_hdr hdr; member
|
/include/net/tipc/ |
D | tipc_msg.h | 43 __be32 hdr[15]; member 90 return ntohl(m->hdr[pos]); in msg_word()
|
/include/linux/uwb/ |
D | spec.h | 267 struct uwb_mac_frame_hdr hdr; member 303 struct uwb_ie_hdr hdr; member 396 struct uwb_ie_hdr hdr; member 402 struct uwb_ie_hdr hdr; member 464 struct uwb_ie_hdr hdr; member
|
/include/rdma/ |
D | ib_user_mad.h | 144 struct ib_user_mad_hdr hdr; member
|