Lines Matching refs:slim
302 struct slim_device *slim;
1652 * to which interpolator input, the slim rx port
1778 dai_data->sruntime = slim_stream_allocate(wcd->slim, "WCD9335-SLIM");
1783 dev_err(wcd->dev, "Error Setting slim hw params\n");
5154 static int wcd9335_slim_probe(struct slim_device *slim)
5156 struct device *dev = &slim->dev;
5190 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0);
5196 wcd->slim = sdev;
5209 "Failed to allocate slim register map\n");
5236 MODULE_DEVICE_TABLE(slim, wcd9335_slim_id);
5240 .name = "wcd9335-slim",
5248 MODULE_DESCRIPTION("WCD9335 slim driver");
5250 MODULE_ALIAS("slim:217:1a0:*");