Searched refs:pconfig (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/fs/hugetlbfs/ |
D | inode.c | 1109 hugetlbfs_parse_options(char *options, struct hugetlbfs_config *pconfig) in hugetlbfs_parse_options() argument 1130 pconfig->uid = make_kuid(current_user_ns(), option); in hugetlbfs_parse_options() 1131 if (!uid_valid(pconfig->uid)) in hugetlbfs_parse_options() 1138 pconfig->gid = make_kgid(current_user_ns(), option); in hugetlbfs_parse_options() 1139 if (!gid_valid(pconfig->gid)) in hugetlbfs_parse_options() 1146 pconfig->mode = option & 01777U; in hugetlbfs_parse_options() 1164 pconfig->nr_inodes = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1170 pconfig->hstate = size_to_hstate(ps); in hugetlbfs_parse_options() 1171 if (!pconfig->hstate) { in hugetlbfs_parse_options() 1201 pconfig->max_hpages = hugetlbfs_size_to_hpages(pconfig->hstate, in hugetlbfs_parse_options() [all …]
|
/Linux-v4.19/drivers/soundwire/ |
D | intel.c | 472 struct sdw_port_config *pconfig; in intel_hw_params() local 532 pconfig = kcalloc(dma->nr_ports, sizeof(*pconfig), GFP_KERNEL); in intel_hw_params() 533 if (!pconfig) { in intel_hw_params() 539 pconfig[i].num = dma->port[i]->num; in intel_hw_params() 540 pconfig[i].ch_mask = (1 << ch) - 1; in intel_hw_params() 544 pconfig, dma->nr_ports, dma->stream); in intel_hw_params() 550 kfree(pconfig); in intel_hw_params() 554 kfree(pconfig); in intel_hw_params()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 593 struct mdp5_cfg_platform *pconfig; in mdp5_cfg_init() local 627 pconfig = mdp5_get_config(pdev); in mdp5_cfg_init() 628 memcpy(&cfg_handler->config.platform, pconfig, sizeof(*pconfig)); in mdp5_cfg_init()
|
/Linux-v4.19/arch/mips/include/asm/sgi/ |
D | hpc3.h | 95 volatile u32 pconfig; /* PIO configuration register */ member 146 volatile u32 pconfig; /* PIO configuration register */ member
|
/Linux-v4.19/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 68 unsigned long *pconfig; in mxs_dt_node_to_map() local 112 pconfig = kmemdup(&config, sizeof(config), GFP_KERNEL); in mxs_dt_node_to_map() 113 if (!pconfig) { in mxs_dt_node_to_map() 121 new_map[i].data.configs.configs = pconfig; in mxs_dt_node_to_map()
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_ioctl.h | 88 VCHIQ_CONFIG_T *pconfig; member
|
D | vchiq_if.h | 168 int config_size, VCHIQ_CONFIG_T *pconfig);
|
D | vchiq_arm.c | 1477 if (copy_to_user((void __user *)args.pconfig, in vchiq_ioctl() 1953 compat_uptr_t pconfig; member 1977 put_user(compat_ptr(args32.pconfig), &args->pconfig)) in vchiq_compat_ioctl_get_config()
|
D | vchiq_core.c | 3588 int config_size, VCHIQ_CONFIG_T *pconfig) in vchiq_get_config() argument 3604 memcpy(pconfig, &config, in vchiq_get_config()
|
/Linux-v4.19/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 769 sp->hregs->pconfig = 0x161; in sgiseeq_probe() 774 sp->hregs->pconfig = 0x161; in sgiseeq_probe()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-topology.c | 702 struct skl_path_config *pconfig = &pipe->configs[0]; in skl_tplg_get_pipe_config() local 715 pipe->memory_pages = pconfig->mem_pages; in skl_tplg_get_pipe_config() 727 pconfig = &pipe->configs[i]; in skl_tplg_get_pipe_config() 729 fmt = &pconfig->in_fmt; in skl_tplg_get_pipe_config() 731 fmt = &pconfig->out_fmt; in skl_tplg_get_pipe_config() 736 pipe->memory_pages = pconfig->mem_pages; in skl_tplg_get_pipe_config()
|
/Linux-v4.19/arch/x86/kvm/ |
D | hyperv.c | 572 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config() argument 574 *pconfig = stimer->config; in stimer_get_config()
|