Home
last modified time | relevance | path

Searched +defs:p +defs:map (Results 101 – 125 of 395) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c602 const struct abx500_pinrange *p; in abx500_gpio_request_enable() local
687 static int abx500_dt_add_map_mux(struct pinctrl_map **map, in abx500_dt_add_map_mux()
703 static int abx500_dt_add_map_configs(struct pinctrl_map **map, in abx500_dt_add_map_configs()
743 struct pinctrl_map **map, in abx500_dt_subnode_to_map()
805 struct pinctrl_map **map, unsigned *num_maps) in abx500_dt_node_to_map()
957 const struct abx500_pinrange *p; in abx500_get_gpio_num() local
1059 const struct abx500_pinrange *p = &pct->soc->gpio_ranges[i]; in abx500_gpio_probe() local
/openbmc/linux/fs/isofs/
H A Ddir.c92 int map; in do_isofs_readdir() local
94 char *p = NULL; /* Quiet GCC */ in do_isofs_readdir() local
/openbmc/linux/drivers/of/
H A Ddevice.c97 const struct bus_dma_region *map = NULL; in of_dma_configure_id() local
251 struct property *p; in of_device_uevent() local
/openbmc/linux/net/ceph/
H A Ddebugfs.c34 static int monmap_show(struct seq_file *s, void *p) in monmap_show()
54 static int osdmap_show(struct seq_file *s, void *p) in osdmap_show()
59 struct ceph_osdmap *map = osdc->osdmap; in osdmap_show() local
138 static int monc_show(struct seq_file *s, void *p) in monc_show()
378 static int client_options_show(struct seq_file *s, void *p) in client_options_show()
/openbmc/linux/tools/perf/util/
H A Dcputopo.c39 char *buf = NULL, *p; in build_cpu_topology() local
264 struct perf_cpu_map *map; in cpu_topology__new() local
319 char *buf = NULL, *p; in load_numa_node() local
440 char *buf = NULL, *p; in load_hybrid_node() local
H A Dprobe-event.c135 struct map *map; in kernel_get_symbol_address_by_name() local
187 struct map *map; in get_target_map() local
257 struct map *map; in kprobe_warn_out_range() local
339 struct map *map; in kernel_get_module_dso() local
734 struct map *map; in post_process_offline_probe_trace_events() local
792 struct map *map; in post_process_module_probe_trace_events() local
828 struct map *map; in post_process_kernel_probe_trace_events() local
1850 char *p; in parse_probe_trace_command() local
2495 char buf[PATH_MAX], *p; in kprobe_blacklist__load() local
2734 char *p, *nbase; in get_new_event_name() local
[all …]
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dplane.c21 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_destroy() local
29 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_reset() local
147 struct host1x_bo_mapping *map; in tegra_dc_pin() local
632 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_check_transparency() local
675 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_update_transparency() local
727 struct tegra_plane *p = to_tegra_plane(plane); in tegra_plane_setup_transparency() local
/openbmc/linux/sound/hda/
H A Dhdmi_chmap.c222 struct hdac_cea_channel_speaker_allocation *p; in init_channel_allocations() local
391 unsigned char map; /* ALSA API channel map position */ member
481 static int hdmi_manual_channel_allocation(int chs, unsigned char *map) in hdmi_manual_channel_allocation()
507 int chs, unsigned char *map, in hdmi_manual_setup_channel_mapping()
536 static void hdmi_setup_fake_chmap(unsigned char *map, int ca) in hdmi_setup_fake_chmap()
552 int channels, unsigned char *map, in snd_hdac_setup_channel_mapping()
588 int channels, bool chmap_set, bool non_pcm, unsigned char *map) in snd_hdac_channel_allocation()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_helpers.h141 bpf_tail_call_static(void *ctx, const void *map, const __u32 slot) in bpf_tail_call_static()
204 #define ___bpf_fill0(arr, p, x) do {} while (0) argument
205 #define ___bpf_fill1(arr, p, x) arr[p] = x argument
206 #define ___bpf_fill2(arr, p, x, args...) arr[p] = x; ___bpf_fill1(arr, p + 1, args) argument
207 #define ___bpf_fill3(arr, p, x, args...) arr[p] = x; ___bpf_fill2(arr, p + 1, args) argument
208 #define ___bpf_fill4(arr, p, x, args...) arr[p] = x; ___bpf_fill3(arr, p + 1, args) argument
209 #define ___bpf_fill5(arr, p, x, args...) arr[p] = x; ___bpf_fill4(arr, p + 1, args) argument
210 #define ___bpf_fill6(arr, p, x, args...) arr[p] = x; ___bpf_fill5(arr, p + 1, args) argument
211 #define ___bpf_fill7(arr, p, x, args...) arr[p] = x; ___bpf_fill6(arr, p + 1, args) argument
212 #define ___bpf_fill8(arr, p, x, args...) arr[p] = x; ___bpf_fill7(arr, p + 1, args) argument
[all …]
H A Dlibbpf.c1122 struct bpf_map *map; in bpf_object__init_kern_struct_ops_maps() local
1150 struct bpf_map *map; in init_struct_ops_maps() local
1496 struct bpf_map *map; in bpf_object__add_map() local
1545 char map_name[BPF_OBJ_NAME_LEN], *p; in internal_map_name() local
1640 struct bpf_map *map; in bpf_object__init_internal_map() local
6509 struct bpf_program *p = &obj->programs[i]; in bpf_object__sort_relos() local
7055 char *p; in find_prev_line() local
8521 __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj, in __bpf_program__iter()
12436 struct perf_buffer_params p = {}; in perf_buffer__new() local
12468 struct perf_buffer_params p = {}; in perf_buffer__new_raw() local
[all …]
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c184 apple_properties_protocol_t *p; in retrieve_apple_device_properties() local
679 struct efi_boot_memmap *map; in allocate_e820() local
707 static efi_status_t exit_boot_func(struct efi_boot_memmap *map, in exit_boot_func()
711 struct exit_boot_struct *p = priv; in exit_boot_func() local
795 const char *p = strstr(cmdline, opts[i]); in parse_options() local
/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c86 const struct pmc_reg_map *map = pmc->map; in set_etr3() local
125 const struct pmc_reg_map *map = pmc->map; in etr3_is_visible() local
140 const struct pmc_reg_map *map = pmc->map; in etr3_show() local
198 const struct pmc_reg_map *map = pmc->map; in pmc_core_dev_state_get() local
221 const struct pmc_bit_map *map; in pmc_core_slps0_display() local
430 const struct pmc_bit_map *map = pmc->map->pll_sts; in pmc_core_pll_show() local
466 const struct pmc_reg_map *map; in pmc_core_send_ltr_ignore() local
553 const struct pmc_reg_map *map = pmc->map; in pmc_core_slps0_dbg_latch() local
630 const struct pmc_bit_map *map; in pmc_core_ltr_show() local
751 const struct pmc_bit_map *map; in pmc_core_substate_req_regs_show() local
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c100 struct rb_node **p, *rb; in drm_prime_add_buf_handle() local
688 int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map) in drm_gem_dmabuf_vmap()
704 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map) in drm_gem_dmabuf_vunmap()
1004 struct page **p = pages; in drm_prime_sg_to_page_array() local
H A Ddrm_gem_shmem_helper.c311 struct iosys_map *map) in drm_gem_shmem_vmap()
378 struct iosys_map *map) in drm_gem_shmem_vunmap()
639 struct drm_printer *p, unsigned int indent) in drm_gem_shmem_print_info()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c62 #define FSEL_REG(p) (GPFSEL0 + (((p) / 10) * 4)) argument
63 #define FSEL_SHIFT(p) (((p) % 10) * 3) argument
64 #define GPIO_REG_OFFSET(p) ((p) / 32) argument
65 #define GPIO_REG_SHIFT(p) ((p) % 32) argument
68 #define PUD_2711_REG_OFFSET(p) ((p) / 16) argument
69 #define PUD_2711_REG_SHIFT(p) (((p) % 16) * 2) argument
771 struct pinctrl_map *map = *maps; in bcm2835_pctl_dt_node_to_map_func() local
790 struct pinctrl_map *map = *maps; in bcm2835_pctl_dt_node_to_map_pull() local
814 struct pinctrl_map **map, unsigned int *num_maps) in bcm2835_pctl_dt_node_to_map()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c66 void __iomem *map; member
202 static uint32_t __iomem *get_gfar_tbipa_from_mdio(void __iomem *p) in get_gfar_tbipa_from_mdio()
213 static uint32_t __iomem *get_gfar_tbipa_from_mii(void __iomem *p) in get_gfar_tbipa_from_mii()
221 static uint32_t __iomem *get_etsec_tbipa(void __iomem *p) in get_etsec_tbipa()
232 static uint32_t __iomem *get_ucc_tbipa(void __iomem *p) in get_ucc_tbipa()
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb.c213 struct tlb_flush_param *p = param; in do_flush_tlb_mm_ipi() local
220 struct tlb_flush_param *p = param; in do_flush_tlb_page_ipi() local
251 struct tlb_flush_param p = { .pid = pid }; in flush_tlb_mm() local
291 struct tlb_flush_param p = { in __flush_tlb_page() local
596 bool map = true; in early_init_this_mmu() local
/openbmc/linux/scripts/
H A Drecordmcount.c113 void *p = NULL; in uwrite() local
234 static int make_nop_x86(void *map, size_t const offset) in make_nop_x86()
276 static int make_nop_arm(void *map, size_t const offset) in make_nop_arm()
312 static int make_nop_arm64(void *map, size_t const offset) in make_nop_arm64()
/openbmc/linux/sound/usb/
H A Dmixer.c73 const struct usbmix_name_map *map; member
134 check_ignored_ctl(const struct usbmix_name_map *p) in check_ignored_ctl()
157 const struct usbmix_selector_map *p; in check_mapped_selector_name() local
1674 const struct usbmix_name_map *map; in __build_feature_ctl() local
1891 const struct usbmix_name_map *map; in build_connector_control() local
2174 const struct usbmix_name_map *map; in build_mixer_unit_ctl() local
2484 const struct usbmix_name_map *map; in build_audio_procunit() local
2753 const struct usbmix_name_map *map; in parse_audio_selector_unit() local
3078 const struct usbmix_ctl_map *map; in snd_usb_mixer_controls_badd() local
3232 const struct usbmix_ctl_map *map; in snd_usb_mixer_controls() local
[all …]
/openbmc/linux/include/linux/ceph/
H A Dosdmap.h201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists()
207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
213 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()
221 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
231 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-alsa-pcm.c77 static const unsigned map[8] = { 0, 1, 5, 4, 2, 3, 6, 7 }; in sample_cpy() local
187 unsigned char *p = vb2_plane_vaddr(vb, 0); in alsa_fnc() local
275 static const unsigned map[8] = { 0, 1, 5, 4, 2, 3, 6, 7 }; in pb_sample_cpy() local
/openbmc/linux/drivers/pcmcia/
H A Ddb1xxx_ss.c248 int v, p, ret; in db1x_pcmcia_configure() local
392 struct pccard_io_map *map) in au1x00_pcmcia_set_io_map()
403 struct pccard_mem_map *map) in au1x00_pcmcia_set_mem_map()
/openbmc/linux/fs/ext4/
H A Dindirect.c32 __le32 *p; member
149 Indirect *p = chain; in ext4_get_branch() local
221 __le32 *p; in ext4_find_near() local
335 __le32 *p; in ext4_alloc_branch() local
531 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
761 static inline int all_zeroes(__le32 *p, __le32 *q) in all_zeroes()
808 Indirect *partial, *p; in ext4_find_shared() local
870 __le32 *p; in ext4_clear_blocks() local
931 __le32 *p; /* Pointer into inode/ind in ext4_free_data() local
1012 __le32 *p; in ext4_free_branches() local
[all …]
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-lpc-ctrl.c74 void __user *p = (void __user *)param; in aspeed_lpc_ctrl_ioctl() local
75 struct aspeed_lpc_ctrl_mapping map; in aspeed_lpc_ctrl_ioctl() local
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c26 u32 **p; in subpage_prot_free() local
185 unsigned long, len, u32 __user *, map) in SYSCALL_DEFINE3() argument

12345678910>>...16