Lines Matching defs:device
44 * device: The device to set as the target (CCSR_GUTS_DMUXCR_xxx)
47 unsigned int co, unsigned int ch, unsigned int device)
51 clrsetbits_be32(&guts->dmuxcr, 3 << shift, device << shift);
58 * machine_data: machine-specific ASoC device data
60 * This structure contains data for a single sound platform device on an
61 * P1022 DS. Some of the data is taken from the device tree.
127 struct device *dev = rtd->card->dev;
152 * p1022_ds_machine_remove: Remove the sound device
154 * This function is called to remove the sound device for one SSI. We
192 * device for each new SSI node that has a codec attached.
196 struct device *dev = pdev->dev.parent;
197 /* ssi_pdev is the platform device for the SSI node that probed us */
246 /* ASoC core can match codec with device node */
259 /* Get the device ID */
283 * need to get the frequency from the device tree and pass it to
395 * p1022_ds_remove: remove the platform device
397 * This function is called when the platform device is removed.
414 * The name must match 'compatible' property in the device tree,