Lines Matching defs:device
51 * device: The device to set as the target (CCSR_GUTS_DMUXCR_xxx)
54 unsigned int co, unsigned int ch, unsigned int device)
58 clrsetbits_be32(&guts->dmuxcr, 3 << shift, device << shift);
65 * machine_data: machine-specific ASoC device data
67 * This structure contains data for a single sound platform device on an
68 * P1022 RDK. Some of the data is taken from the device tree.
133 struct device *dev = rtd->card->dev;
156 * p1022_rdk_machine_remove: Remove the sound device
158 * This function is called to remove the sound device for one SSI. We
196 * device for each new SSI node that has a codec attached.
200 struct device *dev = pdev->dev.parent;
201 /* ssi_pdev is the platform device for the SSI node that probed us */
248 /* ASoC core can match codec with device node */
263 * Configure the SSI for I2S slave mode. Older device trees have
274 * need to get the frequency from the device tree and pass it to
344 * p1022_rdk_remove: remove the platform device
346 * This function is called when the platform device is removed.
363 * The name must match 'compatible' property in the device tree,