| /linux/sound/soc/ux500/ |
| A D | ux500_msp_i2s.c | 194 dev_err(msp->dev, in configure_protocol() 280 dev_err(msp->dev, in configure_multichannel() 307 dev_err(msp->dev, in configure_multichannel() 328 dev_err(msp->dev, in configure_multichannel() 361 dev_warn(msp->dev, in enable_msp() 439 dev_err(msp->dev, in ux500_msp_i2s_open() 494 flush_fifo_tx(msp); in ux500_msp_i2s_open() 495 flush_fifo_rx(msp); in ux500_msp_i2s_open() 682 msp = *msp_p; in ux500_msp_i2s_init_msp() 683 if (!msp) in ux500_msp_i2s_init_msp() [all …]
|
| A D | ux500_msp_dai.c | 395 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup() 404 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup() 411 dev_err(drvdata->msp->dev, in ux500_msp_dai_startup() 440 if (ux500_msp_i2s_close(drvdata->msp, in ux500_msp_dai_shutdown() 481 (drvdata->msp->f_bitclk > 19200000)) { in ux500_msp_dai_prepare() 651 (int)drvdata->msp->id, cmd); in ux500_msp_dai_trigger() 702 &drvdata->msp->playback_dma_data, in ux500_msp_dai_probe() 703 &drvdata->msp->capture_dma_data); in ux500_msp_dai_probe() 793 if (!drvdata->msp) { in ux500_msp_drv_probe() 805 __func__, drvdata->msp->id); in ux500_msp_drv_probe() [all …]
|
| A D | Makefile | 4 snd-soc-ux500-plat-msp-i2s-objs := ux500_msp_dai.o ux500_msp_i2s.o 5 obj-$(CONFIG_SND_SOC_UX500_PLAT_MSP_I2S) += snd-soc-ux500-plat-msp-i2s.o
|
| A D | ux500_msp_i2s.h | 492 struct ux500_msp *msp); 493 int ux500_msp_i2s_open(struct ux500_msp *msp, struct ux500_msp_config *config); 494 int ux500_msp_i2s_close(struct ux500_msp *msp, 496 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd,
|
| A D | ux500_msp_dai.h | 49 struct ux500_msp *msp; member
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | ux500-msp.txt | 4 - compatible :"stericsson,ux500-msp-i2s" 25 msp1: msp@80124000 { 26 compatible = "stericsson,ux500-msp-i2s"; 32 msp3: msp@80125000 { 33 compatible = "stericsson,ux500-msp-i2s";
|
| A D | ux500-mop500.txt | 22 msp1: msp@80124000 { 23 compatible = "stericsson,ux500-msp-i2s"; 29 msp3: msp@80125000 { 30 compatible = "stericsson,ux500-msp-i2s";
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | health.c | 162 struct mlx5e_modify_sq_param msp = {}; in mlx5e_health_sq_to_ready() local 165 msp.curr_state = MLX5_SQC_STATE_ERR; in mlx5e_health_sq_to_ready() 166 msp.next_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready() 168 err = mlx5e_modify_sq(mdev, sqn, &msp); in mlx5e_health_sq_to_ready() 174 memset(&msp, 0, sizeof(msp)); in mlx5e_health_sq_to_ready() 175 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready() 176 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_health_sq_to_ready() 178 err = mlx5e_modify_sq(mdev, sqn, &msp); in mlx5e_health_sq_to_ready()
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | mv643xx_eth.c | 2623 void __iomem *base = msp->base; in mv643xx_eth_conf_mbus_windows() 2651 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows() 2846 msp = devm_kzalloc(&pdev->dev, sizeof(*msp), GFP_KERNEL); in mv643xx_eth_shared_probe() 2847 if (msp == NULL) in mv643xx_eth_shared_probe() 2849 platform_set_drvdata(pdev, msp); in mv643xx_eth_shared_probe() 2852 if (msp->base == NULL) in mv643xx_eth_shared_probe() 2856 if (!IS_ERR(msp->clk)) in mv643xx_eth_shared_probe() 2857 clk_prepare_enable(msp->clk); in mv643xx_eth_shared_probe() 2873 infer_hw_params(msp); in mv643xx_eth_shared_probe() 2878 if (!IS_ERR(msp->clk)) in mv643xx_eth_shared_probe() [all …]
|
| /linux/drivers/pci/hotplug/ |
| A D | shpchp_ctrl.c | 195 enum pci_bus_speed msp) in fix_bus_speed() argument 212 if (asp < msp) { in fix_bus_speed() 216 if (bsp != msp) in fix_bus_speed() 217 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed() 234 enum pci_bus_speed asp, bsp, msp; in board_added() local 273 msp = ctrl->pci_dev->subordinate->max_bus_speed; in board_added() 281 bsp, msp); in board_added() 283 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
|
| /linux/arch/arm/boot/dts/ |
| A D | ste-href.dtsi | 199 msp0: msp@80123000 { 205 msp1: msp@80124000 { 211 msp2: msp@80117000 { 216 msp3: msp@80125000 {
|
| A D | ste-dbx5x0.dtsi | 987 msp0: msp@80123000 { 988 compatible = "stericsson,ux500-msp-i2s"; 998 clock-names = "msp", "apb_pclk"; 1003 msp1: msp@80124000 { 1004 compatible = "stericsson,ux500-msp-i2s"; 1014 clock-names = "msp", "apb_pclk"; 1020 msp2: msp@80117000 { 1021 compatible = "stericsson,ux500-msp-i2s"; 1032 clock-names = "msp", "apb_pclk"; 1037 msp3: msp@80125000 { [all …]
|
| A D | ste-snowball.dts | 156 msp0: msp@80123000 { 162 msp1: msp@80124000 { 168 msp2: msp@80117000 { 173 msp3: msp@80125000 {
|
| /linux/arch/m68k/kernel/ |
| A D | sun3-head.S | 74 movc %d0,%msp
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_main.c | 1463 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_create_sq_rdy() local 1470 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_create_sq_rdy() 1471 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_create_sq_rdy() 1473 msp.qos_update = true; in mlx5e_create_sq_rdy() 1476 err = mlx5e_modify_sq(mdev, *sqn, &msp); in mlx5e_create_sq_rdy() 1968 struct mlx5e_modify_sq_param msp = {0}; in mlx5e_set_sq_maxrate() local 1995 msp.curr_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate() 1996 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate() 1997 msp.rl_index = rl_index; in mlx5e_set_sq_maxrate() 1998 msp.rl_update = true; in mlx5e_set_sq_maxrate() [all …]
|
| /linux/arch/arm64/boot/dts/xilinx/ |
| A D | zynqmp-zcu111-revA.dts | 745 mux-msp { 750 conf-msp {
|
| A D | zynqmp-zcu106-revA.dts | 903 mux-msp { 908 conf-msp {
|
| A D | zynqmp-zcu102-revA.dts | 905 mux-msp { 910 conf-msp {
|
| /linux/drivers/media/pci/bt8xx/ |
| A D | bttv-cards.c | 3067 int id,msp,gpio; in miro_pinnacle_gpio() local 3073 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx"); in miro_pinnacle_gpio() 3089 if (-1 != msp) { in miro_pinnacle_gpio() 3099 (-1 == msp) ? "no" : "yes"); in miro_pinnacle_gpio() 3139 if (-1 != msp) in miro_pinnacle_gpio()
|
| /linux/drivers/infiniband/hw/qib/ |
| A D | qib_iba7322.c | 1347 const struct qib_hwerror_msgs *msp) in err_decode() argument 1352 while (errs && msp && msp->mask) { in err_decode() 1353 multi = (msp->mask & (msp->mask - 1)); in err_decode() 1354 while (errs & msp->mask) { in err_decode() 1355 these = (errs & msp->mask); in err_decode() 1364 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode() 1365 memcpy(msg, msp->msg, took); in err_decode() 1376 while (lmask & msp->mask) { in err_decode() 1385 ++msp; in err_decode()
|
| /linux/drivers/media/pci/ngene/ |
| A D | ngene.h | 854 u8 msp[4]; member
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 3127 struct smack_known *msp = smack_of_ipc(isp); in smk_curacc_msq() local 3135 rc = smk_curacc(msp, access, &ad); in smk_curacc_msq() 3136 rc = smk_bu_current("msq", msp, access, rc); in smk_curacc_msq()
|