/openbmc/linux/sound/soc/codecs/ |
H A D | cs42l43-sdw.c | 27 struct sdw_port_config pconfig = {0}; in cs42l43_sdw_add_peripheral() local 33 snd_sdw_params_to_config(substream, params, &sconfig, &pconfig); in cs42l43_sdw_add_peripheral() 36 pconfig.num = dai->id; in cs42l43_sdw_add_peripheral() 38 pconfig.num = dai->id; in cs42l43_sdw_add_peripheral() 40 ret = sdw_stream_add_slave(sdw, &sconfig, &pconfig, 1, sdw_stream); in cs42l43_sdw_add_peripheral()
|
H A D | cs35l56.c | 685 struct sdw_port_config pconfig; in cs35l56_sdw_dai_hw_params() local 697 memset(&pconfig, 0, sizeof(pconfig)); in cs35l56_sdw_dai_hw_params() 704 pconfig.num = CS35L56_SDW1_PLAYBACK_PORT; in cs35l56_sdw_dai_hw_params() 705 pconfig.ch_mask = cs35l56->rx_mask; in cs35l56_sdw_dai_hw_params() 708 pconfig.num = CS35L56_SDW1_CAPTURE_PORT; in cs35l56_sdw_dai_hw_params() 709 pconfig.ch_mask = cs35l56->tx_mask; in cs35l56_sdw_dai_hw_params() 712 if (pconfig.ch_mask == 0) { in cs35l56_sdw_dai_hw_params() 714 pconfig.ch_mask = GENMASK(sconfig.ch_count - 1, 0); in cs35l56_sdw_dai_hw_params() 716 sconfig.ch_count = hweight32(pconfig.ch_mask); in cs35l56_sdw_dai_hw_params() 719 ret = sdw_stream_add_slave(cs35l56->sdw_peripheral, &sconfig, &pconfig, in cs35l56_sdw_dai_hw_params()
|
/openbmc/linux/drivers/phy/socionext/ |
H A D | phy-uniphier-usb3hs.c | 83 void (*trim_func)(struct uniphier_u3hsphy_priv *priv, u32 *pconfig, 88 u32 *pconfig, in uniphier_u3hsphy_trim_ld20() argument 91 *pconfig &= ~HSPHY_CFG0_RTERM_MASK; in uniphier_u3hsphy_trim_ld20() 92 *pconfig |= FIELD_PREP(HSPHY_CFG0_RTERM_MASK, pt->rterm); in uniphier_u3hsphy_trim_ld20() 94 *pconfig &= ~HSPHY_CFG0_SEL_T_MASK; in uniphier_u3hsphy_trim_ld20() 95 *pconfig |= FIELD_PREP(HSPHY_CFG0_SEL_T_MASK, pt->sel_t); in uniphier_u3hsphy_trim_ld20() 97 *pconfig &= ~HSPHY_CFG0_HS_I_MASK; in uniphier_u3hsphy_trim_ld20() 98 *pconfig |= FIELD_PREP(HSPHY_CFG0_HS_I_MASK, pt->hs_i); in uniphier_u3hsphy_trim_ld20() 143 u32 *pconfig) in uniphier_u3hsphy_update_config() argument 159 priv->data->trim_func(priv, pconfig, &trim); in uniphier_u3hsphy_update_config() [all …]
|
/openbmc/linux/drivers/soundwire/ |
H A D | intel_ace2x.c | 250 struct sdw_port_config *pconfig; in intel_hw_params() local 295 pconfig = kzalloc(sizeof(*pconfig), GFP_KERNEL); in intel_hw_params() 296 if (!pconfig) { in intel_hw_params() 301 pconfig->num = pdi->num; in intel_hw_params() 302 pconfig->ch_mask = (1 << ch) - 1; in intel_hw_params() 305 pconfig, 1, dai_runtime->stream); in intel_hw_params() 309 kfree(pconfig); in intel_hw_params()
|
H A D | qcom.c | 205 struct qcom_swrm_port_config pconfig[QCOM_SDW_MAX_PORTS + 1]; member 965 pcfg = &ctrl->pconfig[params->port_num]; in qcom_swrm_transport_params() 1064 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params() 1081 pcfg = &ctrl->pconfig[m_port]; in qcom_swrm_compute_params() 1083 pcfg = &ctrl->pconfig[i]; in qcom_swrm_compute_params() 1141 struct sdw_port_config pconfig[QCOM_SDW_MAX_PORTS]; in qcom_swrm_stream_alloc_ports() local 1177 pconfig[nports].num = pn; in qcom_swrm_stream_alloc_ports() 1178 pconfig[nports].ch_mask = p_rt->ch_mask; in qcom_swrm_stream_alloc_ports() 1194 sdw_stream_add_master(&ctrl->bus, &sconfig, pconfig, in qcom_swrm_stream_alloc_ports() 1199 clear_bit(pconfig[i].num, port_mask); in qcom_swrm_stream_alloc_ports() [all …]
|
H A D | intel.c | 680 struct sdw_port_config *pconfig; in intel_hw_params() local 726 pconfig = kzalloc(sizeof(*pconfig), GFP_KERNEL); in intel_hw_params() 727 if (!pconfig) { in intel_hw_params() 732 pconfig->num = pdi->num; in intel_hw_params() 733 pconfig->ch_mask = (1 << ch) - 1; in intel_hw_params() 736 pconfig, 1, dai_runtime->stream); in intel_hw_params() 740 kfree(pconfig); in intel_hw_params()
|
H A D | amd_manager.c | 622 struct sdw_port_config *pconfig; in amd_sdw_hw_params() local 645 pconfig = kzalloc(sizeof(*pconfig), GFP_KERNEL); in amd_sdw_hw_params() 646 if (!pconfig) { in amd_sdw_hw_params() 651 pconfig->num = dai->id; in amd_sdw_hw_params() 652 pconfig->ch_mask = (1 << ch) - 1; in amd_sdw_hw_params() 654 pconfig, 1, dai_runtime->stream); in amd_sdw_hw_params() 658 kfree(pconfig); in amd_sdw_hw_params()
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
H A D | hpc3.h | 95 volatile u32 pconfig; /* PIO configuration register */ member 146 volatile u32 pconfig; /* PIO configuration register */ member
|
/openbmc/linux/drivers/pinctrl/freescale/ |
H A D | pinctrl-mxs.c | 71 unsigned long *pconfig; in mxs_dt_node_to_map() local 115 pconfig = kmemdup(&config, sizeof(config), GFP_KERNEL); in mxs_dt_node_to_map() 116 if (!pconfig) { in mxs_dt_node_to_map() 124 new_map[i].data.configs.configs = pconfig; in mxs_dt_node_to_map()
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-params.c | 199 const struct rkisp1_cif_isp_lsc_config *pconfig) in rkisp1_lsc_matrix_config_v10() argument 218 const __u16 *r_tbl = pconfig->r_data_tbl[i]; in rkisp1_lsc_matrix_config_v10() 219 const __u16 *gr_tbl = pconfig->gr_data_tbl[i]; in rkisp1_lsc_matrix_config_v10() 220 const __u16 *gb_tbl = pconfig->gb_data_tbl[i]; in rkisp1_lsc_matrix_config_v10() 221 const __u16 *b_tbl = pconfig->b_data_tbl[i]; in rkisp1_lsc_matrix_config_v10() 259 const struct rkisp1_cif_isp_lsc_config *pconfig) in rkisp1_lsc_matrix_config_v12() argument 278 const __u16 *r_tbl = pconfig->r_data_tbl[i]; in rkisp1_lsc_matrix_config_v12() 279 const __u16 *gr_tbl = pconfig->gr_data_tbl[i]; in rkisp1_lsc_matrix_config_v12() 280 const __u16 *gb_tbl = pconfig->gb_data_tbl[i]; in rkisp1_lsc_matrix_config_v12() 281 const __u16 *b_tbl = pconfig->b_data_tbl[i]; in rkisp1_lsc_matrix_config_v12()
|
H A D | rkisp1-common.h | 347 const struct rkisp1_cif_isp_lsc_config *pconfig);
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_ioctl.h | 70 struct vchiq_config __user *pconfig; member
|
H A D | vchiq_dev.c | 809 if (copy_to_user(args.pconfig, &config, args.config_size)) { in vchiq_ioctl() 1114 compat_uptr_t pconfig; member 1135 ptr = compat_ptr(args32.pconfig); in vchiq_compat_ioctl_get_config()
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xilinx_dpdma.c | 1282 struct xilinx_dpdma_peripheral_config *pconfig; in xilinx_dpdma_config() local 1297 pconfig = config->peripheral_config; in xilinx_dpdma_config() 1298 if (WARN_ON(pconfig && config->peripheral_size != sizeof(*pconfig))) in xilinx_dpdma_config() 1302 if (chan->id <= ZYNQMP_DPDMA_VIDEO2 && pconfig) in xilinx_dpdma_config() 1303 chan->video_group = pconfig->video_group; in xilinx_dpdma_config()
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_disp.c | 964 struct xilinx_dpdma_peripheral_config pconfig = { in zynqmp_disp_layer_set_format() local 969 .peripheral_config = &pconfig, in zynqmp_disp_layer_set_format() 970 .peripheral_size = sizeof(pconfig), in zynqmp_disp_layer_set_format()
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 779 sp->hregs->pconfig = 0x161; in sgiseeq_probe() 784 sp->hregs->pconfig = 0x161; in sgiseeq_probe()
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-topology.c | 603 struct skl_path_config *pconfig = &pipe->configs[0]; in skl_tplg_get_pipe_config() local 627 pconfig = &pipe->configs[i]; in skl_tplg_get_pipe_config() 629 fmt = &pconfig->in_fmt; in skl_tplg_get_pipe_config() 631 fmt = &pconfig->out_fmt; in skl_tplg_get_pipe_config()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | hyperv.c | 743 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config() argument 745 *pconfig = stimer->config.as_uint64; in stimer_get_config()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 1424 for pconfig in pkgconfig: 1425 if pconfig not in pkgconfigflags: 1427 error_msg = "%s: invalid PACKAGECONFIG: %s" % (pn, pconfig)
|