/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
D | acr.c | 26 wpr_header_dump(struct nvkm_subdev *subdev, const struct wpr_header *hdr) in wpr_header_dump() 37 wpr_header_v1_dump(struct nvkm_subdev *subdev, const struct wpr_header_v1 *hdr) in wpr_header_v1_dump() 49 lsb_header_tail_dump(struct nvkm_subdev *subdev, struct lsb_header_tail *hdr) in lsb_header_tail_dump() 67 lsb_header_dump(struct nvkm_subdev *subdev, struct lsb_header *hdr) in lsb_header_dump() 73 lsb_header_v1_dump(struct nvkm_subdev *subdev, struct lsb_header_v1 *hdr) in lsb_header_v1_dump() 79 flcn_acr_desc_dump(struct nvkm_subdev *subdev, struct flcn_acr_desc *hdr) in flcn_acr_desc_dump() 122 flcn_acr_desc_v1_dump(struct nvkm_subdev *subdev, struct flcn_acr_desc_v1 *hdr) in flcn_acr_desc_v1_dump()
|
D | flcn.c | 26 loader_config_dump(struct nvkm_subdev *subdev, const struct loader_config *hdr) in loader_config_dump() 46 const struct loader_config_v1 *hdr) in loader_config_v1_dump() 64 const struct flcn_bl_dmem_desc *hdr) in flcn_bl_dmem_desc_dump() 88 const struct flcn_bl_dmem_desc_v1 *hdr) in flcn_bl_dmem_desc_v1_dump() 110 const struct flcn_bl_dmem_desc_v2 *hdr) in flcn_bl_dmem_desc_v2_dump()
|
/Linux-v5.10/sound/synth/ |
D | util_mem.c | 27 struct snd_util_memhdr *hdr; in snd_util_memhdr_new() local 42 void snd_util_memhdr_free(struct snd_util_memhdr *hdr) in snd_util_memhdr_free() 60 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in __snd_util_mem_alloc() 97 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() 125 snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in snd_util_mem_alloc() 140 __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) in __snd_util_mem_free() 151 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) in snd_util_mem_free() 165 int snd_util_mem_avail(struct snd_util_memhdr *hdr) in snd_util_mem_avail()
|
/Linux-v5.10/fs/nfs/ |
D | nfs42xdr.c | 271 struct compound_hdr *hdr) in encode_allocate() 299 struct compound_hdr *hdr) in encode_copy() 321 struct compound_hdr *hdr) in encode_offload_cancel() 329 struct compound_hdr *hdr) in encode_copy_notify() 338 struct compound_hdr *hdr) in encode_deallocate() 346 struct compound_hdr *hdr) in encode_read_plus() 356 struct compound_hdr *hdr) in encode_seek() 367 struct compound_hdr *hdr) in encode_layoutstats() 394 struct compound_hdr *hdr) in encode_clone() 421 struct compound_hdr *hdr) in encode_layouterror() [all …]
|
D | nfs4xdr.c | 1019 struct compound_hdr *hdr) in encode_compound_hdr() 1038 struct compound_hdr *hdr) in encode_op_hdr() 1045 static void encode_nops(struct compound_hdr *hdr) in encode_nops() 1188 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access() 1194 …oid encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr) in encode_close() 1201 … encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr) in encode_commit() 1211 …code_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr) in encode_create() 1244 struct compound_hdr *hdr) in encode_getattr() 1258 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_getfattr() 1266 struct compound_hdr *hdr) in encode_getfattr_open() [all …]
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_ucode.c | 31 static void radeon_ucode_print_common_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_common_hdr() 46 void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_mc_hdr() 67 void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_smc_hdr() 85 void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_gfx_hdr() 106 void radeon_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_rlc_hdr() 133 void radeon_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_sdma_hdr() 159 const struct common_firmware_header *hdr = in radeon_ucode_validate() local
|
/Linux-v5.10/net/ieee802154/ |
D | header_ops.c | 47 ieee802154_hdr_push_sechdr(u8 *buf, const struct ieee802154_sechdr *hdr) in ieee802154_hdr_push_sechdr() 78 ieee802154_hdr_push(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_push() 161 ieee802154_hdr_get_sechdr(const u8 *buf, struct ieee802154_sechdr *hdr) in ieee802154_hdr_get_sechdr() 203 static int ieee802154_hdr_minlen(const struct ieee802154_hdr *hdr) in ieee802154_hdr_minlen() 218 ieee802154_hdr_get_addrs(const u8 *buf, struct ieee802154_hdr *hdr) in ieee802154_hdr_get_addrs() 234 ieee802154_hdr_pull(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_pull() 264 ieee802154_hdr_peek_addrs(const struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_peek_addrs() 284 ieee802154_hdr_peek(const struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_peek() 307 int ieee802154_max_payload(const struct ieee802154_hdr *hdr) in ieee802154_max_payload()
|
/Linux-v5.10/drivers/staging/greybus/ |
D | audio_apbridgea.h | 72 struct audio_apbridgea_hdr hdr; member 79 struct audio_apbridgea_hdr hdr; member 85 struct audio_apbridgea_hdr hdr; member 91 struct audio_apbridgea_hdr hdr; member 96 struct audio_apbridgea_hdr hdr; member 100 struct audio_apbridgea_hdr hdr; member 105 struct audio_apbridgea_hdr hdr; member 109 struct audio_apbridgea_hdr hdr; member 113 struct audio_apbridgea_hdr hdr; member 118 struct audio_apbridgea_hdr hdr; member [all …]
|
/Linux-v5.10/arch/s390/hypfs/ |
D | hypfs_diag.c | 55 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar() 63 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags() 71 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus() 89 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus() 97 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name() 121 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx() 129 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr() 137 static inline __u64 cpu_info__acc_time(enum diag204_format type, void *hdr) in cpu_info__acc_time() 145 static inline __u64 cpu_info__lp_time(enum diag204_format type, void *hdr) in cpu_info__lp_time() 153 static inline __u64 cpu_info__online_time(enum diag204_format type, void *hdr) in cpu_info__online_time() [all …]
|
/Linux-v5.10/net/mac80211/ |
D | wpa.c | 34 struct ieee80211_hdr *hdr; in ieee80211_tx_h_michael_mic_add() local 102 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_rx_h_michael_mic_verify() local 195 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in tkip_encrypt_skb() local 266 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) rx->skb->data; in ieee80211_crypto_tkip_decrypt() local 321 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ccmp_special_blocks() local 381 static inline void ccmp_pn2hdr(u8 *hdr, u8 *pn, int key_id) in ccmp_pn2hdr() 394 static inline void ccmp_hdr2pn(u8 *pn, u8 *hdr) in ccmp_hdr2pn() 408 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in ccmp_encrypt_skb() local 497 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)rx->skb->data; in ieee80211_crypto_ccmp_decrypt() local 571 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in gcmp_special_blocks() local [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ucode.c | 31 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr() 46 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr() 67 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr() 93 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr() 114 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr() 209 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr() 238 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr() 312 void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gpu_info_hdr() 335 const struct common_firmware_header *hdr = in amdgpu_ucode_validate() local 344 bool amdgpu_ucode_hdr_version(union amdgpu_firmware_header *hdr, in amdgpu_ucode_hdr_version()
|
D | amdgpu_rlc.c | 198 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table() local 206 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table() local 214 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table() local 222 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table() local 230 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table() local
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 30 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_bestfree_p() 106 xfs_dir2_data_hdr_t *hdr; /* data block header */ in __xfs_dir3_data_check() local 320 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir3_data_reada_verify() local 459 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_data_freefind_verify() 518 struct xfs_dir2_data_hdr *hdr, /* data block header */ in xfs_dir2_data_freefind() 554 struct xfs_dir2_data_hdr *hdr, /* data block pointer */ in xfs_dir2_data_freeinsert() 598 struct xfs_dir2_data_hdr *hdr, /* data block header */ in xfs_dir2_data_freeremove() 640 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_data_freescan() 700 struct xfs_dir2_data_hdr *hdr; in xfs_dir3_data_init() local 767 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir2_data_log_entry() local [all …]
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 246 struct mbox_msghdr hdr; member 253 struct mbox_msghdr hdr; member 264 struct mbox_msghdr hdr; member 276 struct mbox_msghdr hdr; member 292 struct mbox_msghdr hdr; member 306 struct mbox_msghdr hdr; member 320 struct mbox_msghdr hdr; member 328 struct mbox_msghdr hdr; member 339 struct mbox_msghdr hdr; member 353 struct mbox_msghdr hdr; member [all …]
|
/Linux-v5.10/drivers/firmware/imx/ |
D | misc.c | 15 struct imx_sc_rpc_msg hdr; member 22 struct imx_sc_rpc_msg hdr; member 30 struct imx_sc_rpc_msg hdr; member 36 struct imx_sc_rpc_msg hdr; member 55 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_misc_set_control() local 86 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_misc_get_control() local 123 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_pm_cpu_start() local
|
/Linux-v5.10/drivers/s390/net/ |
D | ism.h | 50 struct ism_req_hdr hdr; member 54 struct ism_resp_hdr hdr; member 60 struct ism_req_hdr hdr; member 65 struct ism_resp_hdr hdr; member 71 struct ism_req_hdr hdr; member 74 struct ism_resp_hdr hdr; member 81 struct ism_req_hdr hdr; member 84 struct ism_resp_hdr hdr; member 103 struct ism_req_hdr hdr; member 109 struct ism_resp_hdr hdr; member [all …]
|
/Linux-v5.10/drivers/thunderbolt/ |
D | tb_msgs.h | 135 struct icm_pkg_header hdr; member 141 struct icm_pkg_header hdr; member 152 struct icm_pkg_header hdr; member 158 struct icm_pkg_header hdr; member 179 struct icm_pkg_header hdr; member 195 struct icm_pkg_header hdr; member 203 struct icm_pkg_header hdr; member 209 struct icm_pkg_header hdr; member 221 struct icm_pkg_header hdr; member 228 struct icm_pkg_header hdr; member [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | virtio_gpu.h | 127 struct virtio_gpu_ctrl_hdr hdr; member 146 struct virtio_gpu_ctrl_hdr hdr; member 153 struct virtio_gpu_ctrl_hdr hdr; member 162 struct virtio_gpu_ctrl_hdr hdr; member 170 struct virtio_gpu_ctrl_hdr hdr; member 178 struct virtio_gpu_ctrl_hdr hdr; member 193 struct virtio_gpu_ctrl_hdr hdr; member 200 struct virtio_gpu_ctrl_hdr hdr; member 208 struct virtio_gpu_ctrl_hdr hdr; member 225 struct virtio_gpu_ctrl_hdr hdr; member [all …]
|
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
D | rx.c | 13 struct ieee80211_hdr *hdr; in rtw_rx_stats() local 36 struct ieee80211_hdr *hdr; member 43 struct ieee80211_hdr *hdr) in rtw_rx_phy_stat() 100 struct ieee80211_hdr *hdr = iter_data->hdr; in rtw_rx_addr_match_iter() local 125 struct ieee80211_hdr *hdr) in rtw_rx_addr_match() 143 struct ieee80211_hdr *hdr, in rtw_rx_fill_rx_status()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dp.c | 29 nvbios_dp_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in nvbios_dp_table() 61 u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in nvbios_dpout_entry() 92 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, in nvbios_dpout_parse() 139 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, in nvbios_dpout_match() 154 u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in nvbios_dpcfg_entry() 172 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, in nvbios_dpcfg_parse() 208 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, in nvbios_dpcfg_match()
|
D | cstep.c | 30 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz) in nvbios_cstepTe() 59 nvbios_cstepEe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_cstepEe() 72 nvbios_cstepEp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_cstepEp() 85 nvbios_cstepEm(struct nvkm_bios *bios, u8 pstate, u8 *ver, u8 *hdr, in nvbios_cstepEm() 97 nvbios_cstepXe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_cstepXe() 110 nvbios_cstepXp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_cstepXp()
|
D | disp.c | 30 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub) in nvbios_disp_table() 61 u8 hdr, cnt; in nvbios_disp_entry() local 83 u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in nvbios_outp_entry() 97 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *info) in nvbios_outp_parse() 117 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *info) in nvbios_outp_match() 131 u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in nvbios_ocfg_entry() 140 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ocfg *info) in nvbios_ocfg_parse() 154 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ocfg *info) in nvbios_ocfg_match()
|
D | boost.c | 30 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz) in nvbios_boostTe() 60 u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in nvbios_boostEe() 76 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_boostE *info) in nvbios_boostEp() 90 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_boostE *info) in nvbios_boostEm() 102 u32 data, u8 *ver, u8 *hdr, u8 cnt, u8 len) in nvbios_boostSe() 114 u32 data, u8 *ver, u8 *hdr, u8 cnt, u8 len, in nvbios_boostSp()
|
/Linux-v5.10/drivers/firmware/ |
D | ti_sci.h | 118 struct ti_sci_msg_hdr hdr; member 133 struct ti_sci_msg_hdr hdr; member 163 struct ti_sci_msg_hdr hdr; member 182 struct ti_sci_msg_hdr hdr; member 200 struct ti_sci_msg_hdr hdr; member 224 struct ti_sci_msg_hdr hdr; member 271 struct ti_sci_msg_hdr hdr; member 297 struct ti_sci_msg_hdr hdr; member 315 struct ti_sci_msg_hdr hdr; member 340 struct ti_sci_msg_hdr hdr; member [all …]
|
/Linux-v5.10/drivers/staging/media/hantro/ |
D | hantro_g1_vp8_dec.c | 136 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_lf() 178 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_qp() 233 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_parts() 331 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_tap() 371 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_ref() 402 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_buffers() 431 const struct v4l2_ctrl_vp8_frame_header *hdr; in hantro_g1_vp8_dec_run() local
|