Home
last modified time | relevance | path

Searched +defs:p +defs:map (Results 126 – 150 of 395) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c114 #define nvkm_firmware_mem(p) container_of((p), struct nvkm_firmware, mem.memory) argument
121 struct nvkm_vmm_map map = { in nvkm_firmware_mem_map() local
/openbmc/linux/drivers/pcmcia/
H A Di82365.c297 struct cirrus_state *p = &socket[s].state.cirrus; in cirrus_get_state() local
309 struct cirrus_state *p = &socket[s].state.cirrus; in cirrus_set_state() local
324 struct cirrus_state *p = &socket[s].state.cirrus; in cirrus_set_opts() local
380 struct vg46x_state *p = &socket[s].state.vg46x; in vg46x_get_state() local
388 struct vg46x_state *p = &socket[s].state.vg46x; in vg46x_set_state() local
396 struct vg46x_state *p = &socket[s].state.vg46x; in vg46x_set_opts() local
1034 u_char map, ioctl; in i365_set_io_map() local
1064 u_char map; in i365_set_mem_map() local
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c76 static bool get_map_ident(const struct bpf_map *map, char *buf, size_t buf_sz) in get_map_ident()
88 const char *sfx = sfxs[i], *p; in get_map_ident() local
249 struct bpf_map *map; in codegen_datasecs() local
298 struct bpf_map *map; in codegen_subskel_datasecs() local
456 static size_t bpf_map_mmap_sz(const struct bpf_map *map) in bpf_map_mmap_sz()
470 struct bpf_map *map; in codegen_asserts() local
617 struct bpf_map *map; in codegen_destroy() local
661 struct bpf_map *map; in gen_trace() local
820 struct bpf_map *map; in codegen_maps_skeleton() local
917 struct bpf_map *map; in do_skeleton() local
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dskel_internal.h97 static inline void skel_free(const void *p) in skel_free()
124 static inline void skel_free_map_data(void *p, __u64 addr, size_t sz) in skel_free_map_data()
146 struct bpf_map *map; in skel_finalize_map_data() local
174 static inline void skel_free(void *p) in skel_free()
179 static inline void skel_free_map_data(void *p, __u64 addr, size_t sz) in skel_free_map_data()
/openbmc/linux/fs/ext4/
H A Ddir.c171 struct ext4_map_blocks map; in ext4_readdir() local
436 struct dir_private_info *p; in ext4_htree_create_dir_info() local
446 void ext4_htree_free_dir_info(struct dir_private_info *p) in ext4_htree_free_dir_info()
464 struct rb_node **p, *parent = NULL; in ext4_htree_store_dirent() local
H A Dblock_validity.c153 struct ext4_map_blocks map; in ext4_protect_reserved_inode() local
350 struct inode *inode, __le32 *p, unsigned int max) in ext4_check_blockref()
/openbmc/linux/drivers/acpi/
H A Dosl.c226 struct acpi_ioremap *map; in acpi_map_lookup() local
240 struct acpi_ioremap *map; in acpi_map_vaddr_lookup() local
251 struct acpi_ioremap *map; in acpi_os_get_iomem() local
269 struct acpi_ioremap *map; in acpi_map_lookup_virt() local
326 struct acpi_ioremap *map; in acpi_os_map_iomem() local
384 struct acpi_ioremap *map = container_of(to_rcu_work(work), in acpi_os_map_remove() local
393 static void acpi_os_drop_map_ref(struct acpi_ioremap *map) in acpi_os_drop_map_ref()
420 struct acpi_ioremap *map; in acpi_os_unmap_iomem() local
471 struct acpi_ioremap *map; in acpi_os_unmap_generic_address() local
1381 char *p = acpi_os_name; in acpi_os_name_setup() local
/openbmc/linux/sound/drivers/
H A Dmts64.c179 static int mts64_device_ready(struct parport *p) in mts64_device_ready()
200 static int mts64_device_init(struct parport *p) in mts64_device_init()
226 struct parport *p = mts->pardev->port; in mts64_device_open() local
240 struct parport *p = mts->pardev->port; in mts64_device_close() local
263 static const u8 map[] = { 0, 1, 4, 2, 3 }; in mts64_map_midi_input() local
276 static int mts64_probe(struct parport *p) in mts64_probe()
300 static u16 mts64_read(struct parport *p) in mts64_read()
324 static u8 mts64_read_char(struct parport *p) in mts64_read_char()
373 static void mts64_smpte_stop(struct parport *p) in mts64_smpte_stop()
412 struct parport *p = mts->pardev->port; in mts64_write_midi() local
[all …]
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c144 struct rb_node **p = &root->rb_node; in rb_lookup() local
169 struct rb_node **p = &root->rb_node; in rb_insert_count() local
202 struct rb_node **p = &root->rb_node; in rb_insert_start() local
1519 void ntfs_bitmap_set_le(void *map, unsigned int start, int len) in ntfs_bitmap_set_le()
1521 bitmap_ulong *p = (bitmap_ulong *)map + BIT_WORD(start); in ntfs_bitmap_set_le() local
1539 void ntfs_bitmap_clear_le(void *map, unsigned int start, int len) in ntfs_bitmap_clear_le()
1541 bitmap_ulong *p = (bitmap_ulong *)map + BIT_WORD(start); in ntfs_bitmap_clear_le() local
/openbmc/linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c243 static int system_heap_vmap(struct dma_buf *dmabuf, struct iosys_map *map) in system_heap_vmap()
271 static void system_heap_vunmap(struct dma_buf *dmabuf, struct iosys_map *map) in system_heap_vunmap()
407 struct page *p = sg_page(sg); in system_heap_allocate() local
/openbmc/linux/drivers/iio/accel/
H A Dkxsd9.c74 struct regmap *map; member
207 static irqreturn_t kxsd9_trigger_handler(int irq, void *p) in kxsd9_trigger_handler()
400 struct regmap *map, in kxsd9_common_probe()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c1148 void drm_gem_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_print_info()
1178 int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vmap()
1197 void drm_gem_vunmap(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vunmap()
1212 int drm_gem_vmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vmap_unlocked()
1224 void drm_gem_vunmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vunmap_unlocked()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dgk20a.c59 #define gk20a_instobj(p) container_of((p), struct gk20a_instobj, memory) argument
70 #define gk20a_instobj_dma(p) \ argument
89 #define gk20a_instobj_iommu(p) \ argument
113 #define gk20a_instmem(p) container_of((p), struct gk20a_instmem, base) argument
285 struct nvkm_vmm_map map = { in gk20a_instobj_map() local
446 struct page *p = alloc_page(GFP_KERNEL); in gk20a_instobj_ctor_iommu() local
/openbmc/linux/fs/ocfs2/cluster/
H A Dnodemanager.c47 int o2nm_configured_node_map(unsigned long *map, unsigned bytes) in o2nm_configured_node_map()
69 struct rb_node **p = &cluster->cl_node_ip_tree.rb_node; in o2nm_node_ip_tree_lookup() local
189 char *p = (char *)page; in o2nm_node_num_store() local
243 char *p = (char *)page; in o2nm_node_ipv4_port_store() local
273 struct rb_node **p, *parent; in o2nm_node_ipv4_address_store() local
328 char *p = (char *)page; in o2nm_node_local_store() local
428 char *p = (char *)page; in o2nm_cluster_attr_write() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c44 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_init()
73 static int amdgpu_cs_job_idx(struct amdgpu_cs_parser *p, in amdgpu_cs_job_idx()
107 static int amdgpu_cs_p1_ib(struct amdgpu_cs_parser *p, in amdgpu_cs_p1_ib()
125 static int amdgpu_cs_p1_user_fence(struct amdgpu_cs_parser *p, in amdgpu_cs_p1_user_fence()
175 static int amdgpu_cs_pass1(struct amdgpu_cs_parser *p, in amdgpu_cs_pass1()
326 static int amdgpu_cs_p2_ib(struct amdgpu_cs_parser *p, in amdgpu_cs_p2_ib()
568 static int amdgpu_cs_p2_shadow(struct amdgpu_cs_parser *p, in amdgpu_cs_p2_shadow()
588 static int amdgpu_cs_pass2(struct amdgpu_cs_parser *p) in amdgpu_cs_pass2()
781 struct amdgpu_cs_parser *p = param; in amdgpu_cs_bo_validate() local
1251 static int amdgpu_cs_submit(struct amdgpu_cs_parser *p, in amdgpu_cs_submit()
[all …]
/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c176 hil_packet p; in hil_mlc_send_polls() local
809 struct hil_mlc_serio_map *map; in hil_mlc_serio_write() local
877 struct hil_mlc_serio_map *map; in hil_mlc_serio_open() local
894 struct hil_mlc_serio_map *map; in hil_mlc_serio_close() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dram.c24 #define nvkm_vram(p) container_of((p), struct nvkm_vram, memory) argument
49 struct nvkm_vmm_map map = { in nvkm_vram_map() local
/openbmc/qemu/audio/
H A Dpaaudio.c101 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_get_buffer_in() local
129 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_put_buffer_in() local
154 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_read() local
206 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_buffer_get_free() local
235 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_get_buffer_out() local
261 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_put_buffer_out() local
283 PAVoiceOut *p = (PAVoiceOut *) hw; in qpa_write() local
425 pa_channel_map map; in qpa_simple_new() local
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c700 struct ice_ptg_ptype *p; in ice_ptg_remove_ptype() local
2468 struct ice_pkg_es *p; in ice_prof_bld_es() local
3104 struct ice_prof_map *map; in ice_search_prof_id() local
3364 struct ice_prof_map *map; in ice_get_prof() local
3365 struct ice_chs_chg *p; in ice_get_prof() local
3457 struct ice_prof_map *map; in ice_add_prof_to_lst() local
3504 struct ice_chs_chg *p; in ice_move_vsi() local
3565 struct ice_chs_chg *p; in ice_prof_tcam_ena_dis() local
3712 struct ice_prof_map *map; in ice_add_prof_id_vsig() local
3714 struct ice_chs_chg *p; in ice_add_prof_id_vsig() local
[all …]
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c56 void __iomem *map; in vc4_ioremap_regs() local
258 struct device *p = NULL, *d; in vc4_match_add_drivers() local
/openbmc/linux/tools/perf/util/
H A Ddlfilter.c253 struct map *map; in dlfilter__srcline() local
285 static __s32 code_read(__u64 ip, struct map *map, struct machine *machine, void *buf, __u32 len) in code_read()
626 char *p = long_desc; in list_filters() local
H A Ddso.c856 struct rb_node * const *p = &root->rb_node; in __dso_cache__find() local
882 struct rb_node **p = &root->rb_node; in dso_cache__insert() local
1023 u8 *p = data; in cached_io() local
1159 ssize_t dso__data_read_addr(struct dso *dso, struct map *map, in dso__data_read_addr()
1200 ssize_t dso__data_write_cache_addr(struct dso *dso, struct map *map, in dso__data_write_cache_addr()
1211 struct map *map = NULL; in dso__new_map() local
/openbmc/linux/drivers/xen/
H A Dswiotlb-xen.c77 static inline int range_straddles_page_boundary(phys_addr_t p, size_t size) in range_straddles_page_boundary()
113 phys_addr_t p = virt_to_phys(buf); in xen_swiotlb_fixup() local
199 phys_addr_t map, phys = page_to_phys(page) + offset; in xen_swiotlb_map_page() local
/openbmc/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c80 char map[100]; in create_and_enter_userns() local
127 char *p = src; in get_field() local
/openbmc/linux/sound/pci/hda/
H A Dhda_jack.c416 const struct hda_jack_keymap *map; in snd_hda_jack_bind_keymap() local
546 const struct hda_jack_keymap *map; in snd_hda_jack_add_kctl_mst() local
630 const hda_nid_t *p; in snd_hda_jack_add_kctls() local

12345678910>>...16