/linux-4.19.296/include/linux/ |
D | dccp.h | 78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx() argument 80 return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh)); in dccp_hdrx() 83 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len() argument 85 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len() 90 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len() local 91 return __dccp_basic_hdr_len(dh); in dccp_basic_hdr_len() 94 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq() argument 96 __u64 seq_nr = ntohs(dh->dccph_seq); in dccp_hdr_seq() 98 if (dh->dccph_x != 0) in dccp_hdr_seq() 99 seq_nr = (seq_nr << 32) + ntohl(dccp_hdrx(dh)->dccph_seq_low); in dccp_hdr_seq() [all …]
|
/linux-4.19.296/include/crypto/ |
D | dh.h | 39 struct dh { struct 60 unsigned int crypto_dh_key_len(const struct dh *params); argument 75 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params); 89 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
|
/linux-4.19.296/fs/quota/ |
D | quota_tree.c | 95 struct qt_disk_dqdbheader *dh) in check_dquot_block_header() argument 100 le32_to_cpu(dh->dqdh_next_free), 0, in check_dquot_block_header() 105 le32_to_cpu(dh->dqdh_prev_free), 0, in check_dquot_block_header() 115 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local 125 ret = check_dquot_block_header(info, dh); in get_free_dqblk() 128 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free); in get_free_dqblk() 148 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local 151 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk); in put_free_dqblk() 152 dh->dqdh_prev_free = cpu_to_le32(0); in put_free_dqblk() 153 dh->dqdh_entries = cpu_to_le16(0); in put_free_dqblk() [all …]
|
/linux-4.19.296/crypto/ |
D | dh.c | 56 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params() 82 struct dh params; in dh_set_secret() 214 static struct kpp_alg dh = { variable 231 return crypto_register_kpp(&dh); in dh_init() 236 crypto_unregister_kpp(&dh); in dh_exit()
|
D | dh_helper.c | 33 static inline unsigned int dh_data_size(const struct dh *p) in dh_data_size() 38 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len() 44 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() 72 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
|
D | Makefile | 34 dh_generic-y := dh.o
|
/linux-4.19.296/include/drm/ |
D | drm_rect.h | 84 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size() argument 87 r->y1 -= dh >> 1; in drm_rect_adjust_size() 89 r->y2 += (dh + 1) >> 1; in drm_rect_adjust_size()
|
/linux-4.19.296/drivers/fsi/ |
D | fsi-sbefifo.c | 209 u32 dh, s0, s1; in sbefifo_parse_status() local 217 dh = be32_to_cpu(response[resp_len - 1]); in sbefifo_parse_status() 218 if (dh > resp_len || dh < 3) { in sbefifo_parse_status() 220 cmd >> 8, cmd & 0xff, dh, resp_len); in sbefifo_parse_status() 223 s0 = be32_to_cpu(response[resp_len - dh]); in sbefifo_parse_status() 224 s1 = be32_to_cpu(response[resp_len - dh + 1]); in sbefifo_parse_status() 231 ffdc_sz = dh - 3; in sbefifo_parse_status() 235 sbefifo_dump_ffdc(dev, &response[resp_len - dh + 2], in sbefifo_parse_status() 239 *data_len = resp_len - dh; in sbefifo_parse_status()
|
/linux-4.19.296/drivers/edac/ |
D | ghes_edac.c | 76 static void ghes_edac_count_dimms(const struct dmi_header *dh, void *arg) in ghes_edac_count_dimms() argument 80 if (dh->type == DMI_ENTRY_MEM_DEVICE) in ghes_edac_count_dimms() 84 static void ghes_edac_dmidecode(const struct dmi_header *dh, void *arg) in ghes_edac_dmidecode() argument 89 if (dh->type == DMI_ENTRY_MEM_DEVICE) { in ghes_edac_dmidecode() 90 struct memdev_dmi_entry *entry = (struct memdev_dmi_entry *)dh; in ghes_edac_dmidecode()
|
D | i7core_edac.c | 1881 static void decode_dclk(const struct dmi_header *dh, void *_dclk_freq) in decode_dclk() argument 1889 if (dh->type == DMI_ENTRY_MEM_DEVICE) { in decode_dclk() 1891 (struct memdev_dmi_entry *)dh; in decode_dclk()
|
/linux-4.19.296/ |
D | MAINTAINERS | 14995 M: David Herrmann <dh.herrmann@googlemail.com> 15812 M: David Herrmann <dh.herrmann@googlemail.com>
|