/Linux-v5.10/fs/verity/ |
D | verify.c | 27 unsigned int *hoffset) in hash_at_level() argument 38 *hoffset = (position & ((1 << params->log_arity) - 1)) << in hash_at_level() 43 static void extract_hash(struct page *hpage, unsigned int hoffset, in extract_hash() argument 48 memcpy(out, virt + hoffset, hsize); in extract_hash() 113 unsigned int hoffset; in verify_page() local 116 hash_at_level(params, index, level, &hindex, &hoffset); in verify_page() 119 level, hindex, hoffset); in verify_page() 132 extract_hash(hpage, hoffset, hsize, _want_hash); in verify_page() 142 hoffsets[level] = hoffset; in verify_page() 152 unsigned int hoffset = hoffsets[level - 1]; in verify_page() local [all …]
|
/Linux-v5.10/net/sched/ |
D | act_pedit.c | 275 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() argument 282 *hoffset = skb_mac_offset(skb); in pedit_skb_hdr_offset() 289 *hoffset = skb_network_offset(skb); in pedit_skb_hdr_offset() 295 *hoffset = skb_transport_offset(skb); in pedit_skb_hdr_offset() 330 int hoffset; in tcf_pedit_act() local 341 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act() 351 if (!offset_valid(skb, hoffset + tkey->at)) { in tcf_pedit_act() 353 hoffset + tkey->at); in tcf_pedit_act() 356 d = skb_header_pointer(skb, hoffset + tkey->at, in tcf_pedit_act() 368 if (!offset_valid(skb, hoffset + offset)) { in tcf_pedit_act() [all …]
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 366 u8 hoffset = 0, hworden = 0; in Efuse_GetCurrentSize() local 376 hoffset = efuse_data; in Efuse_GetCurrentSize() 383 hoffset = ((hoffset & 0xE0) >> 5) | in Efuse_GetCurrentSize() 388 hoffset = (efuse_data >> 4) & 0x0F; in Efuse_GetCurrentSize() 407 u8 hoffset = 0, hworden = 0; in Efuse_PgPacketRead() local 432 hoffset = ((tmp_header & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); in Efuse_PgPacketRead() 440 hoffset = (efuse_data >> 4) & 0x0F; in Efuse_PgPacketRead() 446 if (hoffset == offset) { in Efuse_PgPacketRead()
|
/Linux-v5.10/include/uapi/linux/netfilter/ |
D | xt_HMARK.h | 49 __u32 hoffset; /* Mark offset to start from */ member
|
/Linux-v5.10/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-v5.10/drivers/video/fbdev/ |
D | neofb.c | 726 int hoffset, voffset; in neofb_set_par() local 897 hoffset = in neofb_set_par() 905 hoffset = 0; in neofb_set_par() 911 par->PanelHorizCenterReg3 = hoffset; in neofb_set_par() 915 par->PanelHorizCenterReg4 = hoffset; in neofb_set_par() 919 par->PanelHorizCenterReg1 = hoffset; in neofb_set_par() 923 par->PanelHorizCenterReg2 = hoffset; in neofb_set_par() 927 par->PanelHorizCenterReg5 = hoffset; in neofb_set_par()
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 1153 u8 hoffset = 0, hworden = 0; in hal_EfuseGetCurrentSize_WiFi() local 1205 hoffset = GET_HDR_OFFSET_2_0(efuse_data); in hal_EfuseGetCurrentSize_WiFi() 1211 hoffset |= ((efuse_data & 0xF0) >> 1); in hal_EfuseGetCurrentSize_WiFi() 1214 hoffset = (efuse_data>>4) & 0x0F; in hal_EfuseGetCurrentSize_WiFi() 1252 u8 hoffset = 0, hworden = 0; in hal_EfuseGetCurrentSize_BT() local 1296 hoffset = GET_HDR_OFFSET_2_0(efuse_data); in hal_EfuseGetCurrentSize_BT() 1307 hoffset |= ((efuse_data & 0xF0) >> 1); in hal_EfuseGetCurrentSize_BT() 1310 hoffset = (efuse_data>>4) & 0x0F; in hal_EfuseGetCurrentSize_BT() 1315 FUNC_ADPT_ARG(padapter), hoffset, hworden); in hal_EfuseGetCurrentSize_BT() 1329 hoffset = efuse_data; in hal_EfuseGetCurrentSize_BT() [all …]
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_client_modeset.c | 344 int hoffset = 0, voffset = 0; in drm_client_get_tile_offsets() local 357 hoffset += modes[i]->hdisplay; in drm_client_get_tile_offsets() 362 offsets[idx].x = hoffset; in drm_client_get_tile_offsets() 364 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx); in drm_client_get_tile_offsets()
|
/Linux-v5.10/drivers/media/platform/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-v5.10/net/netfilter/ |
D | xt_HMARK.c | 128 return reciprocal_scale(hash, info->hmodulus) + info->hoffset; in hmark_hash()
|
/Linux-v5.10/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-v5.10/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-v5.10/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_component.c | 596 HV_OFFSET(cin->hoffset, cin->voffset)); in compiz_enable_input()
|