Home
last modified time | relevance | path

Searched defs:dh (Results 1 – 25 of 30) sorted by relevance

12

/linux/include/crypto/
H A Ddh.h32 struct dh { struct
51 unsigned int crypto_dh_key_len(const struct dh *params); argument
/linux/include/linux/
H A Ddccp.h7 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
12 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()
17 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq()
29 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
/linux/net/netfilter/
H A Dxt_dccp.c37 const struct dccp_hdr *dh, in dccp_find_option()
83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types()
90 const struct dccp_hdr *dh, bool *hotdrop) in match_option()
99 const struct dccp_hdr *dh; in dccp_mt() local
H A Dxt_hashlimit.c365 struct dsthash_ent *dh; in htable_selective_cleanup() local
531 static void rateinfo_recalc(struct dsthash_ent *dh, unsigned long now, in rateinfo_recalc()
575 static void rateinfo_init(struct dsthash_ent *dh, in rateinfo_init()
711 static u32 hashlimit_byte_cost(unsigned int len, struct dsthash_ent *dh) in hashlimit_byte_cost()
732 struct dsthash_ent *dh; in hashlimit_mt_common() local
H A Dnft_exthdr.c418 const struct dccp_hdr *dh; in nft_exthdr_dccp_eval() local
/linux/fs/quota/
H A Dquota_tree.c93 struct qt_disk_dqdbheader *dh) in check_dquot_block_header()
118 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local
151 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local
170 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in remove_free_dqentry() local
217 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local
263 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local
482 struct qt_disk_dqdbheader *dh; in free_dqentry() local
/linux/drivers/firmware/
H A Ddmi-sysfs.c35 struct dmi_header dh; member
126 static void find_dmi_entry_helper(const struct dmi_header *dh, in find_dmi_entry_helper()
183 static size_t dmi_entry_length(const struct dmi_header *dh) in dmi_entry_length()
204 const struct dmi_header *dh, in dmi_entry_attr_show_helper()
402 const struct dmi_header *dh, in dmi_sel_raw_read_helper()
525 const struct dmi_header *dh, in dmi_entry_raw_read_helper()
578 static void __init dmi_sysfs_register_handle(const struct dmi_header *dh, in dmi_sysfs_register_handle()
/linux/drivers/block/drbd/
H A Ddrbd_nl.c1410 struct drbd_genlmsghdr *dh = genl_info_userhdr(info); in should_set_defaults() local
3255 struct drbd_genlmsghdr *dh; in drbd_adm_dump_resources() local
3370 struct drbd_genlmsghdr *dh; in drbd_adm_dump_devices() local
3459 struct drbd_genlmsghdr *dh; in drbd_adm_dump_connections() local
3622 struct drbd_genlmsghdr *dh; in drbd_adm_dump_peer_devices() local
3869 struct drbd_genlmsghdr *dh; in get_one_status() local
4290 struct drbd_genlmsghdr *dh = genl_info_userhdr(info); in drbd_adm_new_minor() local
4581 struct drbd_genlmsghdr *dh; in notify_resource_state() local
4633 struct drbd_genlmsghdr *dh; in notify_device_state() local
4683 struct drbd_genlmsghdr *dh; in notify_connection_state() local
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c120 struct qat_dh_input_params dh; member
124 struct qat_dh_output_params dh; member
133 struct qat_dh_ctx *dh; member
137 struct kpp_request *dh; member
1319 static struct kpp_alg dh = { variable
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c143 u16 dw, dh; in dss_ovl_check() local
/linux/include/linux/platform_data/x86/
H A Dsimatic-ipc.h69 simatic_ipc_find_dmi_entry_helper(const struct dmi_header *dh, void *_data) in simatic_ipc_find_dmi_entry_helper()
/linux/security/keys/
H A Ddh.c60 static void dh_free_data(struct dh *dh) in dh_free_data()
/linux/include/drm/
H A Ddrm_rect.h122 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size()
/linux/drivers/scsi/
H A Dscsi_dh.c105 struct scsi_device_handler *dh; in scsi_dh_lookup() local
/linux/drivers/md/
H A Ddm-snap-persistent.c309 struct disk_header *dh; in read_header() local
385 struct disk_header *dh; in write_header() local
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h13 unsigned short dh; member
/linux/drivers/edac/
H A Dghes_edac.c204 static void enumerate_dimms(const struct dmi_header *dh, void *arg) in enumerate_dimms()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c281 u16 dw, dh; in omapfb_update_window() local
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c118 struct hpre_dh_ctx dh; member
135 struct kpp_request *dh; member
1710 static struct kpp_alg dh = { variable
/linux/crypto/
H A Ddh.c265 static struct kpp_alg dh = { variable
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c192 int dw, int dh, int rotation) in fimc_check_scaler_ratio()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c606 int dh, int rot, int out_path) in gsc_check_scaler_ratio()
/linux/drivers/fsi/
H A Dfsi-occ.c217 size_t dh = resp_len - parsed_len; in occ_save_ffdc() local
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c528 int dw, dh; in exynos_drm_ipp_check_scale_limits() local
/linux/arch/x86/boot/
H A Dboot.h238 u8 dl, dh, edx2, edx3; member

12