Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dcg14.c366 .poff = 0x80000000,
371 .poff = 0x80003000,
376 .poff = 0x80004000,
381 .poff = 0x80005000,
386 .poff = 0x80006000,
391 .poff = 0x80000000,
396 .poff = 0x00000000,
401 .poff = 0x80001000,
406 .poff = 0x01000000,
411 .poff = 0x02000000,
[all …]
H A Dleo.c344 .poff = LEO_OFF_SS0,
349 .poff = LEO_OFF_LC_SS0_USR,
354 .poff = LEO_OFF_LD_SS0,
359 .poff = LEO_OFF_LX_CURSOR,
364 .poff = LEO_OFF_SS1,
369 .poff = LEO_OFF_LC_SS1_USR,
374 .poff = LEO_OFF_LD_SS1,
379 .poff = LEO_OFF_UNK,
384 .poff = LEO_OFF_LX_KRN,
389 .poff = LEO_OFF_LC_SS0_KRN,
[all …]
H A Dcg6.c551 .poff = CG6_FBC_OFFSET,
556 .poff = CG6_TEC_OFFSET,
561 .poff = CG6_BROOKTREE_OFFSET,
566 .poff = CG6_FHC_OFFSET,
571 .poff = CG6_THC_OFFSET,
576 .poff = CG6_ROM_OFFSET,
581 .poff = CG6_RAM_OFFSET,
586 .poff = CG6_DHC_OFFSET,
H A Dsbuslib.h13 unsigned long poff; member
H A Dcg3.c215 .poff = CG3_RAM_OFFSET,
H A Dtcx.c431 par->mmap_map[i].poff = op->resource[j].start - info->fix.smem_start; in tcx_probe()
/linux/drivers/watchdog/
H A Dpm8916_wdt.c147 u8 poff[2]; in pm8916_wdt_probe() local
189 &poff, ARRAY_SIZE(poff)); in pm8916_wdt_probe()
195 dev_dbg(dev, "POFF reason: %#x %#x\n", poff[0], poff[1]); in pm8916_wdt_probe()
196 if (poff[0] & PON_POFF_REASON1_PMIC_WD) in pm8916_wdt_probe()
198 if (poff[1] & PON_POFF_REASON2_UVLO) in pm8916_wdt_probe()
200 if (poff[1] & PON_POFF_REASON2_OTST3) in pm8916_wdt_probe()
/linux/samples/bpf/
H A Dsockex2_kern.c105 int poff; in flow_dissector()
176 poff = proto_ports_offset(ip_proto); in flow_dissector()
177 if (poff >= 0) { in flow_dissector()
178 nhoff += poff; in flow_dissector()
106 int poff; flow_dissector() local
H A Dsockex3_kern.c110 int poff; in parse_ip_proto() local
/linux/fs/iomap/
H A Dbuffered-io.c295 size_t poff = offset_in_folio(folio, *pos); in iomap_adjust_read_range() local
296 size_t plen = min_t(loff_t, folio_size(folio) - poff, length); in iomap_adjust_read_range()
298 unsigned first = poff >> block_bits; in iomap_adjust_read_range()
299 unsigned last = (poff + plen - 1) >> block_bits; in iomap_adjust_read_range()
318 poff += bytes_skipped; in iomap_adjust_read_range()
347 *offp = poff; in iomap_adjust_read_range()
518 size_t poff, plen; in iomap_read_folio_iter() local
533 iomap_adjust_read_range(iter->inode, folio, &pos, length, &poff, in iomap_read_folio_iter()
549 folio_zero_range(folio, poff, plen); in iomap_read_folio_iter()
550 iomap_set_range_uptodate(folio, poff, plen); in iomap_read_folio_iter()
[all …]
H A Dioend.c215 size_t poff = offset_in_folio(folio, pos); in iomap_add_to_ioend() local
255 if (!bio_add_folio(&ioend->io_bio, folio, map_len, poff)) in iomap_add_to_ioend()
/linux/net/sunrpc/
H A Dsocklib.c68 unsigned int poff = xdr->page_base & ~PAGE_MASK; in xdr_partial_copy_from_skb() local
83 unsigned int len = min(PAGE_SIZE - poff, pglen); in xdr_partial_copy_from_skb()
98 ret = xdr_skb_read_bits(desc, kaddr + poff, len); in xdr_partial_copy_from_skb()
107 poff = 0; in xdr_partial_copy_from_skb()
/linux/arch/x86/kernel/
H A Dalternative.c2116 const s32 *poff; in alternatives_smp_lock() local
2118 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
2119 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
2121 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
2132 const s32 *poff; in alternatives_smp_unlock() local
2134 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
2135 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
2137 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
2244 const s32 *poff; in alternatives_text_reserved() local
2253 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
[all …]
/linux/net/core/
H A Dflow_dissector.c116 * The function will try to retrieve the ports at offset thoff + poff where poff
122 int poff = proto_ports_offset(ip_proto); in skb_flow_get_ports() local
129 if (poff >= 0) { in skb_flow_get_ports()
132 ports = __skb_header_pointer(skb, thoff + poff, in skb_flow_get_ports()
1919 u32 poff = keys->control.thoff; in __skb_get_poff()
1924 return poff; in __skb_get_poff()
1932 doff = __skb_header_pointer(skb, poff + 12, sizeof(_doff), in __skb_get_poff()
1935 return poff; in __skb_get_poff()
1937 poff in __skb_get_poff()
1922 u32 poff = keys->control.thoff; __skb_get_poff() local
[all...]
H A Dskbuff.c3134 static bool __splice_segment(struct page *page, unsigned int poff, in __splice_segment() argument
3150 poff += *off; in __splice_segment()
3157 if (spd_fill_page(spd, page, &flen, poff, linear, sk)) in __splice_segment()
3159 poff += flen; in __splice_segment()
/linux/net/netfilter/
H A Dnf_nat_sip.c184 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local
213 "maddr=", &poff, &plen, in nf_nat_sip()
221 poff, plen, buffer, buflen)) { in nf_nat_sip()
230 "received=", &poff, &plen, in nf_nat_sip()
238 poff, plen, buffer, buflen)) { in nf_nat_sip()
247 "rport=", &poff, &plen, in nf_nat_sip()
255 poff, plen, buffer, buflen)) { in nf_nat_sip()
H A Dxt_hashlimit.c645 int poff; in hashlimit_init_dst() local
696 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst()
697 if (poff >= 0) { in hashlimit_init_dst()
698 ports = skb_header_pointer(skb, protoff + poff, sizeof(_ports), in hashlimit_init_dst()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c50 const u32 poff = nv50_ior_base(pior); in nv50_pior_clock() local
52 nvkm_mask(device, 0x614380 + poff, 0x00000707, 0x00000001); in nv50_pior_clock()
71 nv50_pior_power_wait(struct nvkm_device *device, u32 poff) in nv50_pior_power_wait() argument
74 if (!(nvkm_rd32(device, 0x61e004 + poff) & 0x80000000)) in nv50_pior_power_wait()
83 const u32 poff = nv50_ior_base(pior); in nv50_pior_power() local
88 nv50_pior_power_wait(device, poff); in nv50_pior_power()
89 nvkm_mask(device, 0x61e004 + poff, field, state); in nv50_pior_power()
90 nv50_pior_power_wait(device, poff); in nv50_pior_power()
H A Dgv100.c378 const u32 poff = chan->chid.ctrl * 0x10; in gv100_disp_dmac_init() local
381 nvkm_wr32(device, 0x610b24 + poff, lower_32_bits(chan->push)); in gv100_disp_dmac_init()
382 nvkm_wr32(device, 0x610b20 + poff, upper_32_bits(chan->push)); in gv100_disp_dmac_init()
383 nvkm_wr32(device, 0x610b28 + poff, 0x00000001); in gv100_disp_dmac_init()
384 nvkm_wr32(device, 0x610b2c + poff, 0x00000040); in gv100_disp_dmac_init()
/linux/fs/smb/client/
H A Dreparse.c63 u16 len, plen, poff, slen; in create_native_symlink() local
199 poff = 0; in create_native_symlink()
206 poff = 4; in create_native_symlink()
207 plen -= 2 * poff; in create_native_symlink()
225 memcpy(buf->PathBuffer, path+poff, plen); in create_native_symlink()
/linux/fs/erofs/
H A Dzdata.c539 pgoff_t poff = pcl->pos >> PAGE_SHIFT; in z_erofs_bind_cache() local
556 folio = filemap_get_folio(mc, poff + i); in z_erofs_bind_cache()
1128 int poff = bvec->offset + be->pcl->pageofs_out; in z_erofs_do_decompressed_bvec() local
1132 if (!(poff & ~PAGE_MASK) && (bvec->end == PAGE_SIZE || in z_erofs_do_decompressed_bvec()
1134 DBG_BUGON((poff >> PAGE_SHIFT) >= be->nr_pages); in z_erofs_do_decompressed_bvec()
1135 page = be->decompressed_pages + (poff >> PAGE_SHIFT); in z_erofs_do_decompressed_bvec()
/linux/samples/vfio-mdev/
H A Dmbochs.c440 loff_t poff; in mdev_access() local
476 poff = pos & ~PAGE_MASK; in mdev_access()
480 memcpy(map + poff, buf, count); in mdev_access()
482 memcpy(buf, map + poff, count); in mdev_access()
/linux/net/ceph/
H A Dosd_client.c5704 size_t poff, plen; in advance_cursor() local
5706 page = ceph_msg_data_next(cursor, &poff, &plen); in advance_cursor()
5710 zero_user_segment(page, poff, poff + plen); in advance_cursor()
/linux/Documentation/networking/
H A Dfilter.rst296 poff Payload start offset
/linux/drivers/md/
H A Draid5.c1363 unsigned int poff, sector_t sector, struct dma_async_tx_descriptor *tx, in async_copy_data() argument
1409 tx = async_memcpy(*page, bio_page, page_offset + poff, in async_copy_data()
1413 page_offset + poff, clen, &submit); in async_copy_data()