Lines Matching defs:data
568 /* Determine which BiQuads we're setting based on size of config data */
571 memcpy(ucontrol->value.bytes.data, da7218->biq_5stage_coeff,
575 memcpy(ucontrol->value.bytes.data, da7218->stbiq_3stage_coeff,
597 * Determine which BiQuads we're setting based on size of config data,
598 * and stored the data for use by get function.
603 memcpy(da7218->biq_5stage_coeff, ucontrol->value.bytes.data,
608 memcpy(da7218->stbiq_3stage_coeff, ucontrol->value.bytes.data,
621 cfg[DA7218_BIQ_CFG_DATA] = ucontrol->value.bytes.data[i];
2185 .channels_max = 4, /* Only 2 channels of data */
2253 static irqreturn_t da7218_irq_thread(int irq, void *data)
2255 struct snd_soc_component *component = data;
2282 { .compatible = "dlg,da7217", .data = (void *) DA7217_DEV_ID },
2283 { .compatible = "dlg,da7218", .data = (void *) DA7218_DEV_ID },
2293 return (uintptr_t)id->data;
2349 dev_warn(component->dev, "Invalid DMIC data type selection");
2479 if (!of_property_read_string(np, "dlg,dmic1-data-sel", &of_str))
2495 if (!of_property_read_string(np, "dlg,dmic2-data-sel", &of_str))
2887 /* Handle DT/Platform data */