Home
last modified time | relevance | path

Searched refs:poffset (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/isofs/
H A Dcompress.c42 struct page **pages, unsigned poffset, in zisofs_uncompress_block() argument
124 + poffset; in zisofs_uncompress_block()
125 stream.avail_out = PAGE_SIZE - poffset; in zisofs_uncompress_block()
126 poffset = 0; in zisofs_uncompress_block()
209 loff_t poffset = 0; in zisofs_fill_pages() local
263 pcount, pages, poffset, &err); in zisofs_fill_pages()
264 poffset += ret; in zisofs_fill_pages()
265 pages += poffset >> PAGE_SHIFT; in zisofs_fill_pages()
266 pcount -= poffset >> PAGE_SHIFT; in zisofs_fill_pages()
267 full_page -= poffset >> PAGE_SHIFT; in zisofs_fill_pages()
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dof_live.c44 static void *unflatten_dt_node(const void *blob, void *mem, int *poffset, in unflatten_dt_node() argument
61 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node()
128 for (offset = fdt_first_property_offset(blob, *poffset); in unflatten_dt_node()
216 *poffset = fdt_next_node(blob, *poffset, &depth); in unflatten_dt_node()
219 while (*poffset > 0 && depth > old_depth) { in unflatten_dt_node()
220 mem = unflatten_dt_node(blob, mem, poffset, np, NULL, in unflatten_dt_node()
226 if (*poffset < 0 && *poffset != -FDT_ERR_NOTFOUND) { in unflatten_dt_node()
227 debug("unflatten: error %d processing FDT\n", *poffset); in unflatten_dt_node()
/OK3568_Linux_fs/kernel/fs/udf/
H A Ddir.c165 int poffset; /* Unpaded ending offset */ in udf_readdir() local
167 poffset = fibh.soffset + sizeof(struct fileIdentDesc) + liu + lfi; in udf_readdir()
169 if (poffset >= lfi) { in udf_readdir()
170 nameptr = (char *)(fibh.ebh->b_data + poffset - lfi); in udf_readdir()
182 lfi - poffset); in udf_readdir()
183 memcpy(nameptr + lfi - poffset, in udf_readdir()
184 fibh.ebh->b_data, poffset); in udf_readdir()
H A Dnamei.c234 int poffset; /* Unpaded ending offset */ in udf_find_entry() local
236 poffset = fibh->soffset + sizeof(struct fileIdentDesc) + in udf_find_entry()
239 if (poffset >= lfi) in udf_find_entry()
241 poffset - lfi); in udf_find_entry()
253 lfi - poffset); in udf_find_entry()
254 memcpy(nameptr + lfi - poffset, in udf_find_entry()
255 fibh->ebh->b_data, poffset); in udf_find_entry()
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c249 uint32_t poffset; in overlay_update_local_node_references() local
251 poffset = fdt32_to_cpu(fixup_val[i]); in overlay_update_local_node_references()
259 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val)); in overlay_update_local_node_references()
267 poffset, in overlay_update_local_node_references()
365 int poffset, const char *label) in overlay_fixup_one_phandle() argument
397 name, name_len, poffset, in overlay_fixup_one_phandle()
443 int poffset, ret; in overlay_fixup_phandle() local
472 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
478 poffset, label); in overlay_fixup_phandle()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_overlay.c256 uint32_t poffset; in overlay_update_local_node_references() local
258 poffset = fdt32_to_cpu(fixup_val[i]); in overlay_update_local_node_references()
266 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val)); in overlay_update_local_node_references()
274 poffset, in overlay_update_local_node_references()
372 int poffset, const char *label) in overlay_fixup_one_phandle() argument
404 name, name_len, poffset, in overlay_fixup_one_phandle()
450 int poffset, ret; in overlay_fixup_phandle() local
479 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
485 poffset, label); in overlay_fixup_phandle()
H A Dfdt_ro.c399 int *poffset) in fdt_get_property_namelen_() argument
413 if (poffset) in fdt_get_property_namelen_()
414 *poffset = offset; in fdt_get_property_namelen_()
454 int poffset; in fdt_getprop_namelen() local
458 &poffset); in fdt_getprop_namelen()
464 (poffset + sizeof(*prop)) % 8 && fdt32_ld(&prop->len) >= 8) in fdt_getprop_namelen()
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py360 poffset = libfdt.fdt_first_property_offset(self._fdt, node._offset)
361 while poffset >= 0:
362 p = self._fdt_obj.get_property_by_offset(poffset)
363 prop = Prop(node, poffset, p.name, p.value)
366 poffset = libfdt.fdt_next_property_offset(self._fdt, poffset)
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmodule.c30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument
43 g->got_offset = *poffset; in process_reloc_for_got()
44 *poffset += 8; in process_reloc_for_got()
52 g->got_offset = *poffset; in process_reloc_for_got()
53 *poffset += 8; in process_reloc_for_got()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl8712_recv.c416 u8 *poffset; in r8712_rxcmd_event_hdl() local
420 poffset = prxcmdbuf; in r8712_rxcmd_event_hdl()
421 voffset = *(__le32 *)poffset; in r8712_rxcmd_event_hdl()
425 poffset += RXDESC_SIZE + drvinfo_sz; in r8712_rxcmd_event_hdl()
427 voffset = *(__le32 *)poffset; in r8712_rxcmd_event_hdl()
429 r8712_event_handle(padapter, (__le32 *)poffset); in r8712_rxcmd_event_hdl()
430 poffset += (cmd_len + 8);/*8 bytes alignment*/ in r8712_rxcmd_event_hdl()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py206 poffset = seg[ELF_SEG_P_OFFSET]
209 … print 'type: %s\nfilesz: %08x\nmemsz: %08x\noffset: %08x' % (ptype, pfilesz, pmemsz, poffset)
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.c194 int poffset; member
710 di->poffset = coffset - ioffset; in rk818_bat_adc_calib()
711 rk818_bat_write(di, RK818_POFFSET_REG, di->poffset); in rk818_bat_adc_calib()
713 coffset, ioffset, di->poffset); in rk818_bat_adc_calib()
1494 di->poffset = rk818_bat_read(di, RK818_POFFSET_REG); in rk818_bat_init_coffset()
1495 if (!di->poffset) in rk818_bat_init_coffset()
1496 di->poffset = DEFAULT_POFFSET; in rk818_bat_init_coffset()
1498 coffset = di->poffset + ioffset; in rk818_bat_init_coffset()
1505 __func__, di->poffset, ioffset, rk818_bat_get_coffset(di)); in rk818_bat_init_coffset()
1519 int ioffset, poffset; in rk818_bat_internal_calib() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk818.c168 int poffset; member
345 di->poffset = rk818_bat_read(di, POFFSET_REG); in rk818_bat_init_coffset()
346 if (!di->poffset) in rk818_bat_init_coffset()
347 di->poffset = DEFAULT_POFFSET; in rk818_bat_init_coffset()
349 coffset = di->poffset + ioffset; in rk818_bat_init_coffset()
1448 di->poffset = coffset - ioffset; in rk818_bat_adc_calib()
1449 rk818_bat_write(di, POFFSET_REG, di->poffset); in rk818_bat_adc_calib()
1451 coffset, ioffset, di->poffset); in rk818_bat_adc_calib()
H A Dfg_rk816.c129 int poffset; member
976 di->poffset = coffset - ioffset; in rk816_bat_init_poffset()
1337 di->poffset = coffset - ioffset; in rk816_bat_adc_calib()
1338 rk816_bat_write(di, POFFSET_REG, di->poffset); in rk816_bat_adc_calib()
1340 coffset, ioffset, di->poffset); in rk816_bat_adc_calib()
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h946 #define get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatil… argument
947 get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, pvolatilep, keep_aligning)
971 #define get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatil… argument
972 get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatilep)
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_page_table.h150 ulong *poffset);
H A Dgasket_page_table.c1090 ulong *poffset) in gasket_page_table_lookup_page() argument
1122 *poffset = pte->offset; in gasket_page_table_lookup_page()
1128 *poffset = 0; in gasket_page_table_lookup_page()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dsi2165.c286 const u8 *data, u32 len, u32 *poffset, in si2165_upload_firmware_block() argument
293 u32 offset = poffset ? *poffset : 0; in si2165_upload_firmware_block()
349 if (poffset) in si2165_upload_firmware_block()
350 *poffset = offset; in si2165_upload_firmware_block()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c102 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdevice_id, u16 *poffset) in _cvrt2ftaddr() argument
136 if (poffset) in _cvrt2ftaddr()
137 *poffset = offset; in _cvrt2ftaddr()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dalignment.c719 union offset_union *poffset) in do_alignment_t32_to_handler() argument
752 poffset->un = (tinst2 & 0xff) << 2; in do_alignment_t32_to_handler()
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c619 u32 poffset; in qtnf_topaz_rx_poll() local
634 poffset = QTN_GET_OFFSET(descw); in qtnf_topaz_rx_poll()
661 skb_reserve(skb, poffset); in qtnf_topaz_rx_poll()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c847 uint32_t handle, uint64_t *poffset) in nouveau_display_dumb_map_offset() argument
854 *poffset = drm_vma_node_offset_addr(&bo->bo.base.vma_node); in nouveau_display_dumb_map_offset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c122 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr() argument
157 if (poffset) in _cvrt2ftaddr()
158 *poffset = offset; in _cvrt2ftaddr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/sdio/
H A Dsdio_ops.c114 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr() argument
149 if (poffset) in _cvrt2ftaddr()
150 *poffset = offset; in _cvrt2ftaddr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/rtl8703b/sdio/
H A Dsdio_ops.c114 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr() argument
149 if (poffset) in _cvrt2ftaddr()
150 *poffset = offset; in _cvrt2ftaddr()

12