h_size            382 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	params.h_size = cpu_to_le16((uint16_t)bp_params->h_addressable);
h_size           2815 drivers/gpu/drm/amd/include/atomfirmware.h   uint16_t  h_size;
h_size            511 drivers/gpu/drm/radeon/radeon_legacy_tv.c 			      (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE)));
h_size            514 drivers/gpu/drm/radeon/radeon_legacy_tv.c 			      (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE)));
h_size            519 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc);
h_size            407 drivers/gpu/drm/radeon/radeon_mode.h 	int               h_size;
h_size            342 drivers/gpu/drm/tegra/dc.c 	unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp;
h_size            368 drivers/gpu/drm/tegra/dc.c 	h_size = window->src.w * bpp;
h_size            371 drivers/gpu/drm/tegra/dc.c 	value = V_PRESCALED_SIZE(v_size) | H_PRESCALED_SIZE(h_size);
h_size            128 drivers/staging/media/ipu3/ipu3-css-fw.c 	    css->fwp->file_header.h_size != sizeof(struct imgu_fw_bi_file_h))
h_size            168 drivers/staging/media/ipu3/ipu3-css-fw.h 	unsigned int h_size;	/* sizeof(struct imgu_fw_bi_file_h) */
h_size            176 fs/xfs/libxfs/xfs_log_format.h 	__be32	  h_size;	/* iclog size				:  4 */
h_size           1457 fs/xfs/xfs_log.c 		head->h_size = cpu_to_be32(log->l_iclog_size);
h_size            518 fs/xfs/xfs_log_recover.c 		uint	h_size = be32_to_cpu(head->h_size);
h_size            520 fs/xfs/xfs_log_recover.c 		xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE;
h_size            521 fs/xfs/xfs_log_recover.c 		if (h_size % XLOG_HEADER_CYCLE_SIZE)
h_size           1157 fs/xfs/xfs_log_recover.c 				be32_to_cpu((*rhead)->h_size));
h_size           1213 fs/xfs/xfs_log_recover.c 		int	h_size = be32_to_cpu(rhead->h_size);
h_size           1217 fs/xfs/xfs_log_recover.c 		    (h_size > XLOG_HEADER_CYCLE_SIZE)) {
h_size           1218 fs/xfs/xfs_log_recover.c 			hblks = h_size / XLOG_HEADER_CYCLE_SIZE;
h_size           1219 fs/xfs/xfs_log_recover.c 			if (h_size % XLOG_HEADER_CYCLE_SIZE)
h_size           5242 fs/xfs/xfs_log_recover.c 	int			error = 0, h_size, h_len;
h_size           5290 fs/xfs/xfs_log_recover.c 		h_size = be32_to_cpu(rhead->h_size);
h_size           5292 fs/xfs/xfs_log_recover.c 		if (h_len > h_size) {
h_size           5297 fs/xfs/xfs_log_recover.c 					 h_size, log->l_mp->m_logbsize);
h_size           5298 fs/xfs/xfs_log_recover.c 				h_size = log->l_mp->m_logbsize;
h_size           5304 fs/xfs/xfs_log_recover.c 		    (h_size > XLOG_HEADER_CYCLE_SIZE)) {
h_size           5305 fs/xfs/xfs_log_recover.c 			hblks = h_size / XLOG_HEADER_CYCLE_SIZE;
h_size           5306 fs/xfs/xfs_log_recover.c 			if (h_size % XLOG_HEADER_CYCLE_SIZE)
h_size           5317 fs/xfs/xfs_log_recover.c 		h_size = XLOG_BIG_RECORD_BSIZE;
h_size           5322 fs/xfs/xfs_log_recover.c 	dbp = xlog_alloc_buffer(log, BTOBB(h_size));
h_size           1644 net/batman-adv/network-coding.c 	const int h_size = sizeof(struct batadv_unicast_packet);
h_size           1645 net/batman-adv/network-coding.c 	const int h_diff = sizeof(struct batadv_coded_packet) - h_size;
h_size           1701 net/batman-adv/network-coding.c 	batadv_nc_memxor(skb->data + h_size,
h_size           1702 net/batman-adv/network-coding.c 			 nc_packet->skb->data + h_size,
h_size           1706 net/batman-adv/network-coding.c 	if (nc_packet->skb->len > coding_len + h_size) {
h_size           1707 net/batman-adv/network-coding.c 		err = pskb_trim_rcsum(skb, coding_len + h_size);