/linux-6.6.21/fs/verity/ |
D | verify.c | 110 unsigned int hoffset; in verify_data_block() member 148 unsigned int hoffset; in verify_data_block() local 169 hoffset = (hidx << params->log_digestsize) & in verify_data_block() 183 memcpy(_want_hash, haddr + hoffset, hsize); in verify_data_block() 192 hblocks[level].hoffset = hoffset; in verify_data_block() 203 unsigned int hoffset = hblocks[level - 1].hoffset; in verify_data_block() local 218 memcpy(_want_hash, haddr + hoffset, hsize); in verify_data_block()
|
/linux-6.6.21/net/sched/ |
D | act_pedit.c | 332 static int pedit_l4_skb_offset(struct sk_buff *skb, int *hoffset, const int header_type) in pedit_l4_skb_offset() argument 344 *hoffset = noff + iph->ihl * 4; in pedit_l4_skb_offset() 349 ret = ipv6_find_hdr(skb, hoffset, header_type, NULL, NULL) == header_type ? 0 : -EINVAL; in pedit_l4_skb_offset() 357 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() argument 364 *hoffset = skb_mac_offset(skb); in pedit_skb_hdr_offset() 371 *hoffset = skb_network_offset(skb); in pedit_skb_hdr_offset() 375 ret = pedit_l4_skb_offset(skb, hoffset, IPPROTO_TCP); in pedit_skb_hdr_offset() 378 ret = pedit_l4_skb_offset(skb, hoffset, IPPROTO_UDP); in pedit_skb_hdr_offset() 416 int hoffset = 0; in tcf_pedit_act() local 428 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act() [all …]
|
/linux-6.6.21/drivers/gpu/drm/logicvc/ |
D | logicvc_layer.c | 175 setup.hoffset); in logicvc_plane_atomic_update() 273 u16 hoffset = 0; in logicvc_layer_buffer_find_setup() local 320 hoffset = gap / layer_bytespp; in logicvc_layer_buffer_find_setup() 321 if (hoffset > LOGICVC_DIMENSIONS_MAX) in logicvc_layer_buffer_find_setup() 322 hoffset = LOGICVC_DIMENSIONS_MAX; in logicvc_layer_buffer_find_setup() 324 gap -= hoffset * layer_bytespp; in logicvc_layer_buffer_find_setup() 341 drm_dbg_kms(drm_dev, "- hoffset = 0x%x chunks of 0x%x bytes\n", hoffset, in logicvc_layer_buffer_find_setup() 347 setup->hoffset = hoffset; in logicvc_layer_buffer_find_setup()
|
D | logicvc_layer.h | 23 u16 hoffset; member
|
/linux-6.6.21/include/uapi/linux/netfilter/ |
D | xt_HMARK.h | 49 __u32 hoffset; /* Mark offset to start from */ member
|
/linux-6.6.21/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 957 u8 hoffset = 0, hworden = 0; in hal_EfuseGetCurrentSize_WiFi() local 1004 hoffset = GET_HDR_OFFSET_2_0(efuse_data); in hal_EfuseGetCurrentSize_WiFi() 1010 hoffset |= ((efuse_data & 0xF0) >> 1); in hal_EfuseGetCurrentSize_WiFi() 1013 hoffset = (efuse_data>>4) & 0x0F; in hal_EfuseGetCurrentSize_WiFi() 1050 u8 hoffset = 0, hworden = 0; in hal_EfuseGetCurrentSize_BT() local 1088 hoffset = GET_HDR_OFFSET_2_0(efuse_data); in hal_EfuseGetCurrentSize_BT() 1098 hoffset |= ((efuse_data & 0xF0) >> 1); in hal_EfuseGetCurrentSize_BT() 1101 hoffset = (efuse_data>>4) & 0x0F; in hal_EfuseGetCurrentSize_BT() 1117 hoffset = efuse_data; in hal_EfuseGetCurrentSize_BT() 1124 hoffset = ((hoffset & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); in hal_EfuseGetCurrentSize_BT() [all …]
|
/linux-6.6.21/drivers/staging/rtl8712/ |
D | rtl8712_efuse.c | 232 u8 hoffset = 0, hworden = 0, word_cnts = 0; in r8712_efuse_pg_packet_read() local 248 hoffset = (efuse_data >> 4) & 0x0F; in r8712_efuse_pg_packet_read() 251 if (hoffset == offset) { in r8712_efuse_pg_packet_read()
|
/linux-6.6.21/drivers/video/fbdev/ |
D | neofb.c | 727 int hoffset, voffset; in neofb_set_par() local 898 hoffset = in neofb_set_par() 906 hoffset = 0; in neofb_set_par() 912 par->PanelHorizCenterReg3 = hoffset; in neofb_set_par() 916 par->PanelHorizCenterReg4 = hoffset; in neofb_set_par() 920 par->PanelHorizCenterReg1 = hoffset; in neofb_set_par() 924 par->PanelHorizCenterReg2 = hoffset; in neofb_set_par() 928 par->PanelHorizCenterReg5 = hoffset; in neofb_set_par()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_client_modeset.c | 352 int hoffset = 0, voffset = 0; in drm_client_get_tile_offsets() local 365 hoffset += modes[i]->hdisplay; in drm_client_get_tile_offsets() 370 offsets[idx].x = hoffset; in drm_client_get_tile_offsets() 372 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx); in drm_client_get_tile_offsets()
|
/linux-6.6.21/drivers/media/platform/renesas/vsp1/ |
D | vsp1_wpf.c | 500 unsigned int hoffset = max(0, (int)format->width - 16); in wpf_configure_partition() local 509 mem.addr[i] += hoffset / hsub in wpf_configure_partition()
|
/linux-6.6.21/net/netfilter/ |
D | xt_HMARK.c | 128 return reciprocal_scale(hash, info->hmodulus) + info->hoffset; in hmark_hash()
|
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline.h | 284 u16 hoffset, voffset; member
|
D | komeda_pipeline_state.c | 701 cin->hoffset = dflow->out_x; in komeda_compiz_set_input()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.c | 657 u8 hoffset; in efuse_read_data_case1() local 662 hoffset = (efuse_data >> 4) & 0x0F; in efuse_read_data_case1() 666 if (hoffset == offset) { in efuse_read_data_case1()
|
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_component.c | 596 HV_OFFSET(cin->hoffset, cin->voffset)); in compiz_enable_input()
|